-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
34 lines (34 loc) · 833 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
{
"name": "liveblocks-live-piano-next-js",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"license": "Apache-2.0",
"dependencies": {
"@liveblocks/client": "^1.8.1",
"@liveblocks/node": "^1.8.1",
"@liveblocks/react": "^1.8.1",
"classnames": "^2.2.6",
"framer-motion": "^5.6.0",
"just-range": "^2.1.0",
"lodash.difference": "^4.5.0",
"next": "^13.1.4",
"prop-types": "^15.7.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-piano": "^3.1.3",
"soundfont-player": "^0.12.0"
},
"devDependencies": {
"@types/node": "^14.14.31",
"@types/react": "^17.0.2",
"autoprefixer": "^10.4.2",
"postcss": "^8.4.5",
"tailwindcss": "^3.0.15",
"typescript": "^4.2.2"
}
}