-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
75 lines (75 loc) · 2.3 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
{
"name": "archiox-mirador-plugin",
"version": "1.1.1",
"description": "An experimental plugin to display depth information captured with Lucida or Selene scanners from FactumARTE. However, the plug-in can present any normal map/albedo map combination produced from any technique.\n\nTopics\n",
"private": true,
"scripts": {
"webpack": "webpack --config webpack.config.js --mode=production",
"lint": "eslint --fix . && echo 'Lint complete.'",
"watch": "watch 'clear && npm run -s test | tap-nirvana && npm run -s lint' src",
"test": "mocha --require @babel/register"
},
"repository": {
"type": "git",
"url": "git+https://gitlab.bodleian.ox.ac.uk/arch0396/archiox-mirador-plugin"
},
"keywords": [
"Mirador",
"Threejs"
],
"author": "Richard Benjamin Allen",
"license": "MIT License",
"module": "src/index.js",
"bugs": {
"url": "https://gitlab.bodleian.ox.ac.uk/arch0396/archiox-mirador-plugin/-/issues"
},
"homepage": "https://gitlab.bodleian.ox.ac.uk/arch0396/archiox-mirador-plugin",
"peerDependencies": {
"mirador": "*",
"react": "^16.8.6",
"react-dom": "^16.8.6"
},
"resolutions": {
"word-wrap": "npm:@aashutoshrathi/word-wrap",
"merge": "^2.1.1"
},
"overrides": {
"tap-out": "github:scottcorgan/tap-out.git"
},
"dependencies": {
"@material-ui/core": "^4.12.4",
"@material-ui/icons": "^4.11.3",
"lodash": "^4.17.21",
"prop-types": "^15.8.1",
"three": "^0.139.2",
"uuid": "^9.0.1"
},
"devDependencies": {
"@babel/cli": "^7.22.5",
"@babel/core": "^7.22.5",
"@babel/eslint-parser": "^7.22.5",
"@babel/preset-env": "^7.19.4",
"@babel/preset-react": "^7.12.5",
"@babel/register": "^7.22.5",
"babel-loader": "^8.2.1",
"clean-webpack-plugin": "^3.0.0",
"eslint": "^8.42.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"mirador": "*",
"expect.js": "^0.3.1",
"mocha": "^10.2.0",
"prettier": "^2.8.8",
"react": "^16.8.6x",
"react-dom": "^16.8.6",
"reselect": "^4.1.5",
"tap-nirvana": "^1.1.0",
"three": "^0.139.2",
"watch": "^0.13.0",
"webpack": "^5.76.0",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.11.1"
}
}