You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

49 lines
1.3 KiB
JSON

2 months ago
{
"name": "kidartexpo",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
1 month ago
"test": "vite --mode test",
2 months ago
"prod": "vite --mode prod",
"build-test": "vite build --mode test",
"build-prod": "vite build --mode prod",
"serve": "vite preview"
2 months ago
},
"dependencies": {
1 month ago
"@fingerprintjs/fingerprintjs": "^4.4.3",
2 months ago
"@unocss/reset": "^0.61.9",
2 months ago
"@vueuse/core": "^10.11.0",
"axios": "^1.7.3",
2 months ago
"cnjm-postcss-px-to-viewport": "^1.0.1",
2 months ago
"jsdom": "^24.0.0",
2 months ago
"lodash": "^4.17.21",
2 months ago
"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",
2 months ago
"vant": "^4.9.4",
"vconsole": "^3.15.1",
2 months ago
"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",
2 months ago
"@vant/auto-import-resolver": "^1.2.1",
2 months ago
"@vitejs/plugin-legacy": "^5.3.0",
"@vitejs/plugin-vue": "^5.0.5",
2 months ago
"autoprefixer": "^10.4.20",
2 months ago
"babel-plugin-transform-react-jsx": "^6.24.1",
2 months ago
"naive-ui": "^2.39.0",
2 months ago
"postcss": "^8.4.40",
2 months ago
"sass": "^1.70.0",
2 months ago
"unocss": "^0.61.9",
"unplugin-auto-import": "^0.18.2",
"unplugin-vue-components": "^0.27.3",
2 months ago
"vite": "^5.3.4"
}
}