2024-08-05 11:36:27 +00:00
|
|
|
{
|
|
|
|
"name": "kidartexpo",
|
|
|
|
"private": true,
|
|
|
|
"version": "0.0.0",
|
|
|
|
"type": "module",
|
|
|
|
"scripts": {
|
2024-08-14 01:30:57 +00:00
|
|
|
"test": "vite --mode test",
|
2024-08-07 12:00:54 +00:00
|
|
|
"prod": "vite --mode prod",
|
|
|
|
"build-test": "vite build --mode test",
|
|
|
|
"build-prod": "vite build --mode prod",
|
|
|
|
"serve": "vite preview"
|
2024-08-05 11:36:27 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2024-08-16 13:31:01 +00:00
|
|
|
"@fingerprintjs/fingerprintjs": "^4.4.3",
|
2024-08-06 09:07:36 +00:00
|
|
|
"@unocss/reset": "^0.61.9",
|
2024-08-07 12:00:54 +00:00
|
|
|
"@vueuse/core": "^10.11.0",
|
|
|
|
"axios": "^1.7.3",
|
2024-08-06 09:07:36 +00:00
|
|
|
"cnjm-postcss-px-to-viewport": "^1.0.1",
|
2024-08-05 11:36:27 +00:00
|
|
|
"jsdom": "^24.0.0",
|
2024-08-06 12:43:08 +00:00
|
|
|
"lodash": "^4.17.21",
|
2024-08-05 11:36:27 +00:00
|
|
|
"path": "^0.12.7",
|
|
|
|
"postcss-preset-env": "^10.0.0",
|
|
|
|
"postcss-px-to-viewport": "^1.1.1",
|
|
|
|
"postcss-pxtorem": "^6.1.0",
|
|
|
|
"postcss-responsive-type": "^1.0.0",
|
2024-08-06 09:07:36 +00:00
|
|
|
"vant": "^4.9.4",
|
2024-08-12 11:55:59 +00:00
|
|
|
"vconsole": "^3.15.1",
|
2024-08-05 11:36:27 +00:00
|
|
|
"vue": "^3.4.31",
|
|
|
|
"vue-router": "^4.2.5"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@babel/core": "^7.23.9",
|
|
|
|
"@babel/preset-env": "^7.23.9",
|
|
|
|
"@rollup/plugin-babel": "^6.0.4",
|
2024-08-06 09:07:36 +00:00
|
|
|
"@vant/auto-import-resolver": "^1.2.1",
|
2024-08-05 11:36:27 +00:00
|
|
|
"@vitejs/plugin-legacy": "^5.3.0",
|
|
|
|
"@vitejs/plugin-vue": "^5.0.5",
|
2024-08-06 09:07:36 +00:00
|
|
|
"autoprefixer": "^10.4.20",
|
2024-08-05 11:36:27 +00:00
|
|
|
"babel-plugin-transform-react-jsx": "^6.24.1",
|
2024-08-07 12:00:54 +00:00
|
|
|
"naive-ui": "^2.39.0",
|
2024-08-06 09:07:36 +00:00
|
|
|
"postcss": "^8.4.40",
|
2024-08-05 11:36:27 +00:00
|
|
|
"sass": "^1.70.0",
|
2024-08-06 09:07:36 +00:00
|
|
|
"unocss": "^0.61.9",
|
|
|
|
"unplugin-auto-import": "^0.18.2",
|
|
|
|
"unplugin-vue-components": "^0.27.3",
|
2024-08-05 11:36:27 +00:00
|
|
|
"vite": "^5.3.4"
|
|
|
|
}
|
|
|
|
}
|