-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
46 lines (46 loc) · 1.29 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
{
"name": "web-app-v0",
"version": "0.0.0",
"private": true,
"description": "An initial prototype of a web application for Noice.",
"author": "Ashutosh Gangwar <ashutoshgngwr@gmail.com>",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/trynoice/january.git"
},
"license": "GPL-3.0-only",
"bugs": {
"url": "https://github.com/trynoice/web-app-v0/issues"
},
"homepage": "https://app.trynoice.com",
"scripts": {
"dev": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@chakra-ui/gatsby-plugin": "^3.1.3",
"@chakra-ui/react": "^2.10.1",
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@fontsource/poppins": "^5.1.0",
"@fontsource/urbanist": "^5.1.0",
"@rehooks/local-storage": "^2.4.5",
"@trynoice/january": "github:trynoice/january#main",
"framer-motion": "^11.11.1",
"gatsby": "^5.13.7",
"gatsby-plugin-manifest": "^5.13.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^5.3.0"
},
"devDependencies": {
"@types/gtag.js": "^0.0.20",
"@types/node": "^22.7.4",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0",
"typescript": "^5.6.2"
}
}