-
Notifications
You must be signed in to change notification settings - Fork 27
/
package.json
129 lines (129 loc) · 4.17 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
{
"name": "fuelrats.com",
"version": "2.16.0",
"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 build",
"start": "NODE_OPTIONS='-r dotenv/config' next start",
"dev:start": "DOTENV_CONFIG_PATH=.env.local node --inspect=15268 --trace-warnings -r dotenv/config ./node_modules/.bin/next dev",
"dev": "yarn install && yarn dev: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.3.1",
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/free-brands-svg-icons": "^5.15.4",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@fortawesome/react-fontawesome": "^0.1.16",
"@fuelrats/next-adorable-avatars": "^0.3.0",
"@fuelrats/validation-util": "^1.2.0",
"@fuelrats/web-util": "^0.3.3",
"@next/eslint-plugin-next": "^12.0.7",
"axios": "^0.24.0",
"clsx": "^1.1.1",
"date-fns": "^2.27.0",
"date-fns-tz": "^1.1.7",
"dotenv": "^10.0.0",
"flux-standard-action": "^2.1.2",
"framer-motion": "^4.1.17",
"hoist-non-react-statics": "^3.3.2",
"http-proxy-middleware": "^2.0.1",
"immer": "^9.0.7",
"ip6addr": "^0.2.5",
"js-cookie": "^3.0.1",
"jsonfile": "^6.1.0",
"koa-compose": "^4.1.0",
"lodash": "^4.17.21",
"next": "^12.0.7",
"next-cookies": "^2.0.3",
"next-redux-wrapper": "5.0.0",
"next-safe": "^3.1.3",
"nprogress": "^0.2.0",
"postcss": "^8.4.5",
"postcss-easy-import": "^3.0.0",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-preset-env": "^7.0.2",
"prop-types": "^15.7.2",
"pure-uuid": "^1.6.2",
"qs": "^6.10.2",
"rc-slider": "^9.7.5",
"re-reselect": "^4.0.0",
"react": "^17.0.2",
"react-copy-to-clipboard": "^5.0.4",
"react-dom": "^17.0.2",
"react-easy-crop": "^3.5.3",
"react-is": "^17.0.2",
"react-redux": "^7.2.6",
"react-table-6": "^6.11.0",
"redux": "^4.1.2",
"redux-devtools-extension": "^2.13.9",
"redux-immutable-state-invariant": "^2.1.0",
"redux-thunk": "^2.4.1",
"reselect": "^4.1.5",
"stripe": "^8.194.0",
"ua-parser-js": "1.0.2",
"use-immer": "^0.6.0",
"zxcvbn": "^4.4.2"
},
"devDependencies": {
"@babel/core": "^7.16.5",
"@babel/eslint-parser": "^7.16.5",
"@babel/eslint-plugin": "^7.16.5",
"@babel/plugin-proposal-decorators": "^7.16.5",
"@fuelrats/babel-plugin-classnames": "^0.3.0",
"@fuelrats/eslint-config": "^2.4.0-canary.21",
"@fuelrats/eslint-config-react": "^2.4.0-canary.19",
"@fuelrats/eslint-plugin": "^2.4.0-canary.11",
"@fuelrats/stylelint-config": "^2.0.0",
"@svgr/webpack": "^5.5.0",
"@types/hoist-non-react-statics": "^3.3.1",
"@types/ip6addr": "^0.2.3",
"@types/js-cookie": "^3.0.1",
"@types/jsonfile": "^6.0.1",
"@types/lodash": "^4.14.178",
"@types/qs": "^6.9.7",
"@types/react": "^17.0.37",
"@types/react-dom": "^17.0.11",
"@types/react-is": "^17.0.3",
"@types/react-redux": "^7.1.20",
"@types/ua-parser-js": "^0.7.36",
"@types/webpack": "^5.28.0",
"@types/zxcvbn": "^4.4.1",
"babel-loader": "8.2.3",
"builtin-modules": "^3.2.0",
"doctoc": "^2.1.0",
"eslint": "^7.32.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-import-resolver-node": "^0.3.6",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-jsdoc": "^37.2.4",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-react": "^7.27.1",
"eslint-plugin-react-hooks": "^4.3.0",
"postcss-scss": "^4.0.2",
"sass": "^1.45.0",
"semver": "^7.3.5",
"stylelint": "^14.1.0",
"stylelint-order": "^5.0.0",
"stylelint-scss": "^4.0.1",
"webpack": "^5.65.0",
"worker-loader": "^3.0.8"
},
"engines": {
"node": "^16.0.0"
}
}