forked from onflow/nft-catalog
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 1.25 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
{
"name": "flow-catalog",
"version": "0.2.1",
"scripts": {
"test": "jest --runInBand cadence/__test__",
"test-individual": "jest --runInBand",
"build": "webpack",
"e2e": "cd ui && npx nx e2e nft-portal-e2e",
"prepare": "sh lib/create_templates.sh && mkdir -p lib/cadut-generated && node build.cjs && cp lib/CadenceToJson.json ui/apps/nft-portal/src/flow/catalog_c2j.json && sh lib/generate-cadut.sh",
"prepublishOnly": "npm run prepare && npm run build",
"install-ui": "cd ui && npm install"
},
"author": "Ecosystem Growth",
"license": "ISC",
"main": "dist/index_bundle.js",
"dependencies": {
"@onflow/fcl": "^1.10.0",
"@onflow/flow-cadut": "^0.2.0-alpha.8",
"install": "^0.13.0",
"npm": "^8.18.0"
},
"devDependencies": {
"@babel/core": "^7.19.3",
"@babel/preset-env": "^7.19.3",
"@onflow/flow-cadut-generator": "^0.0.1",
"@onflow/types": "^0.0.6",
"babel-jest": "^28.0.3",
"babel-loader": "^8.2.5",
"cadence-to-json": "^1.0.3",
"cypress": "^9.7.0",
"flow-js-testing": "^0.2.3-alpha.6",
"jest": "^28.0.3",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0"
}
}