-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.63 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
{
"name": "@riboseinc/paneron-extension-kit",
"description": "Types and widgets to simplify building Paneron dataset extensions.",
"version": "2.2.29",
"main": "index.js",
"repository": "https://github.com/paneron/extension-kit",
"author": "Ribose Inc. <[email protected]>",
"scripts": {
"build": "rm -r compiled/* dist/*; mkdir -p compiled dist && tsc --outDir compiled; babel compiled --out-dir dist && cp package.json dist/ && rsync -a --include '*/' --include '*.d.ts' --include '*.js.map' --exclude '*' compiled/ dist/"
},
"files": [
"*.js",
"*.js.map",
"*.d.ts",
"**/*.js",
"**/*.js.map",
"**/*.d.ts"
],
"license": "MIT",
"peerDependencies": {
"@paneron/libmmel": "~0.1.3",
"@riboseinc/isogit-lfs": "0.2.0",
"immer": "^9.0.2",
"react-helmet": "^6.1.0"
},
"resolutions": {
"@types/react": "17.0.53"
},
"devDependencies": {
"@babel/cli": "^7.1.5",
"@babel/core": "^7.4.0",
"@babel/preset-env": "^7.4.2",
"@blueprintjs/core": "~4.17.8",
"@blueprintjs/popover2": "~1.13.12",
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@paneron/libmmel": "~0.1.3",
"@riboseinc/isogit-lfs": "~0.2.0",
"@types/js-yaml": "^4.0.1",
"@types/react": "17.0.53",
"@types/react-helmet": "^6.1.0",
"@types/react-resizable": "^3.0.3",
"@types/react-virtualized-auto-sizer": "^1.0.1",
"@types/react-window": "^1.8.5",
"@types/semver": "^7.3.4",
"@types/throttle-debounce": "^2.1.0",
"immer": "^9.0.2",
"isomorphic-git": "^1.7.8",
"react-helmet": "^6.1.0",
"semver": "^7.3.2",
"typescript": "~4.6.0"
}
}