-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1015 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 1015 Bytes
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
{
"name": "bobby",
"version": "1.0.4",
"description": "Bobby",
"author": "Yannick A.",
"license": "AGPL-3.0-or-later",
"scripts": {
"serve": "webpack-dev-server --config webpack.dev.js",
"build": "webpack --config webpack.prod.js",
"lint": "eslint src",
"lint-fix": "eslint --fix 'src/**/*.ts'"
},
"dependencies": {
"mithril": "^2.2.2"
},
"devDependencies": {
"@lcdp/offline-plugin": "^5.1.1",
"@types/mithril": "^2.0.12",
"@typescript-eslint/eslint-plugin": "^5.59.2",
"@typescript-eslint/parser": "^5.59.2",
"css-loader": "^6.7.3",
"eslint": "^8.39.0",
"eslint-plugin-import": "^2.27.5",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.5.1",
"style-loader": "^3.3.2",
"ts-loader": "^9.4.2",
"typescript": "^5.0.4",
"webpack": "^5.82.0",
"webpack-cli": "^5.0.2",
"webpack-dev-server": "^4.13.3",
"webpack-merge": "^5.8.0",
"webpack-pwa-manifest": "^4.3.0",
"workbox-webpack-plugin": "^6.5.4"
}
}