-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 825 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 825 Bytes
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
{
"name": "Sptrader",
"version": "0.10.0",
"author": "Joseph C Wang <joequant@gmail.com>",
"license": "GPLv3+",
"repository": {
"type": "git",
"url": "https://github.com/joequant/sptrader.git"
},
"dependencies": {
"ag-grid": "9.0.x",
"ag-grid-react": "9.0.x",
"eventsource-polyfill": "0.9.x",
"react": "15.5.x",
"react-bootstrap": "0.30.x",
"react-dom": "15.5.x"
},
"devDependencies": {
"babel-runtime": "latest",
"babel-core": "latest",
"babel-loader": "latest",
"babel-plugin-transform-runtime": "latest",
"babel-preset-es2015": "latest",
"babel-preset-react": "latest",
"babel-preset-stage-0": "latest",
"webpack": "latest",
"prop-types": "latest"
},
"scripts": {
"build-prod": "webpack -p",
"build-dev": "webpack -d"
}
}