-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.12 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
{
"name": "@isicily/epidoc-viewer-react",
"version": "1.0.1",
"description": "exports a react component for converting epidoc to Leiden",
"module": "dist/index.js",
"main": "dist/index.js",
"private": false,
"files": [
"dist",
"README.md"
],
"scripts": {
"test": "echo \"Error: no test specified\"",
"build": "rm -rf dist && NODE_ENV=production babel src --out-dir dist --copy-files"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ISicily/epidoc-viewer-react.git"
},
"keywords": [
"epidoc",
"leiden",
"react"
],
"author": "James Chartrand",
"license": "ISC",
"bugs": {
"url": "https://github.com/ISicily/epidoc-viewer-react/issues"
},
"homepage": "https://github.com/ISicily/epidoc-viewer-react#readme",
"peerDependencies": {
"react": "^17.0.2",
"react-dom": "^17.0.2",
"@material-ui/core": "^4.11.2"
},
"devDependencies": {
"@babel/cli": "^7.14.3",
"@babel/core": "^7.14.3",
"@babel/preset-env": "^7.14.2",
"@babel/preset-react": "^7.13.13"
},
"dependencies": {
"@isicily/epidoc-viewer-core": "^1.0.7"
}
}