-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.34 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
{
"name": "hellomouse-quote-db",
"version": "1.0.0",
"description": "Quote website for hellomouse group",
"main": "index.js",
"scripts": {
"start": "PORT=8201 react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"author": "Bowserinator",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/hellomouse-quote-db"
},
"devDependencies": {
"@hellomouse/eslint-config": "^1.1.5",
"@types/express": "^4.17.9",
"@types/node": "^14.14.9",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"babel-eslint": "^10.1.0",
"eslint": "^7.14.0",
"eslint-plugin-jsdoc": "^30.7.8",
"react-scripts": "^4.0.0"
},
"dependencies": {
"@emotion/react": "^11.1.1",
"@emotion/styled": "^11.0.0",
"@material-ui/core": "^5.0.0-alpha.16",
"@material-ui/icons": "^5.0.0-alpha.15",
"body-parser": "^1.19.0",
"express": "^4.17.1",
"express-rate-limit": "^5.2.3",
"format-date": "^1.0.0",
"is-ascii": "^1.0.0",
"pg": "^8.5.1",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-router-dom": "^5.2.0",
"winston": "^3.3.3"
},
"proxy": "http://localhost:8200",
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}