-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 2.32 KB
/
package.json
File metadata and controls
64 lines (64 loc) · 2.32 KB
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
{
"name": "solvebio-dash-components",
"version": "0.6.7",
"description": "SolveBio Dash component suite",
"main": "lib/index.js",
"repository": {
"type": "git",
"url": "https://github.com/SolveBio/solvebio-dash-components.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/SolveBio/solvebio-dash-components/issues"
},
"homepage": "https://github.com/SolveBio/solvebio-dash-components",
"scripts": {
"bnr": "npm run prepublish && python setup.py install && python usage.py",
"build-dist": "builder run clean-lib && builder run extract-metadata && webpack --config=./webpack.config.dist.js",
"check": "npm run lint && builder run test-frontend-cov",
"copy-lib": "copyfiles -u 1 lib/* solvebio_dash_components",
"install-local": "npm run copy-lib && python setup.py install",
"lint": "eslint --fix .",
"prepublish": "npm test && npm run build-dist && npm run copy-lib",
"publish-all": "npm publish && python setup.py sdist upload",
"publish-pypi": "npm run prepublish && python setup.py sdist upload",
"start": "builder run clean-lib && builder run extract-metadata && webpack -w --config=./webpack.config.dev.js",
"test": "npm run check",
"test-watch": "builder run test-frontend-watch",
"test-debug": "builder run test-frontend-debug",
"uninstall-local": "pip uninstall solvebio-dash-components -y"
},
"dependencies": {
"builder": "3.2.2",
"copyfiles": "^1.2.0",
"css-loader": "^0.28.11",
"dash-components-archetype": "^0.2.11",
"javascript-natural-sort": "^0.7.1",
"json-stringify-safe": "^5.0.1",
"less": "^2.7.3",
"less-loader": "^4.1.0",
"node-sass": "^4.10.0",
"prop-types": "^15.5.9",
"ramda": "^0.25.0",
"react": "^15.5.4",
"react-awesome-query-builder": "^0.1.38",
"react-bootstrap": "^0.32.4",
"react-dom": "^15.5.4",
"react-dropzone": "^4.2.8",
"react-modal": "^3.4.5",
"react-oncoprint": "^1.2.2",
"react-s3-uploader": "^4.6.2",
"react-select": "^2.4.1",
"react-table": "^6.8.2",
"sass-loader": "^6.0.7",
"style-loader": "^0.20.3",
"transit-immutable-js": "^0.7.0",
"urlsafe-base64": "^1.0.0"
},
"devDependencies": {
"dash-components-archetype-dev": "^0.2.11",
"enzyme": "^2.8.2",
"namor": "^1.0.1",
"react-test-renderer": "^15.5.4"
}
}