-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 800 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 800 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
{
"name": "react-app-ts",
"version": "0.1.0",
"dependencies": {
"@types/jest": "^20.0.6",
"@types/node": "^8.0.20",
"@types/react": "^16.0.2",
"@types/react-dom": "^15.5.2",
"@types/react-redux": "^5.0.4",
"@types/redux-saga": "^0.10.5",
"fastpriorityqueue": "^0.3.1",
"konva": "^1.6.2",
"react": "^15.6.1",
"react-dom": "^15.6.1",
"react-input-autosize": "^2.0.1",
"react-konva": "^1.1.4",
"react-redux": "^5.0.6",
"react-scripts-ts": "2.5.0",
"redux": "^3.7.2",
"redux-saga": "^0.15.6",
"redux-undo": "beta"
},
"devDependencies": {},
"scripts": {
"start": "react-scripts-ts start",
"build": "react-scripts-ts build",
"test": "react-scripts-ts test --env=jsdom",
"eject": "react-scripts-ts eject"
}
}