-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
44 lines (44 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
41
42
43
44
{
"name": "offer-design-system",
"private": true,
"version": "0.1.27",
"repository": {
"type": "git",
"url": "https://github.com/price-offer/offer-design-system.git"
},
"author": {
"name": "offer-price"
},
"license": "MIT",
"workspaces": {
"packages": [
"packages/*",
"apps/*"
],
"nohoist": []
},
"scripts": {
"start:storybook": "lerna run start --parallel",
"start:playground-react": "lerna run dev --scope=ods-playground-react",
"start:playground-next": "lerna run dev --scope=ods-playground-next",
"build": "lerna run build",
"build:watch": "lerna run build:watch",
"lint": "lerna run lint",
"build-storybook": "lerna run build-storybook",
"prepare": "husky install",
"changeset": "changeset",
"changeset:version": "changeset version && changeset tag",
"changeset:publish": "lerna run build && changeset publish"
},
"devDependencies": {
"husky": "^8.0.0",
"lerna": "^6.0.0"
},
"bugs": {
"url": "https://github.com/price-offer/offer-design-system/issues"
},
"homepage": "https://github.com/price-offer/offer-design-system#readme",
"dependencies": {
"@changesets/cli": "^2.26.2"
}
}