-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
72 lines (72 loc) · 2.28 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "stellar-odyssey",
"version": "0.1.1",
"private": true,
"scripts": {
"start": "webpack-dev-server --mode development --output-pathinfo",
"build": "webpack --mode production",
"lint": "eslint src/**/*.ts",
"lint:fix": "eslint --fix src/**/*.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/xShadowBlade/Stellar-Odyssey.git"
},
"author": "xShadowBlade",
"license": "MIT",
"bugs": {
"url": "https://github.com/xShadowBlade/Stellar-Odyssey/issues"
},
"homepage": "https://github.com/xShadowBlade/Stellar-Odyssey#readme",
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"dependencies": {
"@pixi/react": "^7.1.1",
"class-transformer": "^0.5.1",
"emath.js": "file:../emath.js",
"pixi-filters": "^5.2.1",
"pixi.js": "^7.4.0",
"react": "^18.2.0",
"react-bootstrap": "^2.9.2",
"react-dom": "^18.2.0",
"reflect-metadata": "^0.2.1"
},
"devDependencies": {
"@types/css-modules": "^1.0.4",
"@types/react": "^18.2.33",
"@types/react-dom": "^18.2.18",
"@typescript-eslint/eslint-plugin": "^7.7.1",
"@typescript-eslint/parser": "^7.7.1",
"copy-webpack-plugin": "^12.0.1",
"css-loader": "^6.10.0",
"css-minimizer-webpack-plugin": "^6.0.0",
"esbuild": "^0.19.5",
"esbuild-loader": "^4.0.2",
"esbuild-plugin-replace": "^1.4.0",
"eslint": "^8.52.0",
"eslint-config-prettier": "^9.0.0",
"eslint-config-react-app": "^7.0.1",
"eslint-plugin-jsdoc": "^46.9.0",
"eslint-plugin-react": "^7.33.2",
"html-replace-webpack-plugin": "^2.6.0",
"html-webpack-plugin": "^5.5.3",
"mini-css-extract-plugin": "^2.8.1",
"prettier": "^3.0.3",
"prettier-eslint": "^16.1.1",
"style-loader": "^3.3.4",
"typescript": "^5.2.2",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1"
}
}