steevcss/package.json
2023-10-03 17:52:36 +02:00

21 lines
389 B
JSON

{
"name": "steevcss",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "parcel src/index.html",
"build": "parcel build src/index.html"
},
"author": "steev",
"license": "ISC",
"devDependencies": {
"node-sass": "^9.0.0",
"parcel-bundler": "^1.3.1",
"sass": "^1.32.5"
},
"dependencies": {
"core-js": "^3.33.0"
}
}