-
Notifications
You must be signed in to change notification settings - Fork 235
/
package.json
47 lines (47 loc) · 1.26 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
{
"name": "cloudcvide",
"version": "1.0.0",
"description": "build deep learning models online",
"scripts": {
"ci": "webpack",
"build": "webpack --progress --watch --colors"
},
"repository": {
"type": "git",
"url": "git+https://github.com/batra-mlp-lab/CloudCV-IDE.git"
},
"author": "Gaurav Gupta",
"license": "ISC",
"bugs": {
"url": "https://github.com/batra-mlp-lab/CloudCV-IDE/issues"
},
"homepage": "https://github.com/batra-mlp-lab/CloudCV-IDE#readme",
"dependencies": {
"babel-polyfill": "^6.9.1",
"bootstrap": "^3.3.6",
"jquery": "^3.0.0",
"react": "^15.1.0",
"react-dom": "^15.1.0",
"react-modal": "^2.2.2",
"react-router": "^2.4.1",
"react-tooltip": "^3.2.7"
},
"devDependencies": {
"babel-core": "^6.9.1",
"babel-eslint": "^6.1.2",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.5.0",
"css-loader": "^0.23.1",
"eslint": "^2.13.1",
"eslint-config-airbnb": "^9.0.1",
"eslint-loader": "^1.7.1",
"eslint-plugin-import": "^1.8.1",
"eslint-plugin-jsx-a11y": "^1.4.2",
"eslint-plugin-react": "^5.2.2",
"file-loader": "^0.8.5",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"webpack": "^1.13.1"
}
}