-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.08 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
{
"name": "standalone-dapp",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "next dev --port 3002",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@stakekit/fluid-animation": "^0.0.1",
"@stakekit/widget": "^0.0.206",
"@types/node": "20.16.1",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@vanilla-extract/css": "^1.15.4",
"@vanilla-extract/dynamic": "^2.1.2",
"@vanilla-extract/next-plugin": "^2.4.4",
"@vanilla-extract/recipes": "^0.5.5",
"@vanilla-extract/sprinkles": "^1.6.3",
"clsx": "^2.1.1",
"eslint": "8.57.0",
"eslint-config-next": "14.2.5",
"lodash.merge": "^4.6.2",
"mixpanel-browser": "^2.55.0",
"next": "14.2.5",
"react": "18.3.1",
"react-dom": "18.3.1",
"typescript": "5.5.4"
},
"devDependencies": {
"@types/eslint": "^8.56.11",
"@types/lodash.merge": "^4.6.9",
"@types/mixpanel-browser": "^2.49.1",
"@typescript-eslint/eslint-plugin": "^7.18.0"
},
"packageManager": "yarn@4.4.0"
}