-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
41 lines (41 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
{
"name": "arnext-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"arweave": "npm run build:arweave && npx serve -s out",
"deploy": "node node_modules/arnext-arkb deploy out",
"deploy:turbo": "turbo upload-folder --folder-path out",
"build:arweave": "cross-env NEXT_PUBLIC_DEPLOY_TARGET='arweave' next build && node arweave.mjs",
"test": "mocha"
},
"dependencies": {
"@chakra-ui/icons": "^2.2.4",
"@chakra-ui/react": "^2.10.3",
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"arnext": "^0.1.4",
"chart.js": "^4.4.6",
"framer-motion": "^11.11.11",
"next": "14.2.13",
"react": "^18",
"react-chartjs-2": "^5.2.0",
"react-dom": "^18"
},
"devDependencies": {
"@ardrive/turbo-sdk": "^1.19.0",
"@permaweb/aoconnect": "^0.0.61",
"arnext-arkb": "^0.0.1",
"cheerio": "^1.0.0",
"cross-env": "^7.0.3",
"eslint": "8.57.1",
"eslint-config-next": "14.2.13",
"express": "^4.21.0",
"http-proxy-middleware": "^3.0.2",
"starknet": "^6.11.0"
}
}