-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 773 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 773 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
{
"name": "faustjs-demo",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"clean": "rimraf .next node_modules",
"lint": "next lint",
"generate": "gqty generate",
"wpe-build": "next build"
},
"dependencies": {
"@faustjs/core": "^0.12.4",
"@faustjs/next": "^0.13.0",
"@faustjs/react": "0.12.0",
"highlight.js": "^11.2.0",
"next": "11.1.0",
"normalize.css": "^8.0.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"sass": "^1.38.1"
},
"devDependencies": {
"@gqty/cli": "^1.0.4",
"@types/react": "^17.0.18",
"dotenv": "^10.0.0",
"eslint": "7.32.0",
"eslint-config-next": "11.1.0",
"typescript": "^4.3.5"
}
}