-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.01 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
{
"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": "6.0.3",
"@fortawesome/fontawesome-free": "6.2.1",
"@popperjs/core": "2.11.6",
"bootstrap": "5.2.3",
"dompurify": "2.5.6",
"isomorphic-dompurify": "0.26.0",
"jquery": "3.6.3",
"jsdom": "21.1.0",
"moment": "2.30.1"
},
"devDependencies": {
"autoprefixer": "10.4.13",
"copy-webpack-plugin": "11.0.0",
"css-loader": "6.7.3",
"html-loader": "4.2.0",
"html-webpack-plugin": "5.5.0",
"http-server": "14.1.1",
"mini-css-extract-plugin": "2.7.2",
"postcss-loader": "7.0.2",
"sass": "1.57.1",
"sass-loader": "13.2.0",
"style-loader": "4.0.0",
"webpack": "5.94.0",
"webpack-cli": "5.1.4",
"webpack-dev-server": "4.11.1"
},
"staticFiles": {
"staticPath": [
"static"
]
}
}