-
Notifications
You must be signed in to change notification settings - Fork 28
/
Copy pathpackage.json
47 lines (47 loc) · 1.27 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
40
41
42
43
44
45
46
47
{
"name": "spresso-ts",
"version": "0.1.0",
"private": true,
"dependencies": {
"@types/express": "^4.16.0",
"@types/rc-tooltip": "^3.4.12",
"@types/react-infinite-scroll-component": "^4.2.3",
"@types/react-redux": "^6.0.9",
"@types/react-router-dom": "^4.3.1",
"@types/redux-logger": "^3.0.6",
"axios": "^0.18.0",
"body-parser": "^1.18.3",
"chai": "^4.2.0",
"compression": "^1.7.3",
"express": "^4.16.3",
"git": "^0.1.5",
"morgan": "^1.9.0",
"puppeteer": "^1.9.0",
"rc-tooltip": "^3.7.3",
"react": "^16.4.2",
"react-dom": "^16.4.2",
"react-infinite-scroll-component": "^4.2.0",
"react-redux": "^5.0.7",
"react-router-dom": "^4.3.1",
"react-scripts-ts": "3.1.0",
"redux": "^4.0.1",
"redux-thunk": "^2.3.0",
"request": "^2.88.0",
"styled-components": "^3.4.5",
"unfluff": "^3.2.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/jest": "^23.3.5",
"@types/node": "^10.11.7",
"@types/react": "^16.4.16",
"@types/react-dom": "^16.0.9",
"typescript": "^3.1.3"
},
"proxy": "http://127.0.0.1:1337"
}