-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
52 lines (52 loc) · 1.29 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
43
44
45
46
47
48
49
50
51
52
{
"name": "@matco/astroneer-helper",
"description": "Astroneer Helper helps you with the tasks you have to perform in the game Astroneer",
"version": "1.0.0",
"scripts": {
"start": "webpack serve --config webpack.dev.js",
"http-server": "http-server dist",
"build": "webpack --config webpack.prod.js",
"lint": "eslint .",
"tsc-check": "tsc --noEmit"
},
"type": "module",
"keywords": [],
"author": {
"name": "Matthieu Corageoud",
"email": "[email protected]"
},
"files": [
"src"
],
"license": "Unlicense",
"repository": {
"type": "git",
"url": "https://github.com/matco/astroneer.git"
},
"bugs": {
"url": "https://github.com/matco/astroneer/issues"
},
"dependencies": {
"@matco/basic-tools": "^2.4.4"
},
"devDependencies": {
"@eslint/js": "^9.17.0",
"@stylistic/eslint-plugin": "^2.12.1",
"@types/eslint__js": "^8.42.3",
"copy-webpack-plugin": "^12.0.2",
"css-loader": "^7.1.2",
"eslint": "^9.17.0",
"globals": "^15.14.0",
"html-webpack-plugin": "^5.6.3",
"http-server": "^14.1.1",
"node-static": "^0.7.11",
"style-loader": "^4.0.0",
"ts-loader": "^9.5.1",
"typescript": "^5.7.2",
"typescript-eslint": "^8.18.2",
"webpack": "^5.97.1",
"webpack-cli": "^6.0.1",
"webpack-dev-server": "^5.2.0",
"workbox-webpack-plugin": "^7.3.0"
}
}