-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
78 lines (78 loc) · 2.36 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"name": "nuxt-pnpm",
"version": "1.0.0",
"description": "An example of how could you use pnpm with nuxt",
"author": "César Valadez",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
"precommit": "npm run lint"
},
"dependencies": {
"@babel/runtime": "^7.2.0",
"@nuxt/vue-renderer": "^2.3.4",
"@nuxtjs/google-analytics": "^2.0.2",
"@nuxtjs/icon": "^2.6.0",
"@nuxtjs/manifest": "^2.6.0",
"@nuxtjs/meta": "^2.6.0",
"@nuxtjs/pwa": "^2.6.0",
"@nuxtjs/workbox": "^2.6.0",
"compression": "^1.7.3",
"core-js": "^2.6.0",
"cross-env": "^5.2.0",
"debug": "^4.1.0",
"esm": "^3.0.84",
"hash-sum": "^1.0.2",
"nuxt": "^2.3.4",
"vue": "^2.5.21",
"vue-meta": "^1.5.6",
"vue-no-ssr": "^1.1.0",
"vue-router": "^3.0.2",
"vuex": "^3.0.1"
},
"devDependencies": {
"@babel/core": "^7.2.0",
"@babel/helper-module-imports": "^7.0.0",
"@babel/plugin-proposal-class-properties": "^7.2.1",
"@babel/plugin-proposal-decorators": "^7.2.0",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/plugin-syntax-jsx": "^7.2.0",
"@babel/plugin-transform-async-to-generator": "^7.2.0",
"@babel/plugin-transform-runtime": "^7.2.0",
"@babel/polyfill": "^7.0.0",
"@babel/preset-env": "^7.2.0",
"@nuxt/babel-preset-app": "^2.3.4",
"@nuxt/vue-app": "^2.3.4",
"@nuxt/webpack": "^2.3.4",
"babel-eslint": "^10.0.1",
"babel-helper-vue-jsx-merge-props": "^2.0.3",
"babel-loader": "^8.0.4",
"babel-plugin-transform-vue-jsx": "^4.0.1",
"css-loader": "^1.0.1",
"cssnano": "^4.1.7",
"eslint": "^5.10.0",
"eslint-loader": "^2.1.1",
"eslint-plugin-vue": "^5.0.0",
"file-loader": "^2.0.0",
"node-sass": "^4.11.0",
"postcss-import": "^12.0.1",
"postcss-import-resolver": "^1.1.0",
"postcss-loader": "^3.0.0",
"postcss-preset-env": "^6.5.0",
"postcss-url": "^8.0.0",
"regenerator-runtime": "^0.13.1",
"sass-loader": "^7.1.0",
"url-loader": "^1.1.2",
"vue-analytics": "^5.16.1",
"vue-loader": "^15.4.2",
"vue-style-loader": "^4.1.2",
"vue-template-compiler": "^2.5.21",
"webpack": "^4.27.1",
"webpack-hot-middleware": "^2.24.3",
"workbox-sw": "^3.6.3"
}
}