-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 915 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 915 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
{
"name": "react-ts-2048",
"version": "0.1.0",
"private": true,
"dependencies": {
"@types/jest": "^19.2.2",
"@types/node": "^7.0.14",
"@types/react": "^15.0.23",
"@types/react-dom": "^15.5.0",
"@types/react-redux": "^4.4.40",
"axios": "^0.16.1",
"body-parser": "^1.17.1",
"cookie-parser": "^1.4.3",
"express": "^4.15.2",
"knex": "^0.13.0",
"morgan": "^1.8.1",
"pg": "^6.1.5",
"react": "^15.5.4",
"react-dom": "^15.5.4",
"react-redux": "^5.0.4",
"readable-id": "^0.0.3",
"redux": "^3.6.0"
},
"devDependencies": {
"react-scripts-ts": "1.3.0"
},
"engine": {
"node": "7.8.0"
},
"scripts": {
"start": "react-scripts-ts start & nodemon server/bin/www",
"build": "react-scripts-ts build",
"test": "react-scripts-ts test --env=jsdom",
"eject": "react-scripts-ts eject"
},
"proxy": "http://localhost:3001"
}