Простая CSS библиотека элементов для личных проектов
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

29 lines
596 B

{
"name": "zertex-style",
"version": "1.0.1",
"author": "Egor Oldenburger <error-202@mail.ru>",
"license": "MIT",
"description": "CSS library",
"keywords": [
"vite",
"sass",
"scss",
"js"
],
"bin": "./bin/cli.js",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"cypress": "./node_modules/.bin/cypress open"
},
"devDependencies": {
"cypress": "^10.10.0",
"sass": "^1.55.0",
"vite": "^3.1.8"
},
"repository": {
"type": "git",
"url": "https://github.com/TefDesign/starterkit-vite-scss"
}
}