This repository has been archived by the owner on May 14, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.52 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
{
"name": "grasia-dash-components",
"version": "0.3.1",
"description": "Dash UI component suite",
"main": "lib/index.js",
"repository": {
"type": "git",
"url": "https://github.com/Akronix/grasia-dash-components.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/Akronix/grasia-dash-components/issues"
},
"homepage": "https://github.com/Akronix/grasia-dash-components",
"scripts": {
"copy-lib": "copyfiles -u 1 lib/* grasia_dash_components",
"demo": "builder run demo",
"install-local": "npm run copy-lib && python3 setup.py install --user",
"prepublish": "npm test && builder run build-dist && npm run copy-lib",
"publish-all": "npm publish && python3 setup.py sdist upload",
"publish-pypi": "npm run prepublish && python3 setup.py sdist upload",
"start": "builder run build-dev",
"test": "builder run check",
"test-watch": "builder run test-frontend-watch",
"test-debug": "builder run test-frontend-debug",
"uninstall-local": "pip uninstall grasia-dash-components -y"
},
"dependencies": {
"builder": "3.2.2",
"copyfiles": "^1.2.0",
"css-loader": "^0.28.7",
"dash-components-archetype": "^0.2.11",
"npm": "^6.0.0",
"prop-types": "^15.5.9",
"ramda": "^0.25.0",
"react": "^15.5.4",
"react-dom": "^15.5.4",
"style-loader": "^0.19.0"
},
"devDependencies": {
"dash-components-archetype-dev": "^0.2.11",
"enzyme": "^2.8.2",
"karma": "^2.0.2",
"karma-webpack": "^3.0.0",
"react-test-renderer": "^16.3.2"
}
}