-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 2.08 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"author": "Cyrille Gindreau",
"dependencies": {
"adm-dtp": "^1.2.0",
"angular": "1.6.5",
"angular-animate": "1.6.5",
"angular-aria": "1.6.5",
"angular-material": "1.1.4",
"angular-route": "1.6.5",
"angular-ui-router": "1.0.3",
"bootstrap": "3.3.7",
"bootstrap-treeview": "1.2.0",
"d3": "4.10.0",
"eonasdan-bootstrap-datetimepicker": "4.17.47",
"jquery": "2.2.4"
},
"description": "",
"devDependencies": {
"babel-cli": "6.24.1",
"babel-core": "6.25.0",
"babel-eslint": "7.2.3",
"babel-loader": "7.1.1",
"babel-plugin-angularjs-annotate": "0.8.0",
"babel-preset-env": "1.6.0",
"babel-preset-es2015": "6.24.1",
"css-loader": "0.28.4",
"eslint": "4.3.0",
"eslint-plugin-import": "2.7.0",
"exports-loader": "0.6.4",
"extract-text-webpack-plugin": "3.0.0",
"file-loader": "0.11.2",
"htmlhint": "0.9.13",
"html-loader": "0.5.0",
"imports-loader": "0.7.1",
"less": "2.7.2",
"node-sass": "4.5.3",
"sass-lint": "1.10.2",
"sass-loader": "6.0.6",
"style-loader": "0.18.2",
"uglifyjs-webpack-plugin": "0.4.6",
"url-loader": "0.5.9",
"webpack": "3.4.1",
"webpack-bundle-analyzer": "2.8.3",
"webpack-bundle-tracker": "0.2.0"
},
"name": "miniceptor",
"private": "true",
"scripts": {
"build": "npm run clean && npm run watch",
"clean": "rm -fr static/dist/",
"eslint": "./node_modules/.bin/eslint src",
"htmllint": "./node_modules/.bin/htmlhint --config .htmlhintrc src",
"incmajorversion": "python versionControl.py -major",
"incminorversion": "python versionControl.py -minor",
"lint": "npm run htmllint & npm run scsslint & npm run eslint & npm run pythonlint",
"pythonlint": "find ./teleceptor -name '*.py' | xargs pep8 --max-line-length=200",
"scsslint": "./node_modules/.bin/sass-lint src '**/*.scss' -v -q",
"start": "npm run build & python server.py",
"watch": "webpack --watch --progress",
"webpack": "webpack --progress",
"postinstall": "npm --prefix ./node_modules/node-sass/ run install"
},
"version": "1.8.0"
}