-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 1.88 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
{
"name": "html_editor",
"author": "carmnk",
"version": "0.8.0",
"homepage_REV": "https://carmnk.github.io/html_editor",
"type": "module",
"scripts": {
"dev": "vite --host",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"predeploy": "npm run build",
"deploy": "gh-pages -d dist --repo https://github.com/carmnk/html_editor.git",
"gen": "vite-node ./toJson.js",
"script": "vite-node ./extractProps2.ts"
},
"dependencies": {
"@dnd-kit/core": "^6.1.0",
"@dnd-kit/modifiers": "^7.0.0",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@fontsource/roboto": "^5.0.8",
"@mdi/js": "^7.3.67",
"@mdi/react": "^1.6.1",
"@mui/material": "^5.15.1",
"@mui/x-date-pickers": "^5.0.6",
"@mui/x-tree-view": "^6.17.0",
"axios": "^1.6.2",
"lodash": "^4.17.21",
"moment": "^2.30.1",
"react": "^18.2.0",
"react-color": "^2.19.3",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "^18.2.0",
"react-dropzone": "^14.2.3",
"react-router-dom": "^6.21.1",
"swiper": "^11.0.5",
"ts-json-schema-generator": "^1.5.0",
"typescript-json-schema": "^0.62.0",
"uuid": "^9.0.1"
},
"devDependencies": {
"@types/glob": "^8.1.0",
"@types/lodash": "^4.14.202",
"@types/react": "^18.2.43",
"@types/react-color": "^3.0.11",
"@types/react-copy-to-clipboard": "^5.0.7",
"@types/react-dom": "^18.2.17",
"@types/uuid": "^9.0.7",
"@typescript-eslint/eslint-plugin": "^6.14.0",
"@typescript-eslint/parser": "^6.14.0",
"@vitejs/plugin-react": "^4.2.1",
"eslint": "^8.55.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"gh-pages": "^6.1.1",
"typescript": "^5.2.2",
"typescript-parser": "^2.6.1",
"vite": "^5.0.8"
}
}