-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 995 Bytes
/
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
{
"name": "archive-navigator",
"homepage": "https://arcnav.psi.edu/",
"version": "0.1.0",
"private": true,
"dependencies": {
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "^4.0.0-alpha.57",
"axios": "^1.7.2",
"better-logging": "^4.5.0",
"cookie": "^0.4.1",
"events": "^3.3.0",
"fontsource-roboto": "^3.0.3",
"http-proxy-middleware": "^3.0.0",
"next": "^12.1.0",
"node-cache": "^5.1.2",
"process": "^0.11.10",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"sass": "^1.71.1",
"serialize-error": "^8.1.0"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"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"
]
}
}