UNPKG

2.75 kBJSONView Raw
1{
2 "name": "@accordproject/ui-concerto",
3 "version": "0.93.0",
4 "private": false,
5 "dependencies": {
6 "prop-types": "^15.7.2",
7 "react": "^16.13.1",
8 "react-dom": "^16.13.1",
9 "@accordproject/concerto-core": "^0.82.7",
10 "semantic-ui-react": "^0.88.2",
11 "lodash.get": "^4.4.2",
12 "lodash.isequal": "^4.5.0",
13 "lodash.set": "^4.3.2",
14 "lodash.topath": "^4.5.2"
15 },
16 "scripts": {
17 "start": "react-scripts start",
18 "build:app": "react-scripts build",
19 "test": "react-scripts test --env=jest-environment-jsdom-sixteen",
20 "eject": "react-scripts eject",
21 "build": "npx rollup -c",
22 "fix:js": "npx eslint --fix ./src/",
23 "lint:js": "npx eslint ./src/",
24 "lint:style": "npx stylelint ./src/",
25 "fix:style": "npx stylelint ./src/ --fix",
26 "start:docs": "docz dev",
27 "build:docs": "docz build"
28 },
29 "eslintConfig": {
30 "extends": "react-app"
31 },
32 "browserslist": {
33 "production": [
34 ">0.2%",
35 "not dead",
36 "not op_mini all"
37 ],
38 "development": [
39 "last 1 chrome version",
40 "last 1 firefox version",
41 "last 1 safari version"
42 ]
43 },
44 "main": "lib/index.cjs.js",
45 "module": "lib/index.esm.js",
46 "husky": {
47 "hooks": {
48 "pre-commit": "lint-staged",
49 "pre-push": "CI=true yarn test --passWithNoTests"
50 }
51 },
52 "devDependencies": {
53 "@babel/cli": "7.8.4",
54 "@babel/core": "7.9.0",
55 "@babel/preset-env": "7.9.5",
56 "@babel/preset-react": "7.9.4",
57 "@rollup/plugin-babel": "5.0.0",
58 "@rollup/plugin-commonjs": "11.1.0",
59 "@rollup/plugin-node-resolve": "7.1.3",
60 "@testing-library/jest-dom": "5.5.0",
61 "@testing-library/react": "10.0.3",
62 "@testing-library/react-hooks": "3.2.1",
63 "@testing-library/user-event": "10.1.0",
64 "autoprefixer": "9.7.6",
65 "docz": "2.3.1",
66 "husky": "4.2.5",
67 "jest-environment-jsdom-sixteen": "1.0.3",
68 "lint-staged": "10.1.7",
69 "npm-run-all": "4.1.5",
70 "postcss-preset-env": "6.7.0",
71 "prop-types": "^15.7.2",
72 "react": "^16.13.1",
73 "react-dom": "^16.13.1",
74 "react-scripts": "3.4.1",
75 "react-test-renderer": "16.13.1",
76 "recursive-copy": "2.0.10",
77 "rimraf": "3.0.2",
78 "rollup": "2.7.3",
79 "rollup-plugin-eslint": "7.0.0",
80 "rollup-plugin-filesize": "7.0.0",
81 "rollup-plugin-includepaths": "0.2.3",
82 "rollup-plugin-peer-deps-external": "2.2.2",
83 "rollup-plugin-postcss": "3.1.1",
84 "rollup-plugin-stylelint": "1.0.0",
85 "rollup-plugin-terser": "5.3.0",
86 "stylelint": "13.3.3",
87 "stylelint-config-standard": "20.0.0",
88 "stylelint-order": "4.0.0"
89 },
90 "peerDependencies": {
91 "react": ">=16.13.1",
92 "react-dom": ">=16.13.1"
93 },
94 "files": [
95 "lib"
96 ],
97 "engines": {
98 "node": ">=10"
99 }
100}
\No newline at end of file