|
1 | 1 | {
|
2 |
| - "name": "@corlab/aware-component-library", |
3 |
| - "version": "0.2.0", |
4 |
| - "main": "lib/index.js", |
5 |
| - "module": "lib/", |
6 |
| - "files": [ |
7 |
| - "lib" |
8 |
| - ], |
9 |
| - "types": "lib/index.d.ts", |
10 |
| - "description": "", |
11 |
| - "scripts": { |
12 |
| - "build": "rollup -c", |
13 |
| - "test": "jest", |
14 |
| - "test:watch": "jest --watch", |
15 |
| - "storybook": "start-storybook -p 6006", |
16 |
| - "storybook:export": "build-storybook", |
17 |
| - "prepack": "yarn run build" |
18 |
| - }, |
19 |
| - "repository": { |
20 |
| - "type": "git", |
21 |
| - "url": "git+https://github.com/corlab/aware-component-library.git" |
22 |
| - }, |
23 |
| - "keywords": [ |
24 |
| - "React", |
25 |
| - "Component", |
26 |
| - "Library", |
27 |
| - "Typescript" |
28 |
| - ], |
29 |
| - "license": "MIT", |
30 |
| - "bugs": { |
31 |
| - "url": "https://github.com/corlab/aware-component-library/issues" |
32 |
| - }, |
33 |
| - "homepage": "https://github.com/corlab/aware-component-library#readme", |
34 |
| - "peerDependencies": { |
35 |
| - "@material-ui/core": ">=^4.0.0", |
36 |
| - "react": ">=16.8.0", |
37 |
| - "react-dom": ">=16.8.0" |
38 |
| - }, |
39 |
| - "dependencies": { |
40 |
| - "bpmn-js": "^8.7.3", |
41 |
| - "markdown-to-jsx": "^7.1.3" |
42 |
| - }, |
43 |
| - "devDependencies": { |
44 |
| - "@babel/core": "^7.12.10", |
45 |
| - "@material-ui/core": "^4.11.0", |
46 |
| - "@rollup/plugin-commonjs": "^17.0.0", |
47 |
| - "@rollup/plugin-node-resolve": "^11.0.1", |
48 |
| - "@storybook/addon-knobs": "6.3.1", |
49 |
| - "@storybook/react": "^6.1.12", |
50 |
| - "@testing-library/jest-dom": "^5.5.0", |
51 |
| - "@testing-library/react": "^11.2.3", |
52 |
| - "@types/jest": "^24.0.24", |
53 |
| - "@types/react": "^16.9.12", |
54 |
| - "@types/react-dom": "^16.9.8", |
55 |
| - "babel-loader": "^8.1.0", |
56 |
| - "babel-preset-react-app": "^10.0.0", |
57 |
| - "identity-obj-proxy": "^3.0.0", |
58 |
| - "jest": "^26.6.3", |
59 |
| - "node-sass": "^6.0.1", |
60 |
| - "postcss": "8.3.8", |
61 |
| - "react": "^16.13.1", |
62 |
| - "react-dom": "^16.13.1", |
63 |
| - "rollup": "^2.58.0", |
64 |
| - "rollup-plugin-peer-deps-external": "^2.2.4", |
65 |
| - "rollup-plugin-postcss": "4.0.1", |
66 |
| - "rollup-plugin-rename": "1.0.1", |
67 |
| - "rollup-plugin-typescript2": "^0.30.0", |
68 |
| - "sass-loader": "^12.1.0", |
69 |
| - "ts-jest": "^27.0.5", |
70 |
| - "typescript": "^4.4.3" |
71 |
| - } |
| 2 | + "name": "@corlab/aware-component-library", |
| 3 | + "version": "0.2.0", |
| 4 | + "main": "lib/index.js", |
| 5 | + "module": "lib/", |
| 6 | + "files": [ |
| 7 | + "lib" |
| 8 | + ], |
| 9 | + "types": "lib/index.d.ts", |
| 10 | + "description": "", |
| 11 | + "scripts": { |
| 12 | + "build": "rollup -c", |
| 13 | + "test": "jest", |
| 14 | + "test:watch": "jest --watch", |
| 15 | + "storybook": "start-storybook -p 6006", |
| 16 | + "storybook:export": "build-storybook", |
| 17 | + "prepack": "yarn run build", |
| 18 | + "prepare": "husky install", |
| 19 | + "pre-commit": "pretty-quick --staged" |
| 20 | + }, |
| 21 | + "repository": { |
| 22 | + "type": "git", |
| 23 | + "url": "git+https://github.com/corlab/aware-component-library.git" |
| 24 | + }, |
| 25 | + "keywords": [ |
| 26 | + "React", |
| 27 | + "Component", |
| 28 | + "Library", |
| 29 | + "Typescript" |
| 30 | + ], |
| 31 | + "license": "MIT", |
| 32 | + "bugs": { |
| 33 | + "url": "https://github.com/corlab/aware-component-library/issues" |
| 34 | + }, |
| 35 | + "homepage": "https://github.com/corlab/aware-component-library#readme", |
| 36 | + "peerDependencies": { |
| 37 | + "@material-ui/core": ">=^4.0.0", |
| 38 | + "react": ">=16.8.0", |
| 39 | + "react-dom": ">=16.8.0" |
| 40 | + }, |
| 41 | + "dependencies": { |
| 42 | + "bpmn-js": "^8.7.3", |
| 43 | + "markdown-to-jsx": "^7.1.3" |
| 44 | + }, |
| 45 | + "devDependencies": { |
| 46 | + "@babel/core": "^7.12.10", |
| 47 | + "@material-ui/core": "^4.11.0", |
| 48 | + "@rollup/plugin-commonjs": "^17.0.0", |
| 49 | + "@rollup/plugin-node-resolve": "^11.0.1", |
| 50 | + "@storybook/addon-knobs": "6.3.1", |
| 51 | + "@storybook/react": "^6.1.12", |
| 52 | + "@testing-library/jest-dom": "^5.5.0", |
| 53 | + "@testing-library/react": "^11.2.3", |
| 54 | + "@types/jest": "^24.0.24", |
| 55 | + "@types/react": "^16.9.12", |
| 56 | + "@types/react-dom": "^16.9.8", |
| 57 | + "babel-loader": "^8.1.0", |
| 58 | + "babel-preset-react-app": "^10.0.0", |
| 59 | + "husky": "7.0.2", |
| 60 | + "identity-obj-proxy": "^3.0.0", |
| 61 | + "jest": "^26.6.3", |
| 62 | + "node-sass": "^6.0.1", |
| 63 | + "postcss": "8.3.8", |
| 64 | + "prettier": "2.4.1", |
| 65 | + "pretty-quick": "3.1.1", |
| 66 | + "react": "^16.13.1", |
| 67 | + "react-dom": "^16.13.1", |
| 68 | + "rollup": "^2.58.0", |
| 69 | + "rollup-plugin-peer-deps-external": "^2.2.4", |
| 70 | + "rollup-plugin-postcss": "4.0.1", |
| 71 | + "rollup-plugin-rename": "1.0.1", |
| 72 | + "rollup-plugin-typescript2": "^0.30.0", |
| 73 | + "sass-loader": "^12.1.0", |
| 74 | + "ts-jest": "^27.0.5", |
| 75 | + "typescript": "^4.4.3" |
| 76 | + } |
72 | 77 | }
|
0 commit comments