-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 779 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 779 Bytes
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
{
"name": "primea-rp",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"test": "jest"
},
"dependencies": {
"@nuxtjs/sitemap": "^2.4.0",
"nuxt": "^2.15.8",
"vue-server-renderer": "^2.7.16",
"vue-template-compiler": "^2.7.16"
},
"devDependencies": {
"@nuxt/image": "^0.6.1",
"@nuxt/types": "^2.15.8",
"@nuxt/typescript-build": "^2.1.0",
"@nuxtjs/google-analytics": "^2.4.0",
"@nuxtjs/google-gtag": "^1.0.4",
"babel-core": "7.0.0-bridge.0",
"element-ui": "^2.15.6",
"node-sass": "^6.0.0",
"sass-loader": "^10",
"swiper": "^5.3.7",
"vue-awesome-swiper": "^4.1.1",
"webpack": "^4.46.0"
}
}