-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
42 lines (42 loc) · 1.17 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
42
{
"name": "@myuw-web-components/myuw-drawer",
"version": "1.2.1",
"description": "A slide out navigation drawer for use with the MyUW App Bar",
"module": "dist/myuw-drawer.min.mjs",
"browser": "dist/myuw-drawer.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-drawer.git"
},
"author": "",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/myuw-web-components/myuw-drawer/issues"
},
"homepage": "https://github.com/myuw-web-components/myuw-drawer#readme",
"devDependencies": {
"@babel/core": "^7.7.2",
"@babel/preset-env": "^7.7.1",
"aws-sdk": "^2.568.0",
"live-server": "^1.2.1",
"mime-types": "^2.1.24",
"npm-run-all": "^4.1.5",
"rollup": "^1.26.3",
"rollup-plugin-babel": "^4.3.3",
"rollup-plugin-html": "^0.2.1",
"rollup-plugin-minify-es": "^1.1.1",
"sonarqube-scanner": "^2.5.0",
"tota11y": "^0.1.6"
},
"files": [
"dist"
]
}