-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
47 lines (47 loc) · 1.25 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
{
"name": "starknet-id-website",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"postbuild": "next-sitemap",
"start": "next start",
"lint": "next lint",
"prettier": "prettier --write '**/*.{ts,tsx,css}'"
},
"dependencies": {
"@emotion/memoize": "^0.8.1",
"@emotion/react": "^11.10.5",
"@emotion/server": "^11.10.0",
"@emotion/styled": "^11.10.5",
"@mui/icons-material": "^5.11.0",
"@mui/material": "^5.11.4",
"@nimiq/style": "^0.8.4",
"bn.js": "^5.2.1",
"next": "^14.2.5",
"next-sitemap": "^4.0.5",
"prettier": "^2.8.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "^4.4.0",
"react-intersection-observer": "^9.5.2",
"react-loader-spinner": "^5.3.4",
"react-scroll-parallax": "^3.4.2",
"starknet": "^6.11.0",
"starknetid-identicons": "^1.6.0",
"starknetid.js": "^4.0.0",
"twitter-api-sdk": "^1.2.1"
},
"devDependencies": {
"@types/node": "18.7.8",
"@types/react": "18.0.17",
"@types/react-dom": "18.0.6",
"autoprefixer": "^10.4.8",
"eslint": "8.22.0",
"eslint-config-next": "12.2.5",
"postcss": "^8.4.16",
"tailwindcss": "^3.1.8",
"typescript": "4.7.4"
}
}