-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
65 lines (65 loc) · 2.02 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
{
"name": "nextjs-node-16",
"version": "1.0.0",
"description": "This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).",
"main": "index.js",
"scripts": {
"dev": "next dev",
"emulators": "firebase emulators:start --import=./sample-data --export-on-exit=./sample-data",
"build": "next build",
"start": "next start",
"lint": "next lint",
"cypress:open": "cypress open",
"analyze": "cross-env ANALYZE=true next build",
"cypress:run": "cypress run"
},
"author": "",
"license": "",
"dependencies": {
"@air/react-drag-to-select": "^2.2.0",
"@fortawesome/fontawesome-svg-core": "^6.1.1",
"@fortawesome/free-brands-svg-icons": "^6.1.1",
"@fortawesome/free-solid-svg-icons": "^6.1.1",
"@fortawesome/react-fontawesome": "^0.1.18",
"@next/bundle-analyzer": "^12.1.6",
"@reach/dialog": "^0.17.0",
"@vvo/tzdb": "^6.50.0",
"cross-env": "^7.0.3",
"dayjs": "^1.11.2",
"downshift": "^6.1.7",
"firebase": "^9.6.11",
"firebase-admin": "^11.0.0",
"gradstop": "^2.2.3",
"lodash.escaperegexp": "^4.1.2",
"lodash.isequal": "^4.5.0",
"match-sorter": "^6.3.1",
"next": "^12.0.10",
"react": "^17.0.2",
"react-datepicker": "^4.8.0",
"react-dom": "^17.0.2",
"react-error-boundary": "^3.1.4",
"react-firebase-hooks": "^5.0.3",
"react-hook-form": "^7.30.0",
"react-hot-toast": "^2.2.0",
"react-icons": "^4.3.1",
"react-query": "^3.39.1",
"react-select": "^5.3.2",
"sharp": "^0.30.4"
},
"devDependencies": {
"@types/express": "^4.17.13",
"@types/lodash": "^4.14.182",
"@types/lodash.escaperegexp": "^4.1.7",
"@types/lodash.isequal": "^4.5.6",
"@types/node": "^17.0.24",
"@types/react": "^18.0.1",
"@types/react-datepicker": "^4.4.1",
"@types/react-dom": "^18.0.6",
"@types/react-modal": "^3.13.1",
"autoprefixer": "^10.4.4",
"cypress": "^9.6.0",
"postcss": "^8.4.12",
"tailwindcss": "^3.0.23",
"typescript": "^4.6.3"
}
}