-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.4 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
56
57
{
"name": "compokit",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"serve": "npx serve@latest out",
"lint": "next lint",
"test": "jest",
"test:coverage": "jest --coverage",
"test:update": "jest -u",
"test:watch": "jest --watch"
},
"dependencies": {
"@vercel/analytics": "^1.2.2",
"@vercel/speed-insights": "^1.0.10",
"ahooks": "^3.7.10",
"classnames": "^2.5.1",
"client-only": "^0.0.1",
"next": "^14.2.22",
"primeicons": "^7.0.0",
"primereact": "^10.5.3",
"react": "^18",
"react-aspect-ratio": "^1.1.6",
"react-dom": "^18",
"react-icons": "^5.0.1",
"react-sortablejs": "^6.1.4",
"react-sticky-box": "^2.0.5",
"sortablejs": "^1.15.2",
"store2": "^2.14.4",
"tone": "^14.7.77",
"vexflow": "^4.2.3"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^14.2.1",
"@types/jest": "^29.5.12",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10.0.1",
"eslint": "^8",
"eslint-config-next": "14.1.3",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"postcss": "^8",
"sass": "^1.72.0",
"tailwindcss": "^3.3.0",
"ts-node": "^10.9.2",
"typescript": "^5"
},
"engines": {
"node": ">=18.17.0"
}
}