-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.12 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.12 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
{
"name": "ual-libapps",
"version": "1.0.0",
"description": "Customizations for LibApps",
"private": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"deploy": "aws s3 sync ./dist/ s3://ual-libapps --delete",
"build:dev": "npx webpack -w --verbose",
"build:prod": "npx webpack -p",
"serve": "node ./static-server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ualibraries/ual-libapps.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ualibraries/ual-libapps/issues"
},
"homepage": "https://github.com/ualibraries/ual-libapps#readme",
"devDependencies": {
"copy-webpack-plugin": "^5.1.1",
"css-loader": "^3.4.2",
"file-loader": "^5.1.0",
"mini-css-extract-plugin": "^0.9.0",
"minimist": ">=1.2.3",
"node-static": "^0.7.11",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"style-loader": "^1.1.3",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11",
"webpack-merge-and-include-globally": "^2.1.24"
},
"dependencies": {
"normalize.css": "^8.0.1"
}
}