-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.82 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
50
51
52
53
54
55
56
57
58
59
60
{
"name": "matter-react-ui",
"version": "0.0.0-development",
"description": "React Matter-UI library",
"main": "dist/index.js",
"module": "dist/index.es.js",
"scripts": {
"test": "jest",
"storybook": "build-storybook -c .storybook",
"build-storybook": "build-storybook",
"build-lib": "rollup -c",
"semantic-release": "semantic-release --branches main",
"commit": "git pull && git add . && git-cz && git push",
"chromatic": "npx chromatic --project-token=894a493c8336"
},
"repository": {
"type": "git",
"url": "https://github.com/Matter-Inc/matter-ui.git"
},
"author": "William Monroy",
"license": "MIT",
"bugs": {
"url": "https://github.com/Matter-Inc/matter-ui/issues"
},
"homepage": "https://github.com/Matter-Inc/matter-ui#readme",
"devDependencies": {
"@babel/core": "^7.16.7",
"@babel/preset-react": "^7.16.7",
"@rollup/plugin-node-resolve": "^13.1.3",
"@storybook/addon-actions": "^6.4.12",
"@storybook/addon-essentials": "^6.4.12",
"@storybook/addon-links": "^6.4.12",
"@storybook/react": "^6.4.12",
"@testing-library/jest-dom": "^5.16.1",
"@testing-library/react": "^12.1.2",
"@testing-library/user-event": "^13.5.0",
"babel-loader": "^8.2.3",
"chromatic": "^6.3.4",
"cz-conventional-changelog": "^3.3.0",
"jest": "^27.4.7",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"rollup": "^2.63.0",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-terser": "^7.0.2",
"semantic-release": "^18.0.1"
},
"peerDependencies": {
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}