forked from congwenma/react-all-day
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.02 KB
/
package.json
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
{
"name": "react-all-day",
"version": "0.1.0",
"private": true,
"dependencies": {
"bluebird": "^3.5.3",
"react": "16.8.6",
"react-dom": "16.8.6",
"react-redux": "7.1.0",
"react-scripts-ts": "3.1.0",
"redux": "4.0.1",
"redux-logger": "3.0.6",
"redux-thunk": "2.3.0",
"reselect": "4.0.0"
},
"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/bluebird": "^3.5.25",
"@types/enzyme": "3.1.16",
"@types/enzyme-adapter-react-16": "1.0.3",
"@types/jest": "23.3.13",
"@types/node": "10.12.19",
"@types/react": "16.7.22",
"@types/react-dom": "16.0.11",
"@types/react-redux": "7.0.1",
"@types/redux-logger": "3.0.6",
"@types/sinon": "^7.0.5",
"enzyme": "3.8.0",
"enzyme-adapter-react-16": "1.8.0",
"sinon": "^7.2.3",
"tslint-config-prettier": "^1.17.0",
"typescript": "3.2.4"
}
}