-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
64 lines (64 loc) · 1.91 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
62
63
64
{
"name": "react-form-designer",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"svgr": "svgr -d src/Icons/ src/assets/icons --icon 1em --typescript --jsx-runtime automatic --index-template index-template.cjs",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@ant-design/pro-components": "^2.3.52",
"@babel/parser": "^7.21.3",
"@babel/polyfill": "^7.12.1",
"@babel/traverse": "^7.21.3",
"@monaco-editor/react": "^4.4.6",
"@types/babel__traverse": "^7.18.3",
"@types/i18next-browser-languagedetector": "^3.0.0",
"@types/lodash-es": "^4.17.6",
"@types/nanoid": "^3.0.0",
"@types/prettier": "^2.7.2",
"@types/react-beautiful-dnd": "^13.1.3",
"ace-builds": "^1.14.0",
"acorn": "^8.8.2",
"acorn-typescript": "^1.0.13",
"antd": "^5.1.6",
"babel": "^6.23.0",
"beautify": "^0.0.8",
"eslint": "^8.0.1",
"i18next": "^22.4.9",
"js-beautify": "^1.14.7",
"lodash-es": "^4.17.21",
"nanoid": "^4.0.0",
"prettier": "^2.8.4",
"react": "^18.0.0",
"react-ace": "^10.1.0",
"react-beautiful-dnd": "^13.1.1",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-dom": "^18.0.0",
"react-i18next": "^12.1.4",
"react-router-dom": "^6.7.0",
"sass": "^1.57.1",
"valtio": "^1.9.0"
},
"devDependencies": {
"@svgr/cli": "^6.5.1",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.9",
"@typescript-eslint/eslint-plugin": "^5.43.0",
"@vitejs/plugin-react": "^3.0.0",
"autoprefixer": "^10.4.13",
"eslint-config-standard-with-typescript": "^34.0.1",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-n": "^15.0.0",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-react": "^7.32.2",
"postcss": "^8.4.21",
"tailwindcss": "^3.2.4",
"typescript": "*",
"vite": "^4.0.0"
}
}