-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 875 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 875 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
{
"name": "reflect-trade",
"version": "1.0.0",
"description": "ReflectTrade - Rationality Firewall for Crypto Trading",
"scripts": {
"dev": "webpack --watch --mode development",
"build": "webpack --mode production",
"build:css": "tailwindcss -i ./src/ui/styles.css -o ./dist/styles.css --watch",
"start": "./start.sh"
},
"devDependencies": {
"@types/chrome": "^0.0.260",
"autoprefixer": "^10.4.23",
"copy-webpack-plugin": "^13.0.1",
"css-loader": "^6.10.0",
"mini-css-extract-plugin": "^2.8.0",
"postcss": "^8.4.35",
"postcss-loader": "^8.1.0",
"style-loader": "^3.3.4",
"tailwindcss": "^3.4.1",
"ts-loader": "^9.5.1",
"typescript": "^5.3.3",
"webpack": "^5.90.3",
"webpack-cli": "^5.1.4"
},
"dependencies": {
"buffer": "^6.0.3",
"ethers": "^6.16.0",
"process": "^0.11.10"
}
}