-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.47 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
{
"name": "earthsong",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"build": "next build",
"dev": "next dev",
"lint": "next lint",
"migrate": "ley --require tsx/cjs",
"start": "next start"
},
"dependencies": {
"@fontsource/noto-sans-linear-a": "^5.1.0",
"@p5-wrapper/next": "^1.0.3",
"@p5-wrapper/react": "^4.4.2",
"@upleveled/ley": "^0.9.2",
"@vercel/analytics": "^1.4.1",
"@vercel/speed-insights": "^1.1.0",
"bcrypt": "^5.1.1",
"dotenv-safe": "^9.1.0",
"mapbox-gl": "^3.7.0",
"motion": "^11.11.17",
"next": "14.2.16",
"next-seo": "^6.6.0",
"postgres": "^3.4.4",
"react": "19.0.0-rc-5d19e1c8-20240923",
"react-dom": "19.0.0-rc-5d19e1c8-20240923",
"sass": "^1.79.4",
"secure-json-parse": "^2.7.0",
"server-only": "^0.0.1",
"tone": "^15.0.4",
"tsx": "^4.19.1",
"uniqolor": "^1.1.1",
"zod": "^3.23.8"
},
"devDependencies": {
"@ts-safeql/eslint-plugin": "^3.4.7",
"@types/bcrypt": "^5.0.2",
"@types/dotenv-safe": "^8.1.6",
"@types/node": "^22.7.4",
"@types/p5": "^1.7.6",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"eslint": "^9.11.1",
"eslint-config-upleveled": "^8.12.0",
"libpg-query": "16.2.0",
"prettier": "^3.3.3",
"prettier-plugin-embed": "^0.4.15",
"prettier-plugin-sql": "^0.18.1",
"stylelint": "^16.9.0",
"stylelint-config-upleveled": "^1.1.5",
"typescript": "^5.6.2"
}
}