Sidebar logic
This commit is contained in:
20
frontend/package.json
Normal file
20
frontend/package.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"name": "frontend",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"build:scss": "sass src/styles/main.scss static/main.css --no-source-map --style=compressed",
|
||||
"watch:scss": "sass --watch src/styles/main.scss:static/main.css",
|
||||
"start": "npm-run-all --parallel watch:scss "trunk serve""
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"type": "commonjs",
|
||||
"devDependencies": {
|
||||
"autoprefixer": "^10.5.0",
|
||||
"postcss-cli": "^11.0.1",
|
||||
"sass": "^1.99.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user