-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
78 lines (78 loc) · 2.42 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
{
"name": "@meedan/check-ui",
"version": "0.1.62",
"main": "lib/index.js",
"repository": "git@github.com:meedan/check-ui.git",
"license": "MIT",
"dependencies": {
"@date-io/dayjs": "^1.3.13",
"@material-ui/core": "^4.9.10",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "^4.0.0-alpha.52",
"@material-ui/pickers": "^3.3.10",
"@vvo/tzdb": "^6.39.0",
"dayjs": "^1.10.5",
"fast-deep-equal": "3.1.1",
"husky": "^4.2.5",
"leaflet": "^1.7.1",
"lodash-es": "4.17.21",
"material-ui-popup-state": "1.8.3",
"rc-slider": "9.7.2"
},
"peerDependencies": {
"@material-ui/core": "^4.9.10",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "^4.0.0-alpha.52",
"material-ui-popup-state": "1.8.3",
"react": "^17.0.2",
"react-copy-to-clipboard": "5.0.3",
"react-dom": "^17.0.2"
},
"devDependencies": {
"@babel/cli": "7.8.4",
"@babel/core": "7.9.0",
"@babel/plugin-proposal-class-properties": "7.8.3",
"@babel/plugin-transform-modules-umd": "7.9.0",
"@babel/plugin-transform-runtime": "7.9.6",
"@babel/preset-env": "7.9.5",
"@babel/preset-react": "7.9.4",
"@testing-library/jest-dom": "5.11.0",
"@testing-library/react": "10.4.3",
"babel-eslint": "10.1.0",
"babel-jest": "25.3.0",
"babel-loader": "8.1.0",
"css-loader": "3.5.2",
"eslint": "6.8.0",
"eslint-config-prettier": "6.10.1",
"eslint-plugin-prettier": "3.1.3",
"eslint-plugin-react": "7.19.0",
"eslint-plugin-testing-library": "3.1.2",
"file-loader": "^6.2.0",
"identity-obj-proxy": "3.0.0",
"jest": "25.3.0",
"lint-staged": "10.1.5",
"lodash-webpack-plugin": "^0.11.6",
"prettier": "2.0.4",
"prettier-eslint": "9.0.1",
"prettier-stylelint": "0.4.2",
"react-copy-to-clipboard": "5.0.3",
"react-test-renderer": "^17.0.2",
"style-loader": "^1.2.1",
"stylelint-prettier": "1.1.2",
"webpack": "^4.46.0",
"webpack-cli": "^3.3.11",
"yalc": "1.0.0-pre.53"
},
"scripts": {
"build": "webpack -p --config ./webpack.config.js && yalc publish --store-folder=.yalc",
"test": "jest --json --outputFile=.jest-test-results.json || true",
"lint": "eslint src/components/metadata && eslint src/components/upload",
"test:watch": "jest --watchAll --json --outputFile=.jest-test-results.json || true"
},
"lint-staged": {
"*.{js,jsx}": [
"prettier --write",
"git add"
]
}
}