-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
34 lines (34 loc) · 824 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
{
"name": "enterprise-service-platform",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate && node build/index.js"
},
"dependencies": {
"@nuxtjs/axios": "^5.13.6",
"axios": "^0.24.0",
"cat-tools": "^1.1.3",
"core-js": "^3.19.3",
"element-ui": "^2.15.6",
"js-cookie": "^3.0.1",
"less": "^4.1.2",
"moment": "^2.29.1",
"nuxt": "^2.15.8",
"remove-markdown": "^0.5.0",
"swiper": "^8.0.6",
"vue": "^2.6.14",
"vue-clipboard2": "^0.3.3",
"vue-lazyload": "^1.3.3",
"vue-server-renderer": "^2.6.14",
"vue-template-compiler": "^2.6.14",
"webpack": "^4.46.0"
},
"devDependencies": {
"@nuxt/content": "^2.1.1",
"less-loader": "^7.3.0"
}
}