forked from FuelRats/fuelrats.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
150 lines (150 loc) · 5.13 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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
{
"name": "fuelrats.com",
"version": "2.13.1",
"description": "The primary website of The Fuel Rats!",
"homepage": "https://fuelrats.com/",
"bugs": {
"email": "[email protected]"
},
"license": "BSD-3-Clause",
"main": "dist/server.js",
"repository": {
"type": "git",
"url": "https://github.com/fuelrats/fuelrats.com"
},
"scripts": {
"add-contributor": "all-contributors add",
"build:next": "next build",
"build:server": "rollup --config",
"build": "yarn build:server && yarn build:next",
"start": "yarn node --inspect --harmony --trace-warnings dist/server.js",
"dev": "yarn install && yarn build:server && yarn start",
"utoc": "doctoc $(grep --include=\\*.md --exclude-dir=node_modules -Rwl . -e 'START doctoc')",
"lint:js": "eslint .",
"lint:css": "stylelint \"src/**/*.scss\"",
"lint": "yarn lint:js; yarn lint:css"
},
"dependencies": {
"@fingerprintjs/fingerprintjs": "^3.1.3",
"@fortawesome/fontawesome-svg-core": "^1.2.35",
"@fortawesome/free-brands-svg-icons": "^5.15.3",
"@fortawesome/free-solid-svg-icons": "^5.15.3",
"@fortawesome/react-fontawesome": "^0.1.14",
"@fuelrats/koa-adorable-avatars": "^0.1.2",
"@fuelrats/validation-util": "^1.2.0",
"@fuelrats/web-util": "^0.3.2",
"@koa/router": "^10.0.0",
"@next/eslint-plugin-next": "^11.0.0",
"axios": "^0.21.1",
"clsx": "^1.1.1",
"content-security-policy-builder": "^2.1.0",
"date-fns": "^2.22.1",
"date-fns-tz": "^1.1.4",
"dotenv": "^10.0.0",
"flux-standard-action": "^2.1.1",
"framer-motion": "^4.1.17",
"hoist-non-react-statics": "^3.3.2",
"immer": "^9.0.3",
"ip6addr": "^0.2.3",
"js-cookie": "^2.2.1",
"jsonfile": "^6.1.0",
"koa": "^2.13.1",
"koa-body": "^4.2.0",
"koa-compress": "^5.0.1",
"koa-logger": "^3.2.1",
"koa-proxies": "0.12.1",
"lodash": "^4.17.21",
"next": "^11.0.0",
"next-cookies": "^2.0.3",
"next-redux-wrapper": "5.0.0",
"nprogress": "^0.2.0",
"postcss": "^8.3.5",
"postcss-easy-import": "^3.0.0",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-preset-env": "^6.7.0",
"prop-types": "^15.7.2",
"pure-uuid": "^1.6.2",
"qs": "^6.10.1",
"re-reselect": "^4.0.0",
"react": "^17.0.2",
"react-copy-to-clipboard": "^5.0.3",
"react-dom": "^17.0.2",
"react-redux": "^7.2.4",
"react-table-6": "^6.11.0",
"redux": "^4.1.0",
"redux-devtools-extension": "^2.13.9",
"redux-immutable-state-invariant": "^2.1.0",
"redux-thunk": "^2.3.0",
"reselect": "^4.0.0",
"stripe": "^8.156.0",
"ua-parser-js": "^0.7.28",
"use-immer": "^0.5.2",
"zxcvbn": "^4.4.2"
},
"devDependencies": {
"@babel/core": "^7.14.6",
"@babel/eslint-parser": "^7.14.5",
"@babel/eslint-plugin": "^7.14.5",
"@babel/plugin-proposal-class-properties": "^7.14.5",
"@babel/plugin-proposal-decorators": "^7.14.5",
"@babel/plugin-proposal-export-default-from": "^7.14.5",
"@babel/plugin-proposal-export-namespace-from": "^7.14.5",
"@babel/plugin-proposal-function-bind": "^7.14.5",
"@babel/plugin-proposal-function-sent": "^7.14.5",
"@babel/plugin-proposal-logical-assignment-operators": "^7.14.5",
"@babel/plugin-proposal-numeric-separator": "^7.14.5",
"@babel/plugin-proposal-optional-catch-binding": "^7.14.5",
"@babel/plugin-proposal-throw-expressions": "^7.14.5",
"@babel/plugin-transform-strict-mode": "^7.14.5",
"@babel/preset-env": "^7.14.5",
"@babel/runtime": "^7.14.6",
"@fuelrats/babel-plugin-classnames": "^0.3.0",
"@fuelrats/eslint-config": "^2.4.0-canary.6",
"@fuelrats/eslint-config-react": "^2.4.0-canary.6",
"@fuelrats/eslint-plugin": "^2.4.0-canary.8",
"@fuelrats/stylelint-config": "^1.2.3",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "^19.0.0",
"@rollup/plugin-node-resolve": "^13.0.0",
"@svgr/webpack": "^5.5.0",
"@types/hoist-non-react-statics": "^3.3.1",
"@types/ip6addr": "^0.2.2",
"@types/js-cookie": "^2.2.6",
"@types/jsonfile": "^6.0.0",
"@types/koa": "^2.13.3",
"@types/koa-compress": "^4.0.1",
"@types/koa-logger": "^3.1.1",
"@types/koa__router": "^8.0.4",
"@types/lodash": "^4.14.170",
"@types/react": "^17.0.11",
"@types/react-dom": "^17.0.8",
"@types/react-redux": "^7.1.16",
"@types/ua-parser-js": "^0.7.36",
"@types/webpack": "^5.28.0",
"@types/zxcvbn": "^4.4.1",
"babel-loader": "8.2.2",
"builtin-modules": "^3.2.0",
"doctoc": "^2.0.1",
"eslint": "^7.29.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-import-resolver-node": "^0.3.4",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-jsdoc": "^35.3.2",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.24.0",
"eslint-plugin-react-hooks": "^4.2.0",
"rollup": "^2.52.1",
"rollup-plugin-cleaner": "^1.0.0",
"rollup-plugin-node-externals": "^2.2.0",
"sass": "^1.35.1",
"stylelint": "^13.13.1",
"stylelint-order": "^4.1.0",
"stylelint-scss": "^3.19.0",
"webpack": "^5.39.1",
"worker-loader": "^3.0.8"
},
"engines": {
"node": "^14.0.0"
},
"engineStrict": true
}