-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.37 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": "ops-component-lib",
"version": "1.2.6",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"license": "UNLICENSED",
"files": [
"dist"
],
"devDependencies": {
"@babel/core": "^7.13.8",
"@rollup/plugin-commonjs": "^17.1.0",
"@rollup/plugin-node-resolve": "^11.2.0",
"@rollup/plugin-typescript": "^8.2.0",
"@storybook/addon-actions": "^6.1.21",
"@storybook/addon-essentials": "^6.1.21",
"@storybook/addon-links": "^6.1.21",
"@storybook/react": "^6.1.21",
"@testing-library/jest-dom": "^5.11.9",
"@testing-library/react": "^11.2.5",
"@types/jest": "^26.0.20",
"babel-loader": "^8.2.2",
"identity-obj-proxy": "^3.0.0",
"jest": "^26.6.3",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"@material-ui/core": "^4.11.4",
"rollup": "^2.40.0",
"rollup-plugin-cleaner": "^1.0.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-typescript2": "^0.30.0",
"ts-jest": "^26.5.3",
"typescript": "^4.2.3"
},
"peerDependencies": {
"react": "^16.13.1",
"react-dom": "^16.13.1",
"@material-ui/core": "^4.11.4"
},
"dependencies": {},
"scripts": {
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook",
"test": "jest",
"test:watch": "jest --watch",
"build": "rollup -c",
"release": "yarn build && yarn publish"
}
}