-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 1.03 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
{
"private": true,
"name": "discord-recap",
"description": "",
"license": "MIT",
"scripts": {
"build": "remix build",
"dev": "cross-env NODE_ENV=development netlify dev",
"postinstall": "remix setup node"
},
"dependencies": {
"@netlify/functions": "1.0.0",
"@remix-run/netlify": "1.6.0",
"@remix-run/react": "1.6.0",
"emoji-regex": "^9.2.2",
"fflate": "^0.7.2",
"html2canvas": "^1.4.1",
"idb-keyval": "^6.1.0",
"papaparse": "^5.3.1",
"prop-types": "^15.8.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-icons": "^4.3.1",
"recharts": "^2.7.2",
"remix": "1.6.0"
},
"devDependencies": {
"@remix-run/dev": "1.6.0",
"cross-env": "^7.0.3",
"eslint": "^8.5.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.3.0",
"netlify-cli": "^17.33.4"
},
"engines": {
"node": ">=14"
},
"sideEffects": false
}