-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.52 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
43
44
45
46
47
48
49
50
51
52
{
"name": "turnsmart.io",
"version": "0.3.0",
"private": false,
"author": "Karuppusamy",
"description": "It is an open-source project created to help people build their own smart home devices without managing cloud infrastructure.",
"license": "MIT",
"repository": {
"type": "git",
"url": "git@github.com:karuppusamy-d/turnsmart.git"
},
"scripts": {
"start": "next start",
"dev": "next dev",
"build": "next build",
"lint": "eslint --ext js,jsx,ts,tsx --fix",
"format": "prettier --write ./"
},
"dependencies": {
"@badrap/bar-of-progress": "^0.1.2",
"@googleapis/homegraph": "^3.0.1",
"firebase": "^9.6.10",
"firebase-admin": "^10.0.2",
"jsonwebtoken": "^8.5.1",
"next": "^12.1.4",
"next-pwa": "^5.4.7",
"next-seo": "^5.3.0",
"next-themes": "^0.1.1",
"react": "^18.0.0",
"react-dom": "^18.0.0"
},
"devDependencies": {
"@svgr/webpack": "^6.2.0",
"@tailwindcss/typography": "^0.5.1",
"@types/jsonwebtoken": "^8.5.8",
"@types/node": "^17.0.23",
"@types/react": "^17.0.43",
"@typescript-eslint/eslint-plugin": "^5.18.0",
"@typescript-eslint/parser": "^5.18.0",
"autoprefixer": "^10.4.2",
"eslint": "^8.12.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.4.0",
"postcss": "^8.4.5",
"prettier": "^2.6.2",
"tailwindcss": "^3.0.15",
"typescript": "^4.6.3"
}
}