You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
69 lines
2.0 KiB
69 lines
2.0 KiB
{
|
|
"name": "popiart-skillhub-website",
|
|
"private": true,
|
|
"version": "0.0.1",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite --host 0.0.0.0",
|
|
"build": "tsc -p tsconfig.app.json && vite build",
|
|
"build:stage": "vite build --mode stage",
|
|
"build:prod": "vite build --mode prod",
|
|
"preview": "vite preview",
|
|
"lint": "eslint . --max-warnings 0",
|
|
"lint:fix": "eslint . --fix",
|
|
"format": "prettier --write \"src/**/*.{ts,tsx,js,jsx,json,css,scss,md}\"",
|
|
"format:check": "prettier --check \"src/**/*.{ts,tsx,js,jsx,json,css,scss,md}\"",
|
|
"prepare": "husky"
|
|
},
|
|
"lint-staged": {
|
|
"*.{ts,tsx,js,jsx}": [
|
|
"eslint --fix",
|
|
"prettier --write"
|
|
],
|
|
"*.{json,css,scss,md}": [
|
|
"prettier --write"
|
|
]
|
|
},
|
|
"dependencies": {
|
|
"@arco-design/web-react": "^2.66.11",
|
|
"axios": "^1.7.0",
|
|
"i18next": "^25.10.9",
|
|
"jszip": "^3.10.1",
|
|
"nanoid": "^5.1.9",
|
|
"qrcode.react": "^4.2.0",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"react-i18next": "^16.6.6",
|
|
"react-image-crop": "^11.0.10",
|
|
"react-markdown": "^10.1.0",
|
|
"react-photo-view": "^1.2.7",
|
|
"react-router-dom": "^6.28.0",
|
|
"remark-gfm": "^4.0.1",
|
|
"swiper": "^12.1.3",
|
|
"zustand": "^5.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@commitlint/cli": "^19.0.0",
|
|
"@commitlint/config-conventional": "^19.0.0",
|
|
"@eslint/js": "^9.0.0",
|
|
"@tailwindcss/vite": "^4.0.0",
|
|
"@types/node": "^22.0.0",
|
|
"@types/react": "^18.3.0",
|
|
"@types/react-dom": "^18.3.0",
|
|
"@vitejs/plugin-react": "^4.3.0",
|
|
"eslint": "^9.0.0",
|
|
"eslint-config-prettier": "^9.0.0",
|
|
"eslint-plugin-react-hooks": "^5.0.0",
|
|
"eslint-plugin-react-refresh": "^0.4.0",
|
|
"globals": "^15.0.0",
|
|
"husky": "^9.0.0",
|
|
"lint-staged": "^15.0.0",
|
|
"prettier": "^3.0.0",
|
|
"sass": "^1.80.0",
|
|
"tailwindcss": "^4.0.0",
|
|
"typescript": "~5.6.0",
|
|
"typescript-eslint": "^8.0.0",
|
|
"vite": "^5.4.0",
|
|
"vite-plugin-compression": "^0.5.1"
|
|
}
|
|
}
|
|
|