-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
68 lines (68 loc) · 1.79 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
{
"name": "mirador-compare-plugin",
"version": "0.1.14",
"description": "mirador-compare-plugin React component",
"main": "lib/index.js",
"module": "es/index.js",
"files": [
"css",
"es",
"lib",
"umd"
],
"scripts": {
"build": "nwb build-react-component",
"clean": "nwb clean-module && nwb clean-demo",
"lint": "npx eslint ./",
"prepublishOnly": "npm run build",
"start": "nwb serve-react-demo",
"test": "npm run lint && jest",
"test:coverage": "jest --coverage",
"test:watch": "jest --watch"
},
"dependencies": {
"@material-ui/styles": "^4.11.5",
"react": "^16.14.0",
"react-resizable": "^3.0.5"
},
"peerDependencies": {
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.9.1",
"lodash": "^4.17.11",
"mirador": "https://github.com/nakamura196/mirador",
"prop-types": "^15.7.2",
"react": "^16.14.0",
"react-draggable": "^4.4.5"
},
"devDependencies": {
"@babel/core": "^7.22.8",
"@babel/eslint-parser": "^7.22.7",
"@babel/preset-env": "^7.22.7",
"@babel/preset-react": "^7.22.5",
"@blueprintjs/core": "^5.0.1",
"@blueprintjs/icons": "^5.0.0",
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.11.3",
"babel-jest": "^29.6.0",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.7",
"eslint": "^8.44.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jest": "^27.2.2",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-react": "^7.32.2",
"jest": "^29.6.0",
"lodash": "^4.17.21",
"nwb": "0.25.x",
"prop-types": "^15.8.1",
"react-dom": "16.14.0"
},
"author": "",
"homepage": "",
"license": "Apache-2.0",
"repository": "",
"keywords": [
"react-component"
]
}