-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 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
48
49
50
51
52
53
54
55
{
"name": "twitter-slack",
"version": "0.1.0",
"private": true,
"dependencies": {
"body-parser": "^1.19.0",
"cors": "^2.8.5",
"date-fns": "^1.30.1",
"express": "^4.17.0",
"mobx": "^5.9.4",
"mobx-persist": "^0.4.1",
"mobx-react": "^5.4.4",
"mobx-react-lite": "^1.3.2",
"oauth": "^0.9.15",
"prop-types": "^15.7.2",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-helmet": "^5.2.1",
"react-linkify": "^0.2.2",
"react-process-string": "^1.2.0",
"react-router-dom": "^5.0.0",
"react-scripts": "^2.1.8",
"styled-components": "^4.2.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"server": "nodemon server",
"dev": "run-p server start"
},
"proxy": "http://localhost:5000",
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"css-loader": "^2.1.1",
"node-sass": "^4.12.0",
"npm-run-all": "^4.1.5",
"style-loader": "^0.23.1"
}
}