-
Notifications
You must be signed in to change notification settings - Fork 27
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.64 KB
/
Copy pathpackage.json
File metadata and controls
55 lines (55 loc) · 1.64 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
{
"name": "mpcontribs",
"version": "1.0.0",
"private": true,
"description": "",
"homepage": "https://mpcontribs.org",
"bugs": {
"url": "https://github.com/materialsproject/MPContribs/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/materialsproject/MPContribs.git"
},
"license": "MIT",
"author": "Patrick Huck",
"scripts": {
"webpack": "node --trace-deprecation node_modules/webpack/bin/webpack.js && if [ -e manage.py ]; then python manage.py collectstatic --no-input --clear && touch wsgi.py; fi"
},
"dependencies": {
"@babel/core": "^7.23.2",
"@babel/preset-env": "^7.23.2",
"@fortawesome/fontawesome-free": "^6.4.2",
"@vizuaalog/bulmajs": "^0.12.2",
"babel-loader": "^9.1.3",
"babel-plugin-lodash": "^3.3.4",
"bulma": "^1.0.3",
"bulma-checkradio": "^2.1.3",
"bulma-tooltip": "^3.0.2",
"clean-webpack-plugin": "^4.0.0",
"compression-webpack-plugin": "^11.0.0",
"core-js": "^3.33.1",
"css-loader": "^7.0.0",
"handsontable": "^13.1.0",
"highlight.js": "^11.9.0",
"imports-loader": "^5.0.0",
"jquery": "^3.7.1",
"js-sha1": "^0.7.0",
"lodash": "^4.17.21",
"lodash-webpack-plugin": "^0.11.6",
"mini-css-extract-plugin": "^2.7.6",
"parsleyjs": "^2.9.2",
"plotly.js": "^2.27.0",
"requirejs": "^2.3.6",
"sass": "^1.69.4",
"sass-loader": "^14.0.0",
"select2": "^4.1.0-rc.0",
"terser-webpack-plugin": "^5.3.9",
"typy": "^3.3.0",
"underscore": "^1.13.6",
"webpack": "^5.89.0",
"webpack-bundle-analyzer": "^4.9.1",
"webpack-cli": "^5.1.4",
"webpack4-bundle-tracker": "^0.4.3-beta"
}
}