-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.7 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
{
"name": "mini-repo",
"version": "0.0.1",
"description": "Debug repo",
"author": "Jeff Coquery <[email protected]>",
"private": true,
"scripts": {
"dev": "SYLIUS_BASE_URL=https://back.tediber.com nuxt dev -o",
"build": "nuxt build",
"start": "nuxt start",
"debug-generate": "nuxt build --devtools && nuxt export --fail-on-error && nuxt serve",
"generate": "nuxt build --devtools && nuxt export --fail-on-error"
},
"dependencies": {
"@nuxt/components": "^1.0.0",
"@nuxtjs/axios": "^5.0.0",
"cloudinary-vue": "^1.0.0",
"current-script-polyfill": "^1.0.0",
"local-storage-fallback": "^4.1.1",
"nuxt": "^2.0.0",
"nuxt-i18n": "^6.0.0",
"spectre.css": "^0.5.3",
"vivus": "^0.4.4",
"vue-content-loader": "^0.2.1",
"vue-flickity": "^1.1.2",
"vue-headroom": "^0.10.1",
"vue-lazyload": "^1.2.6",
"vue-wait": "^1.3.1",
"vuex-persistedstate": "^3.0.0"
},
"devDependencies": {
"@babel/runtime-corejs2": "^7.8.3",
"@nuxtjs/sitemap": "^2.0.0",
"@nuxtjs/style-resources": "^1.0.0",
"babel-eslint": "^10.0.0",
"core-js": "2",
"eslint": "^7.3.0",
"eslint-config-prettier": "^6.7.0",
"eslint-config-standard": "^14.0.0",
"eslint-loader": "^4.0.0",
"eslint-plugin-html": "^6.0.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-prettier": "^3.1.1",
"eslint-plugin-promise": "^4.0.0",
"eslint-plugin-standard": "^4.0.0",
"eslint-plugin-vue": "^6.0.1",
"extendify": "^1.0.0",
"node-sass": "^4.7.2",
"nuxt-sass-resources-loader": "^2.0.5",
"prettier": "^2.0.4",
"sass-lint": "^1.12.1",
"sass-loader": "^8.0.0",
"yaml-fs": "^1.0.4"
}
}