-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.11 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
{
"name": "planetssim",
"version": "1.0.0",
"description": "",
"main": "webpack.config.js",
"scripts": {
"start": "webpack serve --mode none",
"build": "webpack --mode production",
"eslint": "eslint -c .eslintrc.js --ext .ts 'src'",
"eslint:fix": "eslint -c .eslintrc.js --fix --ext .ts 'src'"
},
"author": "Pavel Fomin<[email protected]>",
"license": "ISC",
"engines": {
"node": ">=14.19.0"
},
"devDependencies": {
"@babel/core": "^7.21.4",
"@babel/eslint-parser": "^7.17.0",
"@rushstack/eslint-patch": "^1.1.1",
"@typescript-eslint/eslint-plugin": "^5.57.1",
"@typescript-eslint/parser": "^5.57.1",
"confusing-browser-globals": "^1.0.11",
"eslint": "8.26.0",
"eslint-config-prettier": "^8.5.0",
"eslint-import-resolver-typescript": "^2.7.1",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-prettier": "^4.0.0",
"prettier": "^2.8.7",
"ts-loader": "9.4.1",
"tslint": "6.1.3",
"typescript": "4.9.3",
"webpack": "5.75.0",
"webpack-cli": "5.0.0",
"webpack-dev-server": "^4.13.2"
}
}