Files
code/package.json
2024-01-21 20:48:03 +08:00

34 lines
797 B
JSON

{
"name": "code-next",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"start": "vite",
"build": "vue-tsc && vite build",
"fmt": "prettier --write src"
},
"dependencies": {
"@codemirror/lang-cpp": "^6.0.2",
"@codemirror/lang-python": "^6.1.3",
"@vueuse/core": "^10.7.2",
"axios": "^1.6.5",
"codemirror": "^6.0.1",
"copy-text-to-clipboard": "^3.2.0",
"naive-ui": "^2.37.3",
"normalize.css": "^8.0.1",
"query-string": "^8.1.0",
"vue": "^3.4.15",
"vue-codemirror": "^6.1.1"
},
"devDependencies": {
"@vitejs/plugin-legacy": "^5.2.0",
"@vitejs/plugin-vue": "^5.0.3",
"prettier": "^3.2.4",
"terser": "^5.27.0",
"typescript": "^5.3.3",
"vite": "^5.0.12",
"vue-tsc": "^1.8.27"
}
}