-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 1008 Bytes
/
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
{
"name": "pdb-redo-session-manager",
"version": "1.0.0",
"description": "A session manager for PDB-REDO",
"main": "index.js",
"author": "Maarten L. Hekkelman",
"license": "BSD-2-Clause",
"scripts": {
"build": "webpack --config webpack.config.js",
"build-production": "webpack --config webpack.config.js --env PRODUCTION"
},
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/preset-env": "^7.18.2",
"@popperjs/core": "^2.11.5",
"babel-loader": "^8.2.5",
"bootstrap": "4.5.3",
"bootstrap-icons": "^1.8.3",
"clean-webpack-plugin": "^4.0.0",
"css-loader": "^6.7.1",
"file-loader": "^6.2.0",
"imports-loader": "^3.0.0",
"jquery": "^3.6.0",
"mini-css-extract-plugin": "^2.6.1",
"popper.js": "^1.16.1",
"sass": "^1.52.2",
"sass-loader": "^13.0.0",
"style-loader": "^3.3.1",
"uglify-js-plugin": "^0.0.6",
"url-loader": "^4.1.1",
"webpack": "^5.73.0",
"webpack-cli": "^4.9.2"
},
"dependencies": {}
}