-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
41 lines (41 loc) · 1.12 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": "@gruppe-adler/navbar-component",
"version": "1.2.0",
"description": "Gruppe Adler navbar Web Component.",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"files": [
"lib/**/*"
],
"scripts": {
"prepare": "npm run build",
"prepublish": "npm run lint",
"build": "webpack --mode production",
"lint": "eslint --ext .js,.ts ./src",
"serve": "webpack serve --mode development"
},
"repository": {
"type": "git",
"url": "https://github.com/gruppe-adler/navbar-component"
},
"keywords": [],
"author": "Gruppe Adler",
"license": "ISC",
"devDependencies": {
"@types/css-font-loading-module": "^0.0.9",
"@types/resize-observer-browser": "^0.1.8",
"eslint": "^8.51.0",
"eslint-config-standard-with-typescript": "^39.1.1",
"eslint-webpack-plugin": "^4.0.1",
"html-webpack-plugin": "^5.5.3",
"sass": "^1.69.0",
"sass-loader": "^13.3.2",
"sass-to-string": "^1.6.3",
"svg-url-loader": "^8.0.0",
"ts-loader": "^9.5.0",
"typescript": "^5.2.2",
"webpack": "^5.88.2",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1"
}
}