-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 861 Bytes
/
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
{
"name": "vardagsmaten",
"version": "0.1.0",
"private": true,
"scripts": {
"ci": "yarn install",
"dev": "next dev",
"build": "next build && next export",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@types/uuid": "^8.3.1",
"firebase": "^9.1.3",
"next": "12.0.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-firebaseui": "^5.0.2",
"react-query": "^3.29.1",
"zustand": "^3.6.2"
},
"devDependencies": {
"@types/node": "16.11.6",
"@types/react": "17.0.33",
"autoprefixer": "^10.4.0",
"eslint": "7",
"eslint-config-next": "12.0.1",
"postcss": "^8.3.11",
"prettier": "^2.4.1",
"tailwindcss": "^2.2.19",
"typescript": "4.4.4"
}
}