-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
40 lines (40 loc) · 1.14 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
{
"app_id": "qodly_37629285cf887b8497da",
"name": "qodly-calendar",
"private": true,
"version": "0.5.5",
"type": "module",
"author": {
"name": "Qodly Team",
"email": "contact@qodly.com",
"url": "https://qodly.com"
},
"scripts": {
"dev": "vite",
"build": "qodly build",
"generate:component": "qodly new component",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"format": "prettier --write \"**/*.{ts,tsx,js,mjs,json,jsx,html,css}\""
},
"dependencies": {
"@ctrl/tinycolor": "^4.1.0",
"@ws-ui/webform-editor": "0.4.13",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"devDependencies": {
"@qodly/cli": "^0.3.1",
"@types/react": "^18.2.65",
"@types/react-dom": "^18.2.21",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"@vitejs/plugin-react-swc": "^3.6.0",
"@ws-ui/vite-plugins": "^1.0.1",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react-hooks": "^4.6.0",
"typescript": "^5.5.4",
"vite": "^5.3.5"
}
}