-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
45 lines (45 loc) · 1.33 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
{
"name": "vietnam-qr-code-generate",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"start": "npm run build && vite preview",
"lint": "eslint --ext .ts,.tsx src --color",
"format": "prettier --write \"./src/**/*.{ts,tsx,json}\"",
"prepare": "husky install",
"analyze": "npm run lint && tsc && vite build --mode=analyze && source-map-explorer 'dist/assets/*.js'"
},
"dependencies": {
"@progress/kendo-drawing": "^1.20.1",
"rc-field-form": "^1.33.0",
"rc-select": "^14.5.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-qrcode-logo": "^2.9.0",
"vn-qr-pay": "^0.0.5"
},
"devDependencies": {
"@hunghg255/eslint-config-react": "^0.0.16",
"@total-typescript/ts-reset": "^0.4.2",
"@types/file-saver": "^2.0.5",
"@types/node": "^20.2.3",
"@types/react": "^18.2.6",
"@types/react-dom": "^18.2.4",
"@vitejs/plugin-react": "^4.0.0",
"eslint": "^8.43.0",
"eslint-config-react-app": "^7.0.1",
"husky": "^8.0.0",
"lint-staged": "^13.1.0",
"prettier": "^2.8.8",
"sass": "^1.57.1",
"source-map-explorer": "^2.5.3",
"typescript": "^4.6.4",
"vite": "^4.3.8",
"vite-plugin-checker": "^0.6.0",
"vite-plugin-environment": "^1.1.3"
}
}