-
Notifications
You must be signed in to change notification settings - Fork 61
/
package.json
40 lines (40 loc) · 1.24 KB
/
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
40
{
"name": "context-note",
"version": "1.3.10",
"scripts": {
"dev": "vite build --mode developmemnt",
"build": "vite build",
"serve": "vite preview",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s"
},
"dependencies": {
"@element-plus/directives": "^0.0.5",
"@element-plus/icons": "^0.0.11",
"@soerenmartius/vue3-clipboard": "^0.1.2",
"@vueup/vue-quill": "^1.0.0-beta.7",
"conventional-changelog-cli": "^2.1.1",
"dayjs": "^1.10.6",
"element-plus": "^1.1.0-beta.4",
"is-chinese": "^1.4.6",
"mitt": "^3.0.0",
"pinyin": "^2.10.2",
"randomcolor": "^0.6.2",
"ts-enum-util": "^4.0.2",
"uuid": "^8.3.2",
"vue": "^3.0.5"
},
"devDependencies": {
"@types/pinyin": "^2.8.3",
"@types/randomcolor": "^0.5.6",
"@types/uuid": "^8.3.1",
"@vitejs/plugin-vue": "^1.2.1",
"@vitejs/plugin-vue-jsx": "^1.2.0",
"@vue/compiler-sfc": "^3.0.5",
"less": "^4.1.1",
"rollup-plugin-probe": "0.0.3",
"typescript": "^4.1.3",
"vite": "^2.4.4",
"vite-plugin-chrome-extension": "^0.0.7",
"vue-tsc": "^0.0.24"
}
}