cooperation/package.json
2024-12-08 06:51:57 +08:00

27 lines
665 B
JSON
Executable File

{
"name": "cooperation",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"dependencies": {
"core-js": "^3.39.0",
"primeicons": "^7.0.0",
"pug": "^3.0.3",
"pug-plain-loader": "^1.1.0",
"vue": "^3.5.13"
},
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/eslint-parser": "^7.25.9",
"@vue/cli-plugin-babel": "~5.0.8",
"@vue/cli-plugin-eslint": "~5.0.8",
"@vue/cli-service": "~5.0.8",
"eslint": "^9.16.0",
"eslint-plugin-vue": "^9.32.0",
"vue-cli-plugin-windicss": "~1.1.6"
}
}