-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
61 lines (61 loc) · 1.87 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
{
"name": "cogsci-spam",
"version": "1.8.0",
"author": "Alexander Hoereth <[email protected]>",
"homepage": "https://cogsci.uos.de/~SPAM",
"repository": {
"type": "git",
"url": "http://github.com/ahoereth/spam.git"
},
"bugs": "http://github.com/ahoereth/spam/issues",
"scripts": {
"clean": "rm -rf app",
"build": "webpack --env.production",
"start": "webpack --watch",
"start:minified": "webpack --env.preproduction --watch"
},
"dependencies": {
"Base64": "^1.0.0",
"angular": "1.6.x",
"angular-route": "1.6.x",
"angular-sanitize": "1.6.x",
"angular-tooltips": "^1.1.7",
"babel-runtime": "^6.22.0",
"bootstrap": "^3.3.7",
"lodash": "^4.15.0",
"lodash-es": "^4.16.2",
"restangular": "^1.5.2",
"svg-icon": "^0.8.1"
},
"devDependencies": {
"babel-core": "^6.22.1",
"babel-eslint": "^7.0.0",
"babel-loader": "^7.1.1",
"babel-plugin-angularjs-annotate": "^0.7.0",
"babel-plugin-external-helpers": "^6.8.0",
"babel-plugin-syntax-trailing-function-commas": "^6.13.0",
"babel-plugin-transform-class-properties": "^6.16.0",
"babel-plugin-transform-object-rest-spread": "^6.16.0",
"babel-plugin-transform-runtime": "^6.22.0",
"babel-preset-es2015": "^6.16.0",
"copy-webpack-plugin": "^4.0.1",
"css-loader": "^0.28.4",
"eslint": "^4.1.1",
"eslint-config-airbnb-base": "^11.0.1",
"eslint-import-resolver-webpack": "^0.8.1",
"eslint-loader": "^1.6.1",
"eslint-plugin-import": "^2.2.0",
"extract-text-webpack-plugin": "2.1.2",
"file-loader": "^0.11.2",
"html-loader": "^0.4.4",
"html-webpack-plugin": "^2.28.0",
"less": "^2.7.2",
"less-loader": "^4.0.4",
"prettier": "^1.5.2",
"style-loader": "^0.18.2",
"svg-sprite-loader": "^3.0.5",
"url-loader": "^0.5.7",
"webpack": "^3.0.0",
"webpack-livereload-plugin": "^0.11.0"
}
}