-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.53 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.53 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
{
"name": "template-edit",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@heroicons/react": "^2.0.18",
"@monaco-editor/react": "^4.4.6",
"crypto-js": "^4.1.1",
"eslint": "8.36.0",
"eslint-config-next": "13.2.4",
"handlebars": "^4.7.7",
"jotai": "^2.0.3",
"js-base64": "^3.7.5",
"lodash.debounce": "^4.0.8",
"monaco-editor": "^0.37.1",
"next": "13.2.4",
"next-pwa": "^5.6.0",
"numeral": "^2.0.6",
"prettier": "^2.8.7",
"prettier-plugin-twig-melody": "^0.4.6",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-dropzone": "^14.2.3",
"react-error-boundary": "^4.0.4",
"react-hot-toast": "^2.4.1",
"react-portal": "^4.2.2",
"react-spinners": "^0.13.8",
"react-split-pane": "^0.1.92",
"timeago-react": "^3.0.6",
"twig": "^1.16.0",
"usehooks-ts": "^2.9.1",
"zustand": "^4.3.8"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.3",
"@types/crypto-js": "^4.1.1",
"@types/lodash.debounce": "^4.0.7",
"@types/node": "18.15.7",
"@types/numeral": "^2.0.2",
"@types/prettier": "^2.7.2",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@types/react-portal": "^4.0.4",
"@types/twig": "^1.12.9",
"@vitejs/plugin-react-swc": "^3.0.0",
"autoprefixer": "^10.4.14",
"postcss": "^8.4.21",
"tailwindcss": "^3.2.7",
"typescript": "^4.9.3",
"vite": "^4.2.0"
}
}