-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
73 lines (73 loc) · 2.7 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
{
"name": "mtg-league",
"private": true,
"scripts": {
"start-mac": "pg_ctl -D /usr/local/var/postgres start && rails s",
"start-ubuntu": "sudo service postgresql start && rails s",
"lint": "./node_modules/.bin/eslint ./app/javascript/** --no-error-on-unmatched-pattern --ext jsx --ext js"
},
"browserslist": [
"defaults"
],
"dependencies": {
"@rails/activestorage": "^6.1.7",
"@rails/ujs": "^6.1.7",
"classnames": "^2.3.1",
"compression-webpack-plugin": "9",
"discord-markdown": "^2.5.1",
"react": "^18.2.0",
"react_ujs": "^3.2.0",
"react-dom": "^18.2.0",
"react-select": "^5.3.1",
"react-use": "^17.4.0",
"uuid": "^9.0.1"
},
"devDependencies": {
"@babel/core": "^7.23.2",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
"@babel/plugin-proposal-private-methods": "^7.18.6",
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-destructuring": "^7.23.0",
"@babel/plugin-transform-runtime": "^7.23.2",
"@babel/preset-env": "^7.23.2",
"@babel/preset-react": "^7.16.7",
"@babel/runtime": "^7.17.9",
"@fullhuman/postcss-purgecss": "^4.0.3",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.11",
"@types/babel__core": "7",
"@types/webpack": "5",
"babel-loader": "8",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"caniuse-lite": "^1.0.30001477",
"css-loader": "^6.8.1",
"css-minimizer-webpack-plugin": "^5.0.1",
"eslint": "^8.15.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-react": "^7.29.4",
"eslint-plugin-react-hooks": "^4.5.0",
"mini-css-extract-plugin": "^2.7.6",
"postcss": "^8.2.10",
"postcss-custom-properties": "^12.1.7",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-import": "^15.1.0",
"postcss-loader": "^4.0.3",
"postcss-preset-env": "^7.6.0",
"prop-types": "^15.8.1",
"react-refresh": "^0.14.0",
"sass": "^1.69.5",
"sass-loader": "^13.3.2",
"shakapacker": "7.1.0",
"style-loader": "^3.3.3",
"terser-webpack-plugin": "5",
"webpack": "5",
"webpack-assets-manifest": "5",
"webpack-cli": "4.10.0",
"webpack-dev-server": "^4.8.1",
"webpack-merge": "5"
}
}