-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
24 lines (24 loc) · 850 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"name": "chelsea-symphony",
"version": "0.1.0",
"description": "Website of the Chelsea Symphony",
"license": "GPL-2.0+",
"scripts": {
"test": "mocha",
"build-scss": "node-sass --output chelseasymphony/static/chelseasymphony/css chelseasymphony/static/chelseasymphony/scss/styles.scss --output-style compressed --source-map true",
"watch-scss": "nodemon --watch chelseasymphony/static/chelseasymphony/scss --verbose -e scss -x 'npm run build-scss'"
},
"devDependencies": {
"eslint": "~7.9.0",
"eslint-plugin-no-unsafe-innerhtml": "~1.0.16",
"eslint-plugin-scanjs-rules": "~0.2.1",
"eslint-plugin-security": "~1.4.0",
"mocha": "~8.1.3",
"requirejs": "~2.3.2",
"sinon": "~9.0.3",
"autoprefixer": "~9.8.6",
"node-sass": "~4.14.1",
"nodemon": "~2.0.4",
"postcss-cli": "~7.1.2"
}
}