forked from acornitum/counterspell
-
Notifications
You must be signed in to change notification settings - Fork 69
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 804 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 804 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
{
"name": "counterspell",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"prebuild": "node ./scripts/sitemap.js",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@dnd-kit/core": "^6.1.0",
"@dnd-kit/sortable": "^8.0.0",
"@hackclub/banner": "^1.0.3",
"@tsparticles/confetti": "^3.5.0",
"airtable-plus": "^1.0.4",
"counterspell": "file:",
"leaflet": "^1.9.4",
"next": "^14.2.15",
"react": "^18",
"react-dom": "^18",
"react-leaflet": "^4.2.1",
"react-next-tilt": "^0.4.3",
"theme-ui": "^0.16.2",
"use-sound": "^4.0.3"
},
"devDependencies": {
"eslint": "^8",
"eslint-config-next": "14.2.14",
"postcss": "^8",
"tailwindcss": "^3.4.1"
}
}