-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 1.04 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
{
"name": "service-endorsement",
"version": "2.0.0",
"description": "[![Build Status](https://travis-ci.org/uw-it-aca/service-endorsement.svg?branch=master)](https://travis-ci.org/uw-it-aca/service-endorsement) # service-endorsement Provisioning Request Tool",
"main": "webpack.config.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/uw-it-aca/service-endorsement.git"
},
"author": "Michael Seibel",
"license": "ISC",
"bugs": {
"url": "https://github.com/uw-it-aca/service-endorsement/issues"
},
"homepage": "https://github.com/uw-it-aca/service-endorsement#readme",
"devDependencies": {
"axios": "^0.21.1",
"clean-webpack-plugin": "^3.0.0",
"css-loader": "^5.0.1",
"mini-css-extract-plugin": "^1.3.9",
"sass": "^1.34.0",
"sass-loader": "^11.1.1",
"terser-webpack-plugin": "^4.2.3",
"webpack": "^5.37.1",
"webpack-bundle-tracker": "^1.0.0",
"webpack-cli": "^4.7.0"
},
"dependencies": {}
}