-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
41 lines (41 loc) · 1.16 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": "@myuw-web-components/myuw-app-bar",
"version": "1.7.6",
"description": "A material top app bar designed for use with other MyUW web components",
"module": "dist/myuw-app-bar.min.mjs",
"browser": "dist/myuw-app-bar.min.js",
"scripts": {
"build": "rollup -c",
"watch": "rollup -c -w",
"serve": "live-server --port=4200",
"start": "run-p watch serve",
"sonar": "sonar-scanner",
"prepare": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/myuw-web-components/myuw-app-bar.git"
},
"author": "",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/myuw-web-components/myuw-app-bar/issues"
},
"homepage": "https://github.com/myuw-web-components/myuw-app-bar#readme",
"devDependencies": {
"@babel/core": "^7.7.5",
"@babel/preset-env": "^7.7.6",
"aws-sdk": "^2.589.0",
"live-server": "^1.2.1",
"mime-types": "^2.1.25",
"npm-run-all": "^4.1.5",
"rollup": "^1.27.11",
"rollup-plugin-babel": "^4.3.3",
"rollup-plugin-html": "^0.2.1",
"rollup-plugin-minify-es": "^1.1.1",
"sonarqube-scanner": "^2.5.0"
},
"files": [
"dist"
]
}