-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 929 Bytes
/
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
{
"name": "market",
"version": "0.1.0",
"private": true,
"dependencies": {
"@taquito/beacon-wallet": "^20.1.0",
"@taquito/utils": "^20.1.0",
"@vitejs/plugin-react": "^4.3.3",
"buffer": "^6.0.3",
"normalize.css": "^8.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.4.2",
"react-tweet-embed": "^2.0.0",
"terminal.css": "^0.7.2",
"vite": "^5.4.11",
"vite-plugin-node-polyfills": "^0.22.0"
},
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}