-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.07 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
{
"name": "groq.app",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "NEXT_PUBLIC_GROQFMT_BINARY=$(node ./scripts/move-groqfmt.mjs) next dev",
"build": "NEXT_PUBLIC_GROQFMT_BINARY=$(node ./scripts/move-groqfmt.mjs) next build",
"start": "next start",
"lint": "next lint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/juice49/groq.app.git"
},
"author": "Ash",
"license": "ISC",
"bugs": {
"url": "https://github.com/juice49/groq.app/issues"
},
"homepage": "https://github.com/juice49/groq.app#readme",
"dependencies": {
"@codesandbox/sandpack-react": "^1.14.2",
"@groqfmt/wasm": "^1.2.2",
"@vanilla-extract/css": "^1.9.1",
"next": "^13.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"suspend-react": "^0.0.8"
},
"devDependencies": {
"@types/node": "^18.11.7",
"@types/react": "^18.0.21",
"@vanilla-extract/next-plugin": "^2.1.1",
"rev-hash": "^4.0.0",
"typescript": "4.8.4"
}
}