-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathpackage.json
43 lines (43 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
41
42
43
{
"name": "Geek",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate"
},
"dependencies": {
"@cloudbase/js-sdk": "^1.5.0",
"@cloudbase/vue-provider": "^0.5.1",
"@kangc/v-md-editor": "^1.7.8",
"@nuxtjs/axios": "^5.13.1",
"bootstrap": "^4.6.0",
"bootstrap-vue": "^2.21.2",
"cookie-universal-nuxt": "^2.1.4",
"core-js": "^3.9.1",
"element-ui": "^2.15.5",
"highlight.js": "^11.3.1",
"less": "^4.1.1",
"less-loader": "^5.0.0",
"marked": "^2.1.3",
"mavon-editor": "^2.9.1",
"nuxt": "^2.15.8",
"sass": "^1.32.11",
"vditor": "^3.8.7",
"vue-confirm-dialog": "^1.0.2",
"vue-lazyload": "^1.3.3"
},
"devDependencies": {
"@nuxt/types": "^2.15.3",
"@nuxt/typescript-build": "^2.1.0",
"@nuxtjs/style-resources": "^1.0.0",
"babel-plugin-component": "^1.1.1",
"css-loader": "^5.2.4",
"semantic-ui-css": "^2.4.1",
"semantic-ui-vue": "^0.11.0",
"style-loader": "^2.0.0",
"vuex-persistedstate": "^4.0.0-beta.3"
}
}