-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.43 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.43 KB
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
{
"name": "spryker-vsf-theme",
"description": "Project based on VueStorefront Next with Spryker integration",
"author": "Spryker Systems",
"version": "0.1.3-next.5",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build -m",
"build:analyze": "nuxt build -a -m",
"start": "nuxt start",
"generate": "nuxt generate",
"test": "jest",
"test:e2e": "cypress run",
"test:e2e:open": "cypress open",
"test:e2e:ci": "start-server-and-test start http://localhost:3000 test:e2e"
},
"dependencies": {
"@nuxtjs/style-resources": "^1.0.0",
"@spryker-vsf/api": "^0.5.0",
"@spryker-vsf/composables": "^0.4.0",
"@storefront-ui/vue": "^0.10.5",
"@vue-storefront/middleware": "^2.3.1",
"@vue-storefront/nuxt": "^2.3.1",
"@vue-storefront/nuxt-theme": "^2.3.1",
"cookie-universal-nuxt": "^2.1.4",
"core-js": "^2.6.5",
"nuxt": "^2.14.12",
"nuxt-i18n": "^6.18.0",
"vee-validate": "^3.4.5",
"vue-scrollto": "^2.20.0"
},
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/polyfill": "^7.12.1",
"@babel/preset-env": "^7.12.11",
"@nuxt/types": "^2.14.12",
"@nuxt/typescript-build": "^2.0.4",
"@vue/test-utils": "^1.1.2",
"babel-jest": "^24.1.0",
"cypress": "^6.3.0",
"jest": "^24.1.0",
"lerna": "^3.22.1",
"start-server-and-test": "^1.11.7",
"ts-jest": "^24.0.0",
"ts-loader": "^8.0.14",
"vue-jest": "^4.0.0-0"
}
}