forked from Zynx64/hydralite
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.24 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.24 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
{
"name": "@hydralite/web",
"author": {
"name": "Tejas Ravishankar, Aaryaman Maheshwari and Hydralite Contributors (https://github.com/hydralite/hydralite/contributors)",
"url": "https://hydralite.io"
},
"repository": {
"url": "https://github.com/hydralite/hydralite"
},
"version": "0.1.0",
"scripts": {
"web:start": "cd .. & npm run web:start",
"web:stop": "cd .. & npm run web:stop",
"all:start": "cd .. & npm run all:start",
"all:stop": "cd .. & npm run all:stop",
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@apollo/client": "^3.3.21",
"@iconify/react": "alpha",
"axios": "^0.21.1",
"evernote": "^2.0.5",
"glob": "^7.1.7",
"googleapis": "^76.0.0",
"graphql": "^15.5.1",
"heroku-client": "^3.1.0",
"next": "10.2.3",
"octokit": "^1.0.6",
"react": "^17.0.2",
"react-dom": "17.0.2",
"react-google-calendar-api": "^1.4.0"
},
"devDependencies": {
"@types/faker": "^5.5.7",
"@types/node": "^15.12.3",
"@types/react": "^17.0.11",
"@types/react-slick": "^0.23.5",
"autoprefixer": "latest",
"faker": "^5.5.3",
"postcss": "latest",
"tailwindcss": "latest",
"typescript": "^4.3.2"
}
}