-
Notifications
You must be signed in to change notification settings - Fork 289
/
package.json
59 lines (59 loc) · 1.58 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
{
"name": "dappland",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "prettier --loglevel warn --write \"**/*.{ts,tsx,css,md,json,yml,js,svg}\"",
"posttest": "npm run format",
"prepare": "husky install",
"precommit-hook": "lint-staged"
},
"dependencies": {
"bignumber.js": "^9.1.1",
"bowser": "^2.11.0",
"cookies-next": "^2.1.1",
"get-starknet": "^3.0.1",
"get-starknet-core": "^3.2.0",
"lodash.chunk": "^4.2.0",
"lottie-react": "^2.3.1",
"next": "12.2.4",
"next-themes": "^0.2.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"starknet": "5.25.0",
"starknetkit": "^1.1.3",
"styled-components": "^5.3.5",
"swiper": "^8.3.2",
"zod": "^3.21.4",
"zustand": "^4.1.1"
},
"devDependencies": {
"@commitlint/cli": "^17.0.3",
"@commitlint/config-conventional": "^17.0.3",
"@svgr/webpack": "^6.3.1",
"@trivago/prettier-plugin-sort-imports": "^3.3.0",
"@types/lodash.chunk": "^4.2.7",
"@types/node": "18.6.4",
"@types/react": "18.0.15",
"@types/react-dom": "18.0.6",
"@types/styled-components": "^5.1.26",
"autoprefixer": "^10.4.8",
"babel-plugin-styled-components": "^2.0.7",
"eslint": "8.21.0",
"eslint-config-next": "12.2.4",
"husky": ">=7",
"lint-staged": "12",
"postcss": "^8.4.14",
"prettier": ">=2",
"react-is": "^18.2.0",
"tailwindcss": "^3.1.7",
"typescript": "4.7.4"
},
"resolutions": {
"styled-components": "^5"
}
}