-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 890 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 890 Bytes
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
{
"name": "organize",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@next/bundle-analyzer": "^12.3.1",
"firebase": "^9.10.0",
"lodash": "^4.17.21",
"next": "12.2.5",
"next-pwa": "^5.6.0",
"raw-loader": "^4.0.2",
"react": "18.2.0",
"react-calendar": "^3.9.0",
"react-dom": "18.2.0",
"sass": "^1.54.8"
},
"devDependencies": {
"@types/lodash": "^4.14.184",
"@types/node": "18.7.15",
"@types/react": "18.0.18",
"@types/react-calendar": "^3.5.2",
"@types/react-dom": "18.0.6",
"@zeit/next-css": "^1.0.1",
"bootstrap": "^5.2.0",
"eslint": "8.23.0",
"eslint-config-next": "12.2.5",
"next-purgecss": "^4.0.0",
"react-bootstrap": "^2.5.0",
"typescript": "4.8.2"
}
}