-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 949 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 949 Bytes
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
{
"dependencies": {
"bootstrap": "^4.5.3",
"bs-custom-file-input": "^1.3.4",
"clean-webpack-plugin": "^4.0.0",
"core-js": "^3.8.2",
"css-loader": "^7.1.2",
"mini-css-extract-plugin": "^2.9.1",
"sass": "^1.32.4",
"sass-loader": "^16.0.1",
"style-loader": "^4.0.0",
"uglify-js-plugin": "^0.0.6",
"webpack": "^5.15.0",
"webpack-cli": "^5.1.4"
},
"name": "tortoize",
"version": "2.0.0",
"description": "A tool to calculate Ramachandran Z-scores",
"main": "index.js",
"repository": "https://pdb-redo.eu/tortoize",
"author": "Maarten L. Hekkelman <maarten@hekkelman.com>",
"license": "BSD-2-Clause",
"private": false,
"scripts": {
"build": "webpack --config webpack.config.js"
},
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/preset-env": "^7.12.11",
"babel-loader": "^9.1.3",
"postcss-loader": "^8.1.1",
"uglifyjs-webpack-plugin": "^2.2.0"
}
}