forked from innFactory/react-chuck-norris
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.4 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
{
"name": "react-chuck-norris",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next dev",
"lint": "next lint",
"test": "jest --watch",
"deploy-dev": "NODE_ENV=test firebase deploy --only hosting --project rsm-svc-innfactory-test-2d57a8",
"deploy-prod": "firebase deploy --only hosting --project rsm-svc-innfactory-prod-4b67fd"
},
"dependencies": {
"@emotion/cache": "11.11.0",
"@emotion/react": "11.11.1",
"@emotion/server": "11.11.0",
"@emotion/styled": "11.11.0",
"@fontsource/roboto": "5.0.2",
"@mui/icons-material": "5.11.16",
"@mui/material": "5.13.4",
"@tanstack/react-query": "^4.29.14",
"axios": "^1.4.0",
"eslint": "8.40.0",
"eslint-config-next": "13.4.1",
"firebase": "^10.14.1",
"formik": "2.4.1",
"lodash": "4.17.21",
"luxon": "3.3.0",
"material-react-table": "^1.14.0",
"next": "14.2.10",
"react": "18.2.0",
"react-dom": "18.2.0",
"sonner": "0.3.5",
"yup": "1.2.0"
},
"devDependencies": {
"@testing-library/jest-dom": "5.16.5",
"@testing-library/react": "14.0.0",
"@types/lodash": "4.14.195",
"@types/luxon": "3.3.0",
"@types/node": "20.1.0",
"@types/react": "18.2.8",
"@types/react-dom": "18.2.4",
"eslint": "8.40.0",
"eslint-config-next": "13.4.1",
"jest": "29.5.0",
"typescript": "5.1.3"
}
}