-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.87 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
{
"name": "minesweeper",
"version": "1.0.0",
"description": "",
"homepage": "https://azizjp.github.io/minesweeper/",
"main": "index.tsx",
"scripts": {
"build": "rm -rf dist && webpack --mode production",
"dev": "webpack serve",
"lint": "npx eslint .",
"predeploy": "npm run build",
"deploy": "gh-pages -d dist"
},
"author": "azizjp",
"license": "ISC",
"dependencies": {
"@svgr/webpack": "^6.5.0",
"depcheck": "^1.4.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-query": "^3.39.2",
"react-router": "^6.4.2",
"react-router-dom": "^6.4.2",
"typescript": "^4.8.4",
"url-loader": "^4.1.1",
"webpack": "^5.74.0"
},
"devDependencies": {
"@babel/core": "^7.19.6",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-syntax-jsx": "^7.18.6",
"@babel/preset-env": "^7.19.4",
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.18.6",
"@types/react": "^18.0.22",
"@types/react-dom": "^18.0.7",
"@types/react-router-dom": "^5.3.3",
"@types/validator": "^13.7.12",
"@typescript-eslint/eslint-plugin": "^5.41.0",
"@typescript-eslint/parser": "^5.41.0",
"babel-loader": "^8.2.5",
"css-loader": "^6.7.1",
"cssnano": "^5.1.13",
"eslint": "^8.26.0",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.31.10",
"eslint-plugin-react-hooks": "^4.6.0",
"gh-pages": "^4.0.0",
"html-webpack-plugin": "^5.5.0",
"mini-css-extract-plugin": "^2.6.1",
"prettier": "2.7.1",
"sass": "^1.56.1",
"sass-loader": "^13.2.0",
"thread-loader": "^3.0.4",
"ts-loader": "^9.4.1",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.11.1"
}
}