2022-06-26 23:01:10 +00:00
|
|
|
{
|
|
|
|
"name": "lifeto-shop",
|
|
|
|
"private": true,
|
|
|
|
"version": "0.0.0",
|
|
|
|
"scripts": {
|
|
|
|
"dev": "vite",
|
2024-08-12 01:13:42 +00:00
|
|
|
"build": "vite build",
|
2022-06-26 23:01:10 +00:00
|
|
|
"preview": "vite preview"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2024-08-12 01:13:42 +00:00
|
|
|
"@handsontable/react": "^14.5.0",
|
|
|
|
"@tanstack/react-query": "^5.51.21",
|
2022-07-01 01:27:18 +00:00
|
|
|
"@types/qs": "^6.9.7",
|
2024-08-05 21:08:21 +00:00
|
|
|
"@types/react": "^18.3.3",
|
|
|
|
"@types/react-dom": "^18.3.0",
|
2022-07-06 07:48:11 +00:00
|
|
|
"@types/uuid": "^8.3.4",
|
2024-08-12 01:13:42 +00:00
|
|
|
"@typescript-eslint/eslint-plugin": "^8.0.1",
|
|
|
|
"@typescript-eslint/parser": "^8.0.1",
|
2024-08-05 21:08:21 +00:00
|
|
|
"@vitejs/plugin-react": "^4.3.1",
|
2022-07-01 01:27:18 +00:00
|
|
|
"@vueuse/core": "^8.7.5",
|
|
|
|
"axios": "^0.27.2",
|
2024-08-12 01:13:42 +00:00
|
|
|
"eslint": "^9.8.0",
|
|
|
|
"eslint-config-react-app": "^7.0.1",
|
|
|
|
"eslint-plugin-react": "^7.35.0",
|
|
|
|
"eslint-plugin-react-hooks": "^4.6.2",
|
|
|
|
"eslint-plugin-react-refresh": "^0.4.9",
|
|
|
|
"handsontable": "^14.5.0",
|
2022-07-03 10:25:12 +00:00
|
|
|
"loglevel": "^1.8.0",
|
|
|
|
"pinia": "^2.0.14",
|
2024-08-12 01:13:42 +00:00
|
|
|
"prettier": "^3.3.3",
|
2022-07-01 01:27:18 +00:00
|
|
|
"qs": "^6.10.5",
|
2024-08-05 21:08:21 +00:00
|
|
|
"react": "^18.3.1",
|
|
|
|
"react-dom": "^18.3.1",
|
2024-08-12 01:13:42 +00:00
|
|
|
"react-spinners": "^0.14.1",
|
|
|
|
"typescript-cookie": "^1.0.6",
|
|
|
|
"use-local-storage": "^3.0.0",
|
|
|
|
"usehooks-ts": "^3.1.0",
|
|
|
|
"uuid": "^10.0.0",
|
2023-09-02 22:26:29 +00:00
|
|
|
"vue": "^3.2.25"
|
2022-06-26 23:01:10 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@vitejs/plugin-vue": "^2.3.3",
|
2024-08-05 21:08:21 +00:00
|
|
|
"autoprefixer": "^10.4.20",
|
|
|
|
"postcss": "^8.4.40",
|
|
|
|
"tailwindcss": "^3.4.7",
|
2024-08-05 21:22:28 +00:00
|
|
|
"typescript": "^5.5.4",
|
|
|
|
"vite": "^5.3.5",
|
2022-06-26 23:01:10 +00:00
|
|
|
"vue-tsc": "^0.34.7"
|
2024-08-05 20:58:47 +00:00
|
|
|
},
|
|
|
|
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
|
2022-07-01 01:27:18 +00:00
|
|
|
}
|