forked from nightly-labs/near-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 993 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 993 Bytes
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
{
"name": "nightly-solana-template",
"version": "0.0.1",
"scripts": {
"dev": "vite",
"start": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@emotion/react": "^11.7.1",
"@emotion/styled": "^11.6.0",
"@esbuild-plugins/node-globals-polyfill": "^0.1.1",
"@esbuild-plugins/node-modules-polyfill": "^0.1.4",
"@esbuild-plugins/node-resolve": "^0.1.4",
"@mui/material": "^5.4.1",
"@near-wallet-selector/core": "^8.5.2",
"@near-wallet-selector/modal-ui": "^8.5.2",
"@near-wallet-selector/nightly": "^8.5.2",
"bn.js": "^5.2.0",
"buffer": "^6.0.3",
"near-api-js": "^0.44.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"rollup-plugin-polyfill-node": "^0.8.0"
},
"devDependencies": {
"@types/bn.js": "^5.1.0",
"@types/react": "^17.0.33",
"@types/react-dom": "^17.0.10",
"@vitejs/plugin-react": "^1.0.7",
"typescript": "^4.4.4",
"vite": "^2.7.2"
}
}