-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 974 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 974 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
34
35
36
37
38
{
"name": "web-tools",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "webpack-dev-server"
},
"author": "dabrau",
"license": "ISC",
"dependencies": {
"downloadjs": "^1.4.7",
"json2csv": "^3.11.2",
"moment": "^2.22.2",
"react": "^15.4.1",
"react-accessible-accordion": "^2.4.4",
"react-bootstrap": "^0.32.4",
"react-datetime": "^2.16.2",
"react-dom": "^15.4.1",
"react-router-dom": "^4.3.1",
"react-table": "file:../react-table",
"react-transition-group": "^2.5.0",
"xml2js": "^0.4.19"
},
"devDependencies": {
"babel": "^6.5.2",
"babel-core": "^6.18.2",
"babel-loader": "^6.2.8",
"babel-preset-env": "^1.7.0",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.16.0",
"babel-preset-stage-2": "^6.24.1",
"css-loader": "^1.0.0",
"style-loader": "^0.23.1",
"webpack": "^1.13.3",
"webpack-dev-server": "^1.16.2"
}
}