-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
82 lines (82 loc) · 2.28 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"name": "minderva",
"version": "0.14",
"private": true,
"dependencies": {
"@chakra-ui/icons": "^2.1.1",
"@chakra-ui/react": "^2.8.0",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@fontsource/source-sans-pro": "^5.0.8",
"@testing-library/jest-dom": "^6.1.2",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3",
"@types/express": "^4.17.17",
"@types/helmet": "^4.0.0",
"@types/jest": "^29.5.4",
"@types/node": "^20.5.7",
"async": "^3.2.4",
"chakra": "^0.0.3",
"cra-template-typescript": "^1.2.0",
"date-and-time": "^3.0.2",
"firebase": "^10.3.0",
"firebase-admin": "^11.10.1",
"firebase-functions": "^4.4.1",
"framer-motion": "^10.16.1",
"immer": "^10.0.2",
"json-bigint": "^1.0.0",
"json-schema": "^0.4.0",
"moment": "^2.29.4",
"node-forge": "^1.3.1",
"nth-check": ">=2.1.1",
"react": "^18.2.0",
"react-audio-player": "^0.17.0",
"react-dom": "^18.2.0",
"react-helmet-async": "^1.3.0",
"react-icons": "^4.10.1",
"react-router-dom": "^6.15.0",
"react-scripts": "^5.0.1",
"standardized-audio-context": "^25.3.56",
"use-state-with-callback": "^3.0.2",
"webpack": "^5.88.2",
"webpack-cli": "^5.1.4"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"deploy": "npm run build && firebase deploy",
"deployBasic": "npm run build && firebase deploy --except functions",
"lint": "eslint . --ext .tsx",
"magic": "webpack"
},
"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": {
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"@typescript-eslint/eslint-plugin": "^6.5.0",
"@typescript-eslint/parser": "^6.5.0",
"eslint": "^8.48.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.0",
"prettier": "^3.0.2",
"source-map-loader": "^4.0.1",
"ts-loader": "^9.4.4",
"typescript": "^5.2.2"
}
}