forked from vuestorefront/vsf-capybara
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.19 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
{
"name": "@vue-storefront/theme-capybara",
"version": "1.0.4",
"description": "New theme for Vue Storefront based on Storefront UI",
"main": "index.js",
"scripts": {
"test:unit": "echo \"No test specified yet\" && exit 0",
"lint": "cd ../../../ && yarn lint",
"dev": "cd ../../../ && yarn dev",
"generate-local-config": "node ./scripts/generate-local-config",
"generate-local-config:next": "yarn generate-local-config --next"
},
"license": "MIT",
"dependencies": {
"@storefront-ui/vue": "0.7.11",
"@storefront-ui/shared": "0.7.11",
"body-scroll-lock": "^3.0.1",
"quicklink": "^2.0.0-alpha",
"storefront-query-builder": "https://github.com/DivanteLtd/storefront-query-builder.git",
"supports-webp": "^2.0.1",
"vue": "^2.6.11",
"vue-lazy-hydration": "^1.0.0-beta.9",
"vue-no-ssr": "^0.2.2",
"vue-offline": "^1.0.8",
"vue-progressbar": "^0.7.5",
"vuelidate": "0.6.2",
"vuex": "^3.0.1",
"vue-lazyload": "^1.3.3",
"vue-observe-visibility": "^0.4.1"
},
"devDependencies": {
"husky": "^3.1.0",
"postcss-filter-stream": "^0.0.6",
"semver": "^7.3.2"
},
"sideEffects": [
"*.(sc|sa|c)?ss",
"*.vue"
]
}