-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
73 lines (73 loc) · 2.25 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
65
66
67
68
69
70
71
72
73
{
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"dependencies": {
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/sortable": "^10.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@heroicons/react": "^2.1.1",
"autoprefixer": "^10.4.18",
"eslint-plugin-react": "^7.34.2",
"heroicons": "^2.1.1",
"i18next": "^24.2.3",
"i18next-chained-backend": "^4.6.2",
"i18next-http-backend": "^2.5.0",
"i18next-localstorage-backend": "^4.2.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.54.2",
"react-i18next": "^14.0.5",
"react-markdown": "^10.0.1",
"react-qr-code": "^2.0.13",
"react-router-dom": "^6.22.2",
"react-toastify": "^10.0.5",
"react-tooltip": "^5.26.4",
"react-transition-group": "^4.4.5",
"vite-tsconfig-paths": "^4.3.2",
"zustand": "^4.5.2"
},
"devDependencies": {
"@commitlint/cli": "^17.7.1",
"@commitlint/config-conventional": "^17.7.0",
"@digitalroute/cz-conventional-changelog-for-jira": "^8.0.1",
"@types/react": "^18.2.56",
"@types/react-dom": "^18.2.19",
"@types/react-transition-group": "^4.4.12",
"@types/uuid": "^9.0.8",
"@typescript-eslint/eslint-plugin": "^7.0.2",
"@typescript-eslint/parser": "^7.0.2",
"@vitejs/plugin-react": "^4.2.1",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"husky": "^8.0.3",
"lint-staged": "^15.2.2",
"postcss": "^8.4.35",
"prettier": "3.2.5",
"serve": "^14.2.3",
"tailwindcss": "^3.4.1",
"terser": "^5.31.0",
"typescript": "^5.2.2",
"vite": "^5.1.7"
},
"name": "website-editor",
"packageManager": "[email protected]",
"scripts": {
"build": "tsc && vite build",
"build:staging": "tsc && vite build --mode staging",
"dev": "vite",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --fix --max-warnings 0",
"lint-staged": "lint-staged",
"prepare": "husky install",
"preview": "vite preview",
"serve": "serve -s ./dist -l 3000"
},
"homepage": "https://tschuck.github.io/website-editor",
"type": "module",
"version": "1.0.0"
}