-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.01 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
{
"name": "hack4impact-calpoly-website",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "export NODE_OPTIONS=--openssl-legacy-provider && next build",
"start": "next start",
"export": "next export",
"lint": "next lint"
},
"dependencies": {
"@heroicons/react": "^1.0.4",
"contentful": "^9.3.5",
"next": "^13.4.10",
"node-fetch": "^2.6.1",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/node-fetch": "^2.5.12",
"@types/react": "17.0.19",
"@typescript-eslint/eslint-plugin": "^4.29.2",
"@typescript-eslint/parser": "^4.29.2",
"autoprefixer": "^10.3.7",
"eslint": "^7.32.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-next": "^13.4.10",
"eslint-plugin-import": "^2.24.0",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.24.0",
"eslint-plugin-react-hooks": "^4.2.0",
"postcss": "^8.3.10",
"tailwindcss": "^2.2.17",
"typescript": "4.5.2"
}
}