-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
59 lines (59 loc) · 1.63 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
{
"name": "web-pen",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@babel/code-frame": "^7.16.7",
"@headlessui/react": "^1.6.4",
"@heroicons/react": "^1.0.6",
"@monaco-editor/react": "4.4.5",
"@reduxjs/toolkit": "^1.8.2",
"axios": "^0.27.2",
"clsx": "^1.1.1",
"date-fns": "^2.28.0",
"emmet-monaco-es": "^5.1.0",
"esbuild-wasm": "^0.14.42",
"fuse.js": "^6.6.2",
"localforage": "^1.10.0",
"lodash-es": "^4.17.21",
"monaco-editor": "^0.33.0",
"monaco-editor-textmate": "^3.0.0",
"monaco-textmate": "^3.0.1",
"nanoid": "^3.3.4",
"next": "12.1.5",
"next-progress": "^2.2.0",
"onigasm": "^2.2.5",
"p-queue": "^7.2.0",
"path-fx": "^2.1.2",
"prettier": "^2.6.2",
"react": "^18.1.0",
"react-arborist": "1.0.3",
"react-dom": "^18.1.0",
"react-feather": "^2.0.10",
"react-redux": "^8.0.2",
"react-split-pane": "^0.1.92",
"react-virtualized-auto-sizer": "^1.0.6",
"tree-model-improved": "^2.0.1",
"unique-names-generator": "^4.7.1"
},
"devDependencies": {
"@types/babel__code-frame": "^7.0.3",
"@types/lodash-es": "^4.17.6",
"@types/node": "16.11.7",
"@types/prettier": "^2.6.3",
"@types/react": "^18.0.12",
"@types/react-dom": "^18.0.5",
"@types/react-virtualized-auto-sizer": "^1.0.1",
"@windicss/plugin-animations": "^1.0.9",
"eslint-config-next": "12.1.5",
"next-transpile-modules": "^9.0.0",
"typescript": "4.6.3",
"windicss": "^3.5.4",
"windicss-webpack-plugin": "^1.7.3"
}
}