-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
46 lines (46 loc) · 1.18 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
{
"name": "molstar-react",
"version": "0.5.2",
"description": "Molstar as a react component",
"main": "dist/index.js",
"files": ["dist"],
"scripts": {
"build": "rollup -c",
"start": "rollup -c --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/samirelanduk/molstar-react.git"
},
"keywords": [
"molstar",
"bioinformatics"
],
"author": "Sam Ireland",
"license": "ISC",
"bugs": {
"url": "https://github.com/samirelanduk/molstar-react/issues"
},
"homepage": "https://github.com/samirelanduk/molstar-react#readme",
"devDependencies": {
"@babel/core": "^7.14.6",
"@babel/preset-env": "^7.14.7",
"@babel/preset-react": "^7.14.5",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "^19.0.0",
"@rollup/plugin-node-resolve": "^13.0.0",
"postcss": "^8.3.5",
"rollup": "^2.52.7",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-postcss": "^4.0.0",
"rollup-plugin-typescript2": "^0.30.0",
"rollup-watch": "^4.3.1"
},
"dependencies": {
"prop-types": "^15.7.2"
},
"peerDependencies": {
"molstar": "^3.27.0"
}
}