forked from feihoo87/QuLab
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 842 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 842 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": "testts",
"version": "1.0.0",
"description": "test",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "feihoo87",
"license": "MIT",
"dependencies": {
"@types/plotly.js": "^1.43.1",
"@types/react": "^16.8.3",
"@types/react-dom": "^16.8.1",
"@types/react-plotly.js": "^2.2.2",
"@types/react-redux": "^7.0.1",
"plotly.js": "^1.44.4",
"react": "^16.8.2",
"react-dom": "^16.8.2",
"react-plotly.js": "^2.2.0",
"react-redux": "^6.0.1",
"redux": "^4.0.1"
},
"devDependencies": {
"awesome-typescript-loader": "^5.2.1",
"html-webpack-plugin": "^3.2.0",
"source-map-loader": "^0.2.4",
"typescript": "^3.3.3",
"webpack": "^4.32.2",
"webpack-cli": "^3.3.2",
"webpack-dev-server": "^3.1.14"
}
}