-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.28 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
{
"name": "synthetix-node-frontend",
"version": "0.0.1",
"main": "src/index.jsx",
"repository": "synthetix-node-frontend",
"author": "Synthetix",
"license": "MIT",
"scripts": {
"build": "NODE_ENV=production webpack-cli build --config webpack.config.js",
"start": "webpack-cli serve --config webpack.config.js",
"lint": "biome check --write ."
},
"dependencies": {
"@helia/car": "^4.0.1",
"@helia/unixfs": "^4.0.1",
"@ipld/car": "^5.3.3",
"@tanstack/react-query": "^5.60.6",
"@vderunov/whitelist-contract": "^2.0.0",
"bulma": "^1.0.2",
"dotenv": "^16.4.5",
"ethers": "^6.13.4",
"helia": "^5.1.1",
"react": "^18.3.1"
},
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/preset-env": "^7.26.0",
"@babel/preset-react": "^7.25.9",
"@biomejs/biome": "1.9.4",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.15",
"@tanstack/react-query-devtools": "^5.60.6",
"babel-loader": "^9.2.1",
"css-loader": "^7.1.2",
"html-webpack-plugin": "^5.6.3",
"mini-css-extract-plugin": "^2.9.2",
"react-dom": "^18.3.1",
"react-refresh": "^0.14.2",
"style-loader": "^4.0.0",
"webpack": "^5.96.1",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.1.0"
},
"packageManager": "[email protected]"
}