-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.42 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.42 KB
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
{
"name": "qoffeetime",
"description": "Create the perfect cup of coffee",
"version": "1.0.0",
"author": {
"name": "Niels Bik",
"email": "hey@nielsbik.nl",
"url": "https://nielsbik.nl"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/nielsrowinbik/qoffeetime.git"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@mdi/js": "^7.2.96",
"@mdi/react": "^1.6.1",
"classnames": "^2.3.1",
"embla-carousel-react": "^7.1.0",
"lodash.template": "^4.5.0",
"next": "^13.3.4",
"next-pwa": "^5.6.0",
"next-seo": "^6.0.0",
"react": "^18.2.0",
"react-canvas-confetti": "^1.4.0",
"react-dom": "^18.2.0",
"rooks": "^5.11.0"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.9",
"@types/dom-screen-wake-lock": "^1.0.0",
"@types/lodash.template": "^4.5.1",
"@types/node": "^18.14.2",
"@types/react": "^18.0.24",
"@types/react-dom": "^18.2.7",
"autoprefixer": "^10.4.14",
"postcss": "^8.4.31",
"prettier": "^2.8.7",
"tailwindcss": "^3.0.22",
"tailwindcss-only-child": "^1.0.0",
"typescript": "^4.5.4"
}
}