forked from GaryChangCN/NiRethink
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
71 lines (71 loc) · 2.15 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
{
"name": "ni-rethink",
"version": "1.0.2",
"description": "thinkdb gui client",
"main": "main.js",
"scripts": {
"dev": "no",
"no": "no",
"build": "no build",
"package": "no package"
},
"repository": {
"type": "git",
"url": "https://github.com/GaryChangCN/NiRethink"
},
"productName": "NiRethink",
"keywords": [],
"author": "gary",
"license": "MIT",
"devDependencies": {
"@types/electron": "^1.6.10",
"@types/history": "^4.6.1",
"@types/lodash": "^4.14.78",
"@types/node": "^8.0.46",
"@types/react": "^16.0.10",
"@types/react-dom": "^16.0.1",
"@types/react-paginate": "^4.3.1",
"@types/react-router-dom": "^4.0.8",
"@types/rethinkdb": "^2.3.5",
"babel-core": "6.26.0",
"babel-loader": "7.1.2",
"babel-preset-es2015": "6.24.1",
"babel-preset-stage-0": "6.24.1",
"babel-preset-stage-1": "6.24.1",
"babel-preset-stage-2": "6.24.1",
"babel-preset-stage-3": "6.24.1",
"cross-env": "5.0.5",
"css-loader": "0.28.5",
"electron": "^1.6.17",
"electron-packager": "^8.7.2",
"electron-winstaller": "^2.2.0",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^1.1.5",
"less": "2.7.2",
"less-loader": "4.0.5",
"nokit": "0.25.1",
"style-loader": "0.18.2",
"tslint": "^5.7.0",
"typescript": "2.4.2",
"webpack": "3.5.5",
"webpack-dev-server": "2.7.1",
"webpack-simple-progress-plugin": "0.0.2"
},
"dependencies": {
"@blueprintjs/core": "^1.32.0",
"babel-polyfill": "6.26.0",
"history": "^4.7.2",
"lodash": "^4.17.4",
"mobx": "^3.3.1",
"mobx-react": "^4.3.3",
"mobx-react-devtools": "^4.2.15",
"normalize.css": "^7.0.0",
"react": "16.0.0",
"react-addons-css-transition-group": "^15.6.2",
"react-dom": "16.0.0",
"react-json-view": "^1.13.1",
"react-paginate": "^5.0.0",
"react-router-dom": "^4.2.2",
"rethinkdb": "^2.3.3"
}
}