generated from rtivital/react-pages-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 31
/
Copy pathpackage.json
90 lines (90 loc) · 2.81 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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
{
"name": "react-pages-boilerplate",
"version": "1.0.0",
"description": "Simple boilerplate for working with React, redux, react-router and Github Pages",
"private": "true",
"main": "index.js",
"scripts": {
"prettier": "prettier 'src/**/**/*.?(js|jsx)' --write",
"start": "webpack serve",
"build": "cross-env NODE_ENV=production webpack --progress",
"deploy": "npm run build && gh-pages -d dist",
"lint": "eslint src --ext .ts --ext .tsx"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rtivital/react-pages-boilerplate.git"
},
"author": "Vitaly Rtishchev <[email protected]> (http://github.com/rtivital)",
"license": "MIT",
"bugs": {
"url": "https://github.com/rtivital/react-pages-boilerplate/issues"
},
"homepage": "https://grantismo.github.io/CoSlippiLeaderboard/",
"dependencies": {
"buffer": "^6.0.3",
"classnames": "^2.3.1",
"css-loader": "^6.7.3",
"dayjs": "^1.11.7",
"google-spreadsheet": "^3.3.0",
"limiter": "^2.1.0",
"null-loader": "^4.0.1",
"open-color": "^1.8.0",
"postcss": "^8.4.20",
"postcss-loader": "^7.0.2",
"postcss-preset-env": "^7.8.3",
"process": "^0.11.10",
"prop-types": "^15.7.2",
"react": "^18",
"react-circular-progressbar": "^2.1.0",
"react-dom": "^17.0.2",
"react-jss": "^10.7.1",
"react-responsive": "^9.0.2",
"react-router-dom": "^5.2.0",
"react-tooltip": "^5.1.3",
"sass-loader": "10",
"stream-http": "^3.2.0",
"style-loader": "^3.3.1",
"tabletop": "^1.6.3",
"tailwindcss": "^3.2.4",
"ts-loader": "^9.4.2",
"ts-node": "^10.9.1",
"webpack-bundle-analyzer": "^4.4.2"
},
"devDependencies": {
"@types/react": "^17.0.15",
"@types/react-dom": "^17.0.9",
"@types/react-router-dom": "^5.1.8",
"@typescript-eslint/eslint-plugin": "^4.26.0",
"@typescript-eslint/parser": "^4.26.0",
"@wojtekmaj/enzyme-adapter-react-17": "^0.6.3",
"assert": "^2.0.0",
"chalk": "^4.1.2",
"cname-webpack-plugin": "^3.0.0",
"cross-env": "^7.0.3",
"enzyme": "^3.11.0",
"enzyme-to-json": "^3.6.2",
"eslint": "^7.27.0",
"eslint-config-airbnb-typescript": "^12.3.1",
"eslint-import-resolver-webpack": "^0.13.2",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.24.0",
"eslint-plugin-react-hooks": "^4.2.0",
"file-loader": "^6.2.0",
"gh-pages": "^3.2.3",
"git-repo-name": "^1.0.1",
"html-webpack-plugin": "^5",
"identity-obj-proxy": "^3.0.0",
"open-browser-webpack-plugin": "^0.0.5",
"prettier": "^2.3.2",
"rimraf": "^3.0.2",
"sass": "^1.56.2",
"terser-webpack-plugin": "^4.1.0",
"typescript": "^4.3.5",
"util": "^0.12.5",
"webpack": "^5",
"webpack-cli": "^4.7.2",
"webpack-dev-server": "^3.11.2"
}
}