-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.05 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
{
"name": "livecode-sessions",
"version": "0.1.0",
"private": false,
"scripts": {
"dev": "next dev",
"build": "next build && next export",
"start": "next start",
"eslint": "eslint \"**/*.{js,jsx,ts,tsx}\""
},
"dependencies": {
"@tanstack/react-query": "^4.12.0",
"firebase": "^9.12.1",
"jotai": "^1.8.6",
"next": "^12.3.1",
"react": "17.0.2",
"react-dom": "17.0.2"
},
"devDependencies": {
"@babel/core": "^7.16.7",
"@types/node": "^17.0.7",
"@types/react": "^18.0.21",
"@typescript-eslint/eslint-plugin": "^5.9.0",
"@typescript-eslint/parser": "^5.9.0",
"autoprefixer": "^10.4.12",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.2.3",
"babel-preset-react-app": "^10.0.1",
"eslint": "^8.6.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.3.0",
"postcss": "^8.4.17",
"tailwindcss": "^3.1.8",
"typescript": "^4.5.4"
}
}