-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 965 Bytes
/
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
{
"name": "cci-our-planet-wrapped",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@headlessui/react": "^1.6.2",
"@heroicons/react": "^1.0.6",
"@uiball/loaders": "^1.2.6",
"clsx": "^1.1.1",
"d3": "^7.4.4",
"date-fns": "^2.28.0",
"framer-motion": "^6.3.3",
"lodash": "^4.17.21",
"next": "12.1.6",
"next-pwa": "^5.5.2",
"react": "18.1.0",
"react-dom": "18.1.0",
"react-use": "^17.3.2",
"swr": "^1.3.0"
},
"devDependencies": {
"autoprefixer": "^10.4.7",
"babel-loader": "^8.2.5",
"eslint": "8.15.0",
"eslint-config-next": "12.1.6",
"eslint-config-prettier": "^8.5.0",
"postcss": "^8.4.13",
"prettier": "^2.6.2",
"tailwindcss": "^3.0.24",
"typescript": "^4.6.4"
},
"engines": {
"node": ">=10.13.0",
"pnpm": ">=5.0.0"
}
}