-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.47 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
{
"name": "react-goals-with-nextjs",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest --watch",
"analyze": "cross-env ANALYZE=true next build"
},
"dependencies": {
"@next/bundle-analyzer": "^13.3.0",
"@reactour/tour": "^3.4.0",
"@reduxjs/toolkit": "^1.9.3",
"@types/node": "18.15.11",
"@types/react": "18.0.34",
"@types/react-dom": "18.0.11",
"@types/uuid": "^9.0.1",
"autoprefixer": "10.4.14",
"firebase": "^9.19.1",
"firebase-admin": "^11.6.0",
"hoist-non-react-statics": "^3.3.2",
"lodash.isequal": "^4.5.0",
"next": "13.3.0",
"next-firebase-auth": "^1.0.0-canary.19",
"postcss": "8.4.21",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-redux": "^8.0.5",
"react-toastify": "^9.1.2",
"tailwindcss": "3.3.1",
"use-debounce": "^9.0.4",
"uuid": "^9.0.0"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"@types/jest": "^29.5.1",
"@types/lodash.isequal": "^4.5.6",
"@types/react-test-renderer": "^18.0.0",
"eslint": "^8.39.0",
"eslint-config-next": "^13.3.1",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jest": "^27.2.1",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"react-test-renderer": "^18.2.0",
"ts-jest": "^29.1.0",
"typescript": "^5.0.4"
}
}