generated from HarveyD/react-component-library
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
97 lines (97 loc) · 2.89 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
{
"name": "@corlab/aware-component-library",
"version": "1.2.5",
"main": "lib/index.js",
"module": "lib/",
"files": [
"lib"
],
"types": "lib/index.d.ts",
"description": "",
"scripts": {
"build": "rollup -c",
"test": "jest",
"test:watch": "jest --watch",
"storybook": "start-storybook -p 6006",
"storybook:export": "build-storybook",
"prepack": "yarn run build",
"prepare": "husky install",
"pre-commit": "pretty-quick --staged",
"clean": "rimraf lib"
},
"repository": {
"type": "git",
"url": "git+https://github.com/corlab/aware-component-library.git"
},
"keywords": [
"React",
"Component",
"Library",
"Typescript"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/corlab/aware-component-library/issues"
},
"homepage": "https://github.com/corlab/aware-component-library#readme",
"peerDependencies": {
"@mui/material": "^5.0.0",
"bpmn-js": "^8.7.3",
"markdown-to-jsx": "^7.1.3",
"react": ">=16.8.0",
"react-dom": ">=16.8.0",
"uuid": ">=8.0.0"
},
"dependencies": {},
"devDependencies": {
"@babel/core": "^7.12.10",
"@emotion/react": "11.5.0",
"@mui/material": "^5.0.0",
"@rollup/plugin-commonjs": "^17.0.0",
"@rollup/plugin-node-resolve": "^11.0.1",
"@storybook/addon-actions": "6.3.9",
"@storybook/addon-knobs": "6.3.1",
"@storybook/react": "^6.1.12",
"@testing-library/jest-dom": "^5.5.0",
"@testing-library/react": "^11.2.3",
"@testing-library/react-hooks": "7.0.2",
"@types/jest": "^24.0.24",
"@types/react": "^16.9.12",
"@types/react-dom": "^16.9.8",
"babel-loader": "^8.1.0",
"babel-preset-react-app": "^10.0.0",
"bpmn-js": "^8.7.3",
"bpmnio-typings": "https://github.com/corlab/bpmnio-typings.git",
"husky": "7.0.2",
"identity-obj-proxy": "^3.0.0",
"jest": "^26.6.3",
"js-base64": "3.7.2",
"node-sass": "^7.0.0",
"postcss": "8.3.8",
"prettier": "2.4.1",
"pretty-quick": "3.1.1",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"rimraf": "3.0.2",
"rollup": "^2.58.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-postcss": "4.0.1",
"rollup-plugin-rename": "1.0.1",
"rollup-plugin-typescript2": "^0.30.0",
"sass-loader": "^12.1.0",
"ts-jest": "^26.5.6",
"typescript": "^4.4.3"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}