-
-
Notifications
You must be signed in to change notification settings - Fork 61
/
package.json
65 lines (65 loc) · 2.27 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
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "dash-extensions",
"version": "1.0.20",
"description": "Extensions for Plotly Dash.",
"main": "build/index.js",
"scripts": {
"start": "webpack-serve --config ./webpack.serve.config.js --open",
"validate-init": "python _validate_init.py",
"prepublishOnly": "npm run validate-init",
"build:js": "webpack --mode production",
"build:py_and_r": "dash-generate-components ./src/lib/components dash_extensions -p package-info.json --r-prefix ''",
"build:py_and_r-activated": "(. venv/bin/activate || venv\\scripts\\activate && npm run build:py_and_r)",
"build": "npm run build:js && npm run build:py_and_r",
"build:py": "dash-generate-components ./src/lib/components dash_extensions -p package-info.json",
"build_no_r": "npm run build:js && npm run build:py",
"build:activated": "npm run build:js && npm run build:py_and_r-activated"
},
"author": "Emil Eriksen <[email protected]>",
"license": "MIT",
"dependencies": {
"@img-comparison-slider/react": "^7.7.0",
"@plotly/webpack-dash-dynamic-import": "^1.2.0",
"base64-js": "^1.5.1",
"dash-extensions-js": "0.0.2",
"dompurify": "^2.3.6",
"loader-utils": ">=3.2.1",
"mermaid": "^9.2.2",
"node-polyfill-webpack-plugin": "^2.0.1",
"ramda": "^0.26.1",
"react-loadable": "^5.5.0",
"react-lottie": "^1.2.3",
"sse.js": "^2.4.1",
"ssri": "^9.0.0"
},
"devDependencies": {
"@babel/core": "^7.17.10",
"@babel/plugin-proposal-object-rest-spread": "^7.17.3",
"@babel/plugin-syntax-class-properties": "^7.12.13",
"@babel/preset-env": "^7.17.10",
"@babel/preset-react": "^7.16.7",
"babel-eslint": "^10.0.2",
"babel-loader": "^8.2.5",
"babel-plugin-transform-class-properties": "^6.24.1",
"copyfiles": "^2.4.1",
"css-loader": "^5.2.7",
"eslint": "^6.0.1",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-react": "^7.29.4",
"loader-utils": ">=1.4.2",
"npm": "^9.6.6",
"prop-types": "^15.8.1",
"react": "^16.14.0",
"react-docgen": "^5.4.0",
"react-dom": "^16.14.0",
"style-loader": "^3.3.1",
"styled-jsx": "^5.1.0",
"webpack": "^5.73.0",
"webpack-cli": "^4.10.0"
},
"engines": {
"node": ">=8.11.0",
"npm": ">=6.1.0"
}
}