-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.39 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
{
"name": "hoyai_view",
"version": "1.0.0",
"description": "Deep learning View framework for hoyai",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"start-publish": "node ./server/server-publish.js",
"start": "node ./server/server.js",
"test": "test",
"build": "webpack --watch --config webpack.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TensorMSA/hoyai_view.git"
},
"author": "Kim JeongHyun",
"license": "MIT",
"bugs": {
"url": "https://github.com/TensorMSA/hoyai_view/issues"
},
"homepage": "https://github.com/TensorMSA/hoyai_view#readme",
"dependencies": {
"react": "^15.4.2",
"react-dom": "^15.4.2",
"ts-loader": "^1.3.3",
"typescript": "^2.1.4"
},
"devDependencies": {
"@types/chai": "^3.4.34",
"@types/chai-http": "0.0.29",
"@types/d3": "^4.4.1",
"@types/jquery": "^2.0.39",
"@types/mocha": "^2.2.32",
"@types/react": "^15.0.5",
"@types/react-dom": "^0.14.22",
"babel": "^6.5.2",
"babel-core": "^6.22.1",
"babel-loader": "^6.2.10",
"babel-preset-es2015": "^6.22.0",
"babel-preset-react": "^6.22.0",
"chai": "^3.5.0",
"css-loader": "^0.26.1",
"d3": "^4.4.4",
"jquery": "^3.1.1",
"mocha": "^3.1.2",
"node-sass": "^4.3.0",
"sass-loader": "^4.1.1",
"style-loader": "^0.13.1",
"webpack": "^1.14.0"
}
}