-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.59 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
48
49
{
"name": "@maibornwolff/mwui",
"version": "0.6.1",
"description": "Component Library using Figma's design tokens",
"repository": {
"type": "git",
"url": "git+https://github.com/MaibornWolff/mwui.git"
},
"workspaces": [
"mwui-token-farm",
"mwui-react",
"mwui-stencil",
"mwui-vue",
"mwui-angular"
],
"scripts": {
"start": "npm run start --workspace=mwui-stencil",
"storybook": "npm run storybook --workspace=mwui-stencil",
"test": "npm run test --workspace=mwui-stencil",
"test:spec": "npm run test:spec --workspace=mwui-stencil",
"lint": "npm run lint --workspace=mwui-stencil",
"build-tokens": "npm run build --workspace=mwui-token-farm",
"build-stencil": "npm run build --workspace=mwui-stencil",
"build-storybook": "npm run build-storybook --workspace=mwui-stencil",
"prepare": "husky install",
"release": "release-it"
},
"devDependencies": {
"@babel/core": "^7.22.5",
"@release-it/conventional-changelog": "^5.1.1",
"@types/estree": "^1.0.0",
"@types/node": "^18.15.11",
"eslint": "^8.22.0",
"jest": "^27.4.5",
"jest-cli": "^27.4.5",
"parcel-bundler": "^1.8.1",
"prettier": "^2.7.1",
"release-it": "^15.6.0",
"typescript": "^4.8.2"
},
"publishConfig": {
"access": "public"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/MaibornWolff/mwui/issues"
},
"homepage": "https://github.com/MaibornWolff/mwui#readme"
}