-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1001 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "zero-editor",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"dev": "vite",
"build": "run-p type-check build-only",
"preview": "vite preview --port 4173",
"build-only": "vite build",
"type-check": "vue-tsc --noEmit",
"format": "prettier --config .prettierrc.js --write .*"
},
"dependencies": {
"@vicons/material": "^0.12.0",
"ace-builds": "^1.14.0",
"axios": "1.0.0",
"codemirror": "^5.65.9",
"codemirror-editor-vue3": "^2.1.7",
"less": "^4.1.3",
"md5": "^2.3.0",
"pinia": "^2.0.21",
"pinia-plugin-persist": "^1.0.0",
"prettier": "^2.7.1",
"vue": "^3.2.38",
"vue-router": "^4.1.5",
"vue3-ace-editor": "^2.2.2"
},
"devDependencies": {
"@types/node": "^16.11.56",
"@vitejs/plugin-vue": "^3.0.3",
"@vue/tsconfig": "^0.1.3",
"naive-ui": "^2.33.5",
"npm-run-all": "^4.1.5",
"typescript": "~4.7.4",
"vfonts": "^0.0.3",
"vite": "^3.0.9",
"vue-tsc": "^0.40.7"
}
}