-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.2 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.2 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
{
"name": "codetree",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@babel/parser": "^7.14.6",
"@babel/traverse": "^7.14.5",
"@headlessui/react": "^1.3.0",
"@monaco-editor/react": "^4.2.0",
"@reduxjs/toolkit": "^1.6.0",
"@types/babel__traverse": "^7.11.1",
"@types/nprogress": "^0.2.0",
"add": "^2.0.6",
"axios": "^0.21.1",
"console-feed": "^3.2.2",
"esbuild-wasm": "^0.12.12",
"localforage": "^1.9.0",
"monaco-editor": "^0.25.1",
"monaco-jsx-highlighter": "^1.1.8",
"next": "11.0.1",
"nprogress": "^0.2.0",
"rc-tabs": "^11.9.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-hook-form": "^7.8.6",
"react-icons": "^4.2.0",
"react-redux": "^7.2.4",
"react-split": "^2.0.11",
"use-debounce": "^7.0.0",
"yarn": "^1.22.10"
},
"devDependencies": {
"@types/prettier": "^2.3.0",
"autoprefixer": "^10.2.6",
"eslint": "7.29.0",
"eslint-config-next": "11.0.1",
"postcss": "^8.3.4",
"prettier": "^2.3.1",
"tailwindcss": "^2.1.4",
"typescript": "4.3.4"
}
}