forked from crackedstudio/tikka
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 1.21 KB
/
Copy pathpackage.json
File metadata and controls
28 lines (28 loc) · 1.21 KB
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
{
"name": "tikka",
"private": true,
"license": "Apache-2.0",
"scripts": {
"install:all": "npm install --prefix client && npm install --prefix sdk && npm install --prefix backend && npm install --prefix indexer && npm install --prefix oracle",
"build": "npm run build --prefix client && npm run build --prefix sdk && npm run build --prefix backend && npm run build --prefix indexer && npm run build --prefix oracle",
"build:client": "npm run build --prefix client",
"build:sdk": "npm run build --prefix sdk",
"build:backend": "npm run build --prefix backend",
"build:indexer": "npm run build --prefix indexer",
"build:oracle": "npm run build --prefix oracle",
"check:dependencies": "node scripts/check-dependencies.js",
"prepare": "husky"
},
"devDependencies": {
"@types/react": "^18.3.28",
"@types/react-dom": "^18.3.7",
"@types/react-router-dom": "^5.3.3",
"husky": "^9.1.7",
"lint-staged": "^15.2.10"
},
"dependencies": {
"@pinata/sdk": "^2.1.0",
"react-router-dom": "^7.13.2"
},
"packageManager": "pnpm@9.15.9+sha512.68046141893c66fad01c079231128e9afb89ef87e2691d69e4d40eee228988295fd4682181bae55b58418c3a253bde65a505ec7c5f9403ece5cc3cd37dcf2531"
}