This repository was archived by the owner on Oct 30, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
84 lines (84 loc) · 2.64 KB
/
package.json
File metadata and controls
84 lines (84 loc) · 2.64 KB
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
73
74
75
76
77
78
79
80
81
82
83
84
{
"author": {
"email": "TrejGun+OpenSource@gmail.com",
"name": "TrejGun",
"url": "https://trejgun.github.io/"
},
"bugs": {
"url": "https://github.com/TrejGun/casino/issues"
},
"dependencies": {
"react": "17.0.2",
"react-dom": "17.0.2"
},
"description": "app",
"devDependencies": {
"@gemunion/cross-env": "0.0.4",
"@gemunion/eslint-config": "0.1.10",
"@pmmmwh/react-refresh-webpack-plugin": "0.5.1",
"@types/copy-webpack-plugin": "8.0.1",
"@types/dotenv-webpack": "7.0.3",
"@types/jest": "27.0.2",
"@types/mini-css-extract-plugin": "2.4.0",
"@types/node": "14.17.32",
"@types/progress-bar-webpack-plugin": "2.1.2",
"@types/react": "17.0.33",
"@types/react-dom": "17.0.10",
"@types/webpack-dev-server": "4.3.1",
"@typescript-eslint/eslint-plugin": "4.33.0",
"@typescript-eslint/parser": "4.33.0",
"copy-webpack-plugin": "9.0.1",
"dotenv-webpack": "7.0.3",
"eslint": "7.32.0",
"eslint-config-prettier": "8.3.0",
"eslint-config-standard": "16.0.3",
"eslint-import-resolver-ts": "0.4.2",
"eslint-plugin-import": "2.25.2",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-prettier": "3.4.1",
"eslint-plugin-promise": "5.1.1",
"eslint-plugin-react": "7.26.1",
"eslint-plugin-react-hooks": "4.2.0",
"eslint-plugin-standard": "4.1.0",
"fork-ts-checker-webpack-plugin": "6.4.0",
"husky": "4.3.8",
"lint-staged": "11.2.4",
"mini-css-extract-plugin": "2.4.3",
"path-browserify": "1.0.1",
"prettier": "2.4.1",
"progress-bar-webpack-plugin": "2.1.0",
"react-refresh": "0.10.0",
"react-refresh-typescript": "2.0.2",
"rimraf": "3.0.2",
"ts-loader": "9.2.6",
"ts-node": "10.4.0",
"tsconfig-paths-webpack-plugin": "3.5.1",
"type-fest": "2.5.2",
"typescript": "4.4.4",
"webpack": "5.61.0",
"webpack-cli": "4.9.1",
"webpack-dev-server": "4.4.0"
},
"engines": {
"node": ">=12.13"
},
"license": "MIT",
"name": "@trejgun/casino",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/TrejGun/casino"
},
"scripts": {
"build": "cross-env NODE_ENV=${NODE_ENV:=production} webpack --config webpack.production.ts",
"lint": "eslint . --fix",
"postversion": "git push && git push --tags",
"prebuild": "rimraf -rf dist/",
"prepare": "npm run build",
"start": "cross-env NODE_ENV=${NODE_ENV:=development} webpack serve --config webpack.development.ts",
"start:production": "cross-env NODE_ENV=${NODE_ENV:=production} node .",
"test": "jest --config jest.config.json --no-watch --verbose"
},
"title": "Casino",
"version": "0.0.1"
}