-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.22 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.22 KB
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
39
40
41
42
{
"name": "wlc",
"version": "0.1.0",
"private": true,
"dependencies": {
"@blueprintjs/core": "^1.33.0",
"@blueprintjs/labs": "^0.13.0",
"annyang": "^2.6.0",
"axios": "^0.17.1",
"history": "^4.7.2",
"react": "^16.1.1",
"react-addons-css-transition-group": "^15.6.2",
"react-codemirror": "^1.0.0",
"react-dom": "^16.1.1",
"react-router-dom": "^4.2.2",
"react-scripts-ts": "2.8.0",
"react-transition-group": "^2.2.1",
"styled-components": "^2.2.3"
},
"scripts": {
"start": "react-scripts-ts start",
"build": "react-scripts-ts build",
"test": "react-scripts-ts test --env=jsdom",
"eject": "react-scripts-ts eject"
},
"devDependencies": {
"@types/annyang": "^2.6.1",
"@types/enzyme": "^3.1.4",
"@types/history": "^4.6.2",
"@types/jest": "^21.1.6",
"@types/node": "^8.0.53",
"@types/pure-render-decorator": "^0.2.28",
"@types/react": "^16.0.25",
"@types/react-addons-css-transition-group": "^15.0.3",
"@types/react-codemirror": "^1.0.0",
"@types/react-dom": "^16.0.3",
"@types/react-router-dom": "^4.2.1",
"@types/react-transition-group": "^2.0.6",
"enzyme": "^3.2.0",
"react-addons-test-utils": "^15.6.2"
}
}