-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
106 lines (106 loc) · 3.27 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
{
"name": "NFT-PUT",
"version": "0.3.0",
"description": "Buy a PUT on your expensive NFT",
"main": "index.js",
"repository": "https://github.com/FawadHa1der/nftoptions.git",
"author": "Fawad Haider <https://github.com/fawadha1der>",
"license": "AGPL-3.0-only",
"private": false,
"scripts": {
"dev": "next dev",
"build": "next build",
"postbuild": "next-sitemap --config next-sitemap.config.js",
"start": "next start",
"lint": "next lint",
"lint:fix": "eslint src --fix && yarn format",
"type-check": "tsc --noEmit",
"format": "prettier --write src",
"up-latest": "yarn upgrade-interactive --latest",
"release": "standard-version",
"push-release": "git push --follow-tags origin main",
"prepare": "husky install"
},
"dependencies": {
"@chakra-ui/icons": "^1.1.7",
"@chakra-ui/react": "^1.8.8",
"@emotion/cache": "^11.7.1",
"@emotion/react": "^11.9.0",
"@emotion/server": "^11.4.0",
"@emotion/styled": "^11.8.1",
"@fontsource/inter": "^4.5.7",
"@fontsource/lexend": "^4.5.1",
"@popperjs/core": "^2.9.3",
"@rebass/forms": "^4.0.6",
"@starknet-react/core": "^0.9.0",
"@theme-ui/match-media": "^0.3.5",
"big-number-input": "^1.0.3",
"bignumber": "^1.1.0",
"date-fns": "^2.28.0",
"dateformat": "^4.5.1",
"ethers": "^5.6.5",
"framer-motion": "^4.1.17",
"fs": "^0.0.1-security",
"get-starknet": "^1.5.0",
"material-react-toastify": "^1.0.1",
"next": "^12.0.7",
"next-pwa": "^5.4.4",
"next-seo": "^4.28.1",
"react": "^17.0.2",
"react-accessible-accordion": "^4.0.0",
"react-collapsible": "^2.8.4",
"react-dom": "^17.0.2",
"react-error-boundary": "^3.1.4",
"react-feather": "^2.0.9",
"react-hook-form": "^7.30.0",
"react-icons": "^4.3.1",
"react-joyride": "^2.5.1",
"react-modal": "^3.13.1",
"react-popper-tooltip": "^4.3.0",
"react-reveal": "^1.2.2",
"react-table": "^7.7.0",
"react-toastify": "^7.0.4",
"rebass": "^4.0.7",
"recharts": "^2.1.9",
"starknet": "^4.3.0",
"styled-components": "^5.3.0",
"styled-jsx": "^5.0.0",
"swr": "^1.3.0",
"theme-ui": "^0.3.5",
"use-deep-compare-effect": "^1.8.1",
"web3": "^1.7.3"
},
"devDependencies": {
"@commitlint/config-conventional": "^15.0.0",
"@netlify/plugin-nextjs": "^4.5.0",
"@types/dateformat": "^3.0.1",
"@types/react": "17.0.2",
"@types/react-dom": "17.0.2",
"@types/react-modal": "^3.12.0",
"@types/react-table": "^7.7.9",
"@types/rebass": "^4.0.8",
"@types/rebass__forms": "^4.0.4",
"@types/theme-ui": "^0.3.7",
"@typescript-eslint/eslint-plugin": "^4.28.4",
"@typescript-eslint/parser": "^4.28.4",
"commitlint": "^15.0.0",
"eslint": "^7.32.0",
"eslint-config-next": "^12.0.7",
"eslint-config-sznm": "^0.1.13",
"eslint-plugin-react": "^7.24.0",
"eslint-plugin-react-hooks": "^4.3.0",
"eslint-plugin-simple-import-sort": "^7.0.0",
"eslint-plugin-unused-imports": "^2.0.0",
"husky": "^7.0.4",
"lint-staged": "^12.1.2",
"next-sitemap": "^1.6.203",
"prettier": "^2.6.2",
"rimraf": "^3.0.2",
"standard-version": "^9.3.2",
"typescript": "4.5.4"
},
"resolutions": {
"@types/react": "17.0.2",
"@types/react-dom": "17.0.2"
}
}