-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.25 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.25 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
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "filecoin-creative-storage",
"version": "1.0.0",
"description": "Filecoin Creative Storage with AI/ML Integration",
"main": "src/index.js",
"scripts": {
"dev": "vite",
"build": "cargo build --release",
"build:frontend": "vite build",
"test": "cargo test",
"deploy:calibration": "lotus chain install-actor target/release/filecoin_creative_storage.wasm",
"deploy:mainnet": "lotus chain install-actor target/release/filecoin_creative_storage.wasm"
},
"dependencies": {
"@web3-storage/w3cli": "^3.0.0",
"nft.storage": "^7.1.1",
"web3.storage": "^4.5.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"typescript": "^5.0.0",
"@tensorflow/tfjs": "^4.15.0",
"@tensorflow/tfjs-node": "^4.15.0",
"vite": "^5.0.0",
"@vitejs/plugin-react": "^4.2.0",
"lucide-react": "^0.294.0",
"tailwindcss": "^3.3.6",
"autoprefixer": "^10.4.16",
"postcss": "^8.4.32"
},
"devDependencies": {
"@types/node": "^20.0.0",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
"@types/crypto-js": "^4.2.1",
"crypto-js": "^4.2.0"
},
"keywords": ["filecoin", "blockchain", "ai", "nft", "storage", "creative-storage"],
"author": "Filecoin Creative Storage Team",
"license": "MIT"
}