-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.64 KB
/
package.json
File metadata and controls
62 lines (62 loc) · 1.64 KB
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
62
{
"name": "pkgbox",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/hooks": "^2.2.1",
"@chakra-ui/next-js": "^2.2.0",
"@chakra-ui/react": "^2.8.2",
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
"@kareemkermad/monaco-auto-import": "^1.1.6",
"@monaco-editor/react": "^4.6.0",
"@sjoerdmulder/monaco-auto-import": "^1.1.8",
"@webcontainer/api": "^1.1.8",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"color": "^4.2.3",
"eventemitter3": "^5.0.1",
"framer-motion": "^10.18.0",
"geist": "^1.2.1",
"json5": "^2.2.3",
"lodash": "^4.17.21",
"mobx": "^6.12.0",
"mobx-react": "^9.1.0",
"monaco-editor": "^0.45.0",
"monaco-editor-auto-typings": "^0.4.5",
"monaco-editor-textmate": "^4.0.0",
"monaco-textmate": "^3.0.1",
"monaco-themes": "^0.4.4",
"nanoid": "^5.0.4",
"next": "14.0.4",
"next-themes": "^0.2.1",
"onigasm": "^2.2.5",
"react": "^18",
"react-dom": "^18",
"react-icons": "^5.0.1",
"react-query": "^3.39.3",
"react-toggle-dark-mode": "^1.1.1",
"tailwind-merge": "^2.2.0",
"tailwindcss-animate": "^1.0.7",
"xterm": "^5.3.0",
"xterm-addon-fit": "^0.8.0"
},
"devDependencies": {
"@types/lodash": "^4.14.202",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10.0.1",
"eslint": "^8",
"eslint-config-next": "14.0.4",
"postcss": "^8",
"raw-loader": "^4.0.2",
"typescript": "^5"
}
}