-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
44 lines (44 loc) · 1.06 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": "arkadiko-oracle-node",
"version": "0.1.0",
"private": true,
"engines": {
"node": "16.18.0"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest"
},
"dependencies": {
"@heroicons/react": "^2.0.18",
"@nieldeckx/stacks-cheetah": "^0.0.18",
"@stacks/transactions": "^5.0.2",
"@types/node": "18.11.9",
"@types/react": "18.0.24",
"@types/react-dom": "18.0.8",
"dotenv": "^16.0.3",
"eslint": "8.26.0",
"eslint-config-next": "13.0.2",
"fs": "^0.0.1-security",
"jest": "^29.2.2",
"next": "13.0.2",
"node-mocks-http": "^1.11.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"request": "^2.88.2",
"secp256k1": "^4.0.3",
"typescript": "4.8.4"
},
"devDependencies": {
"@babel/plugin-transform-modules-commonjs": "^7.19.6",
"@types/jest": "^29.2.2",
"@types/secp256k1": "^4.0.3",
"autoprefixer": "^10.4.13",
"postcss": "^8.4.19",
"tailwindcss": "^3.2.4",
"ts-jest": "^29.0.3"
}
}