-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
42 lines (42 loc) · 1.09 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
{
"name": "dls",
"private": true,
"version": "0.0.4",
"description": "Deep Learning Studio",
"peerDependencies": {
"angular": "@>=1.3 <1.6",
"angular-animate": "^@>=1.3 <1.6",
"angular-aria": "@>=1.3 <1.6",
"angular-messages": "@>=1.3 <1.6"
},
"dependencies": {
"angular": "1.5.8",
"angular-animate": "1.5.8",
"angular-aria": "1.5.8",
"angular-messages": "1.5.8",
"angular-material": "git+https://github.com/angular/bower-material.git#master",
"angular-ui-router": "~0.3.1",
"angular-translate": "~2.9.1",
"bootstrap": "~3.3.2",
"jquery": "~2.2.0",
"bootswatch": "3.3.6+1",
"ng-file-upload": "^12.0.1",
"angular-google-chart": "^0.1.0",
"socket.io": ">= 1.4.5",
"plotly.js": "1.19.1"
},
"devDependencies": {
"babel-cli": "^6.18.0",
"babel-core": "^6.21.0",
"babel-preset-es2015": "^6.18.0",
"babelify": "^7.3.0",
"browserify": "^13.3.0",
"grunt": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"watchify": "^3.8.0"
},
"scripts": {
"prestart": "npm update",
"postinstall": "grunt"
}
}