-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
46 lines (46 loc) · 1.4 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
41
42
43
44
45
46
{
"name": "nexment-vue",
"license": "MIT",
"version": "0.0.144",
"scripts": {
"build-lib": "vue-cli-service build --target lib --name nexment-vue src/main.ts --inline-vue",
"build-wc": "vue-cli-service build --target wc --name nexment-vue src/component.ts --dest dist-wc --inline-vue"
},
"main": "./dist/nexment-vue.common.js",
"dependencies": {
"vue": "^2.6.11"
},
"devDependencies": {
"@types/autosize": "^3.0.7",
"@types/insert-text-at-cursor": "^0.3.0",
"@types/js-md5": "^0.4.2",
"@types/vue-ls": "^3.2.1",
"@vue/cli-plugin-babel": "~4.5.0",
"@vue/cli-plugin-typescript": "~4.5.0",
"@vue/cli-service": "~4.5.0",
"@vue/composition-api": "^1.0.0-beta.8",
"@vue/web-component-wrapper": "^1.2.0",
"autosize": "^4.0.2",
"core-js": "^3.6.5",
"github-markdown-css": "^4.0.0",
"insert-text-at-cursor": "^0.3.0",
"js-md5": "^0.7.3",
"leancloud-storage": "^4.6.1",
"markdown-it": "^11.0.0",
"node-sass": "^4.12.0",
"qs": "^6.9.4",
"sass-loader": "^8.0.2",
"swrv": "^0.7.2",
"timeago.js": "^4.0.2",
"typescript": "~3.9.3",
"unfetch": "^4.1.0",
"v-tooltip": "^2.0.3",
"vue-class-component": "^7.2.3",
"vue-content-loader": "^0.2.3",
"vue-js-modal": "^2.0.0-rc.6",
"vue-ls": "^3.2.1",
"vue-property-decorator": "^8.4.2",
"vue-showdown": "^2.4.1",
"vue-template-compiler": "^2.6.11"
}
}