This repository has been archived by the owner on Nov 12, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.69 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
58
59
60
61
{
"name": "gputoy",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"postinstall": "npx prisma generate",
"test:e2e": "playwright test",
"fmt": "npx prettier --write ./src"
},
"dependencies": {
"@chakra-ui/icons": "^1.1.7",
"@chakra-ui/react": "^1.8.8",
"@emotion/react": "^11.9.3",
"@emotion/styled": "^11.9.3",
"@fontsource/jetbrains-mono": "^4.5.9",
"@monaco-editor/react": "^4.4.5",
"@prisma/client": "^4.3.1",
"chakra-react-select": "^4.1.3",
"chakra-ui-autocomplete": "^1.4.5",
"cuid": "^2.1.8",
"framer-motion": "^4.1.17",
"lodash": "^4.17.21",
"monaco-editor": "^0.31.1",
"monaco-editor-core": "^0.31.1",
"nanoid": "^3.3.4",
"next": "^12.2.2",
"next-auth": "^3.29.8",
"next-svgr": "0.0.2",
"prismjs": "^1.28.0",
"project-name-generator": "^2.1.9",
"react": "17.0.2",
"react-colorful": "^5.5.1",
"react-dom": "17.0.2",
"react-draggable": "^4.4.5",
"react-icons": "^4.4.0",
"react-json-view-ssr": "^1.19.1",
"react-resize-detector": "^6.7.8",
"react-simple-code-editor": "^0.11.2",
"react-split-pane": "^0.1.92",
"recoil": "^0.5.2",
"rgb-hsv": "^1.0.0"
},
"devDependencies": {
"@playwright/test": "^1.23.2",
"@types/node": "^17.0.45",
"@types/project-name-generator": "^2.1.1",
"@types/react": "17.0.30",
"@webgpu/types": "^0.1.21",
"eslint": "8.0.1",
"eslint-config-next": "11.1.2",
"eslint-plugin-react-hooks": "^4.6.0",
"prettier": "2.7.1",
"prisma": "^4.3.1",
"raw-loader": "^4.0.2",
"typescript": "4.4.4"
}
}