-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.04 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.04 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
{
"name": "pds-s3-browser",
"version": "0.1.0",
"scripts": {
"start": "webpack serve --mode development",
"prebuild": "npx rimraf dist",
"build": "webpack --mode production --env production"
},
"dependencies": {
"@braintree/sanitize-url": "^7.1.2",
"@fortawesome/fontawesome-free": "^7.2.0",
"@popperjs/core": "^2.11.8",
"bootstrap": "^5.3.8",
"dompurify": "^3.4.2",
"isomorphic-dompurify": "^3.12.0",
"jquery": "^4.0.0",
"jsdom": "^29.1.1",
"moment": "^2.30.1"
},
"devDependencies": {
"autoprefixer": "^10.5.0",
"copy-webpack-plugin": "^14.0.0",
"css-loader": "^7.1.4",
"html-loader": "^5.1.0",
"html-webpack-plugin": "^5.6.7",
"http-server": "^14.1.1",
"mini-css-extract-plugin": "^2.10.2",
"postcss-loader": "^8.2.1",
"sass": "^1.99.0",
"sass-loader": "^16.0.8",
"style-loader": "^4.0.0",
"webpack": "^5.106.2",
"webpack-cli": "^7.0.2",
"webpack-dev-server": "^5.2.3"
},
"staticFiles": {
"staticPath": [
"static"
]
}
}