forked from fossasia/visdom
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 907 Bytes
/
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
{
"name": "visdom",
"private": "true",
"version": "1.0.0",
"main": "index.js",
"license": "CC-BY-NC-4.0",
"devDependencies": {
"babel-core": "^6.21.0",
"babel-loader": "^6.2.10",
"babel-plugin-transform-class-properties": "^6.19.0",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.16.0",
"react-select": "^2.0.0-alpha.3",
"webpack": "^1.14.0"
},
"scripts": {
"dev": "webpack --watch --progress --colors",
"build": "webpack -p",
"buckbuild": "$_ ./node_modules/webpack/bin/webpack.js -p"
},
"dependencies": {
"create-react-class": "^15.6.3",
"css-loader": "^0.28.9",
"jquery": "^3.3.1",
"md5": "^2.2.1",
"rc-tree-select": "^1.12.9",
"react": "16.2.0",
"react-devtools": "^3.1.0",
"react-dom": "16.2.0",
"react-grid-layout": "0.16.3",
"react-modal": "^3.1.13",
"style-loader": "^0.20.1"
}
}