forked from vuestorefront/template-shopify
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.45 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
{
"name": "@vue-storefront/shopify-theme",
"version": "1.1.2",
"scripts": {
"dev": "nuxt",
"build": "nuxt build --modern=client",
"build:analyze": "nuxt build -a --modern=client",
"start": "nuxt start --modern=client",
"generate": "nuxt generate",
"test": "jest",
"test:e2e:open": "cypress open --config-file tests/e2e/cypress.json",
"test:e2e:run": "cypress run --config-file tests/e2e/cypress.json",
"test:e2e": "start-server-and-test dev http://localhost:3000 test:e2e:run"
},
"dependencies": {
"@nuxt/image": "0.6.0",
"@nuxtjs/pwa": "^3.3.5",
"@nuxtjs/sitemap": "^2.4.0",
"@nuxtjs/style-resources": "^1.0.0",
"@storefront-ui/vue": "^0.12.0",
"@vue-storefront/shopify": "^1.1.2",
"@vue-storefront/middleware": "2.5.6",
"@vue-storefront/nuxt": "2.5.6",
"@vue-storefront/nuxt-theme": "2.5.6",
"cookie-universal-nuxt": "^2.1.3",
"core-js": "^3.19.1",
"isomorphic-fetch": "^2.2.1",
"nuxt": "^2.13.3",
"@nuxtjs/i18n": "^7.2.1",
"vee-validate": "^3.2.3",
"vue-scrollto": "^2.17.1",
"@nuxtjs/device": "^2.1.0",
"ipx": "0.9.1"
},
"devDependencies": {
"@nuxt/types": "^2.13.3",
"@nuxt/typescript-build": "^2.0.0",
"@vue/test-utils": "^1.0.0-beta.27",
"babel-jest": "^24.1.0",
"cypress": "^9.1.0",
"ejs": "^3.0.2",
"jest": "^27.4.3",
"lint-staged": "^11.1.2",
"start-server-and-test": "^1.14.0",
"vue-jest": "^4.0.0-0"
}
}