-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
80 lines (80 loc) · 2.07 KB
/
Copy pathpackage.json
File metadata and controls
80 lines (80 loc) · 2.07 KB
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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"name": "weather-app-cra",
"version": "0.1.0",
"private": true,
"scripts": {
"lint": "next lint",
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"browserslist": [
">0.2%",
"not dead",
"not op_mini all"
],
"dependencies": {
"@formkit/auto-animate": "1.0.0-beta.3",
"@radix-ui/react-checkbox": "^1.0.3",
"@radix-ui/react-dialog": "^1.0.3",
"@radix-ui/react-hover-card": "^1.0.5",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-popover": "^1.0.6",
"@radix-ui/react-radio-group": "^1.1.2",
"@radix-ui/react-slider": "^1.1.1",
"@radix-ui/react-tabs": "^1.0.3",
"@radix-ui/react-tooltip": "^1.0.5",
"@radix-ui/themes": "^2.0.0",
"@react-spring/web": "^9.7.2",
"@tailwindcss/forms": "^0.5.3",
"@use-gesture/react": "^10.2.26",
"@vercel/analytics": "^0.1.11",
"chroma-js": "^2.4.2",
"cmdk": "^0.2.0",
"colorjs.io": "^0.3.0",
"cuid": "^2.1.8",
"dayjs": "^1.11.7",
"framer-motion": "^7.10.3",
"lucide-react": "^0.101.0",
"mapbox-gl": "^2.13.0",
"moment": "^2.29.4",
"mongodb": "^4.15.0",
"next": "^13.4.19",
"next-axiom": "^0.17.0",
"next-themes": "^0.2.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-error-boundary": "^3.1.4",
"react-map-gl": "^7.1.6",
"react-particles": "^2.9.3",
"sass": "^1.61.0",
"server-only": "^0.0.1",
"snappy": "^7.2.2",
"sunrise-sunset-js": "^2.2.1",
"tsparticles": "^2.9.3",
"tsparticles-engine": "^2.9.3",
"web-vitals": "^2.1.4",
"zod": "^3.21.4",
"zustand": "^4.3.7"
},
"devDependencies": {
"@types/chroma-js": "^2.4.0",
"@types/geojson": "^7946.0.10",
"@types/node": "^18.15.11",
"@types/react": "^18.0.33",
"@types/react-dom": "^18.0.11",
"autoprefixer": "^10.4.14",
"eslint": "^8.38.0",
"eslint-config-next": "^13.3.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.2.1",
"postcss": "^8.4.21",
"prettier": "^2.8.7",
"prettier-plugin-tailwindcss": "^0.2.7",
"pretty-quick": "^3.1.3",
"radix-themes-tw": "^0.0.7",
"tailwindcss": "^3.3.1",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.2.2"
}
}