forked from ome/omero-parade
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1.03 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
{
"name": "omero_parade",
"version": "0.1.2",
"description": "\"React.js based centre panel for webclient\"",
"repository": {
"type": "git",
"url": "https://github.com/ome/omero-parade.git"
},
"license": "AGPL-3.0+",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"watch": "webpack --watch --config webpack.dev.js",
"build": "webpack --progress --config webpack.prod.js",
"build-dev": "webpack --progress --config webpack.dev.js"
},
"dependencies": {
"axios": "^0.17.1",
"clusterfck": "^0.6.0",
"lodash": "^4.17.5",
"qs": "^6.5.2",
"react": "^16.3.2",
"react-dom": "^16.3.2",
"react-sparklines": "^1.7.0"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.4",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-decorators": "^6.24.1",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"webpack": "^4.1.1",
"webpack-cli": "^2.0.11",
"webpack-merge": "^4.1.2"
}
}