forked from vuestorefront/magento2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.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
{
"name": "vue-storefront-magento2",
"private": true,
"version": "0.0.0",
"license": "MIT",
"homepage": "https://github.com/vuestorefront/magento2",
"bugs": {
"url": "https://github.com/vuestorefront/magento2/issues"
},
"workspaces": [
"packages/*"
],
"scripts": {
"prepare": "husky install",
"build": "lerna run build",
"test": "lerna run test",
"test:unit": "lerna run test:unit",
"test:integration": "lerna run test:integration",
"lint": "lerna run lint",
"changesets:version": "yarn changeset version && YARN_ENABLE_IMMUTABLE_INSTALLS=false yarn install && yarn prepare:docs",
"changesets:publish": "yarn build && yarn changeset publish",
"prepare:docs": "cd docs && yarn install && yarn api-extract && yarn copy-changelog"
},
"devDependencies": {
"@changesets/cli": "^2.26.1",
"@vue-storefront/api-extractor-config": "^0.0.3",
"@vue-storefront/eslint-config-integrations": "^0.0.14",
"@vue-storefront/integrations-tsconfig": "^0.0.2",
"@vue-storefront/jest-config": "^0.0.2",
"@vue-storefront/rollup-config": "^0.0.3",
"all-contributors-cli": "^6.20.0",
"esbuild": "^0.14.23",
"lerna": "^4.0.0",
"lint-staged": "^12.3.3",
"rimraf": "^5.0.0",
"typescript": "^5"
},
"engines": {
"node": ">=16.x.x",
"yarn": "1.x.x||>=3.x.x"
},
"packageManager": "[email protected]"
}