-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
37 lines (37 loc) · 1.13 KB
/
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
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "nt-training",
"version": "1.0.0",
"description": "Django-based online technical training system with specification, membership details and training sessions.",
"main": "index.js",
"dependencies": {},
"devDependencies": {
"autoprefixer": "^9.5.1",
"clean-css-cli": "^4.3.0",
"node-sass": "^4.11.0",
"postcss-cli": "^6.1.2",
"stylelint": "^10.0.1",
"stylelint-config-recommended-scss": "^3.3.0",
"stylelint-config-standard": "^18.3.0",
"stylelint-order": "^3.0.0",
"stylelint-scss": "^3.6.0",
"watch": "^1.0.2"
},
"scripts": {
"css_compile": "node-sass --output-style nested --precision 6 nt_training/static/nt_training/scss/screen.scss nt_training/static/nt_training/css/screen.css",
"css_watch": "watch 'npm run css_compile'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/newtheatre/nt-training.git"
},
"keywords": [
"training",
"django"
],
"author": "Sam Osborne",
"license": "MIT",
"bugs": {
"url": "https://github.com/newtheatre/nt-training/issues"
},
"homepage": "https://github.com/newtheatre/nt-training#readme"
}