forked from dormspam/frontend
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
61 lines (61 loc) · 1.59 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
56
57
58
59
60
61
{
"name": "dormdigest",
"version": "0.1.0",
"private": true,
"homepage": ".",
"dependencies": {
"@chakra-ui/react": "^2.8.2",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@mantine/core": "^7.5.1",
"@mantine/form": "^7.5.1",
"@mantine/hooks": "^7.5.1",
"@types/react": "^18.0.34",
"@types/react-dom": "^18.0.11",
"axios": "^1.4.0",
"axios-cache-interceptor": "^1.3.0",
"classnames": "^2.2.6",
"framer-motion": "^10.16.16",
"http-server": "^14.1.1",
"jwk-to-pem": "^2.0.5",
"moment": "^2.24.0",
"react": "^18.2.0",
"react-data-grid": "^5.0.1",
"react-dom": "^18.2.0",
"react-ga": "^2.5.7",
"react-helmet": "^5.2.0",
"react-is": "^18.2.0",
"react-router-dom": "^6.10.0",
"react-scripts": "5.0.1",
"react-table-6": "^6.11.0",
"reactstrap": "^8.4.1",
"typescript": "^4.9.5",
"universal-cookie": "^6.1.1"
},
"scripts": {
"TODO": "TODO: fix the package so that it doesn't need this",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@chakra-ui/cli": "^2.4.1",
"@types/jwk-to-pem": "^2.0.1",
"gh-pages": "^2.2.0",
"react-error-overlay": "6.0.9",
"sha3": "^2.1.4"
}
}