-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.14 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
{
"name": "hariketsheth-vault",
"version": "2.1.0",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"babel-plugin-styled-components": "^2.0.2",
"dayjs": "^1.10.7",
"formik": "^2.2.9",
"framer-motion": "^6.2.1",
"next": "12.0.9",
"react": "17.0.2",
"react-datepicker": "^4.6.0",
"react-dom": "17.0.2",
"react-scrolllock": "^5.0.1",
"store": "^2.0.12",
"styled-components": "^5.3.3",
"yup": "^0.32.11"
},
"description": "![forthebadge](https://forthebadge.com/images/badges/made-with-javascript.svg) ![forthebadge](https://forthebadge.com/images/badges/built-with-love.svg)",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/hariketsheth/Vault-Treasure.git"
},
"keywords": [
"hariket",
"hariketsheth",
"vault",
"vault-treasure",
"nextjs",
"react"
],
"author": "Hariket Sukesh Kumar Sheth",
"license": "MIT",
"bugs": {
"url": "https://github.com/hariketsheth/Vault-Treasure/issues"
},
"homepage": "https://github.com/hariketsheth/Vault-Treasure#readme"
}