-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
80 lines (80 loc) · 2.51 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"name": "monumental",
"version": "17.09.01",
"private": true,
"description": "Monumental app",
"main": "src/index.js",
"scripts": {
"start-live": "webpack-dev-server --content-base src --progress --colors",
"start": "webpack --watch --content-base src --progress --colors",
"build": "webpack --content-base src --progress",
"build-dev": "set NODE_ENV=dev&&webpack --content-base src --progress",
"test": "echo OK"
},
"devDependencies": {
"angular-formly": "^4.0.8",
"angular-mocks": "^1.5.8",
"api-check": "^6.0.10",
"babel-core": "^6.9.1",
"babel-loader": "^6.2.4",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-es2015": "^6.9.0",
"babel-preset-stage-2": "^6.0.0",
"babel-register": "^6.16.3",
"babel-runtime": "^6.11.6",
"copy-webpack-plugin": "^4.0.1",
"css-loader": "^0.23.1",
"eslint": "^3.15.0",
"eslint-config-airbnb": "^14.0.0",
"eslint-config-angular": "^0.5.0",
"eslint-plugin-angular": "^1.6.1",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^3.0.2",
"eslint-plugin-react": "^6.9.0",
"file-loader": "^0.8.1",
"html-webpack-plugin": "^2.22.0",
"jasmine-core": "^2.5.2",
"json-loader": "^0.5.4",
"karma": "^1.3.0",
"karma-babel-preprocessor": "^6.0.1",
"karma-chrome-launcher": "^2.0.0",
"karma-coverage": "^1.1.1",
"karma-jasmine": "^1.0.2",
"karma-ng-html2js-preprocessor": "^1.0.0",
"karma-phantomjs-launcher": "^1.0.2",
"karma-webpack": "^1.8.0",
"ng-annotate-loader": "^0.1.0",
"ng-annotate-webpack-plugin": "^0.1.3",
"nib": "^1.1.0",
"node-sass": "^3.7.0",
"raw-loader": "^0.5.1",
"sass-loader": "^3.2.0",
"style-loader": "^0.13.1",
"url-loader": "^0.5.5",
"webpack": "^1.13.1",
"webpack-core": "^0.5.0",
"webpack-dev-server": "^1.14.1"
},
"dependencies": {
"angular": "1.5.9",
"angular-animate": "1.5.9",
"angular-aria": "1.5.9",
"angular-file-upload": "^2.5.0",
"angular-leaflet-directive": "^0.10.0",
"angular-local-storage": "^0.5.0",
"angular-material": "^1.0.0",
"angular-messages": "1.5.9",
"angular-sanitize": "1.5.9",
"angular-swipe": "^0.4.0",
"angular-ui-router": "0.4.2",
"babel-polyfill": "^6.16.0",
"babel-runtime": "^6.23.0",
"leaflet": "^1.0.2",
"leaflet.markercluster": "^1.0.0",
"lodash": "^4.16.2",
"material-design-icons": "^3.0.1",
"moment": "^2.15.1",
"ng-infinite-scroll": "^1.3.0",
"restangular": "^1.5.2"
}
}