-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
34 lines (34 loc) · 1.03 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
{
"name": "flow-catalog",
"version": "0.2.1",
"scripts": {
"test": "jest --runInBand cadence/__test__",
"test-individual": "jest --runInBand",
"build": "cd ui && npm run build",
"e2e": "cd ui && npx nx e2e nft-portal-e2e",
"prepublishOnly": "npm run prepare && npm run build",
"install-ui": "cd ui && npm install",
"postinstall": "npm run install-ui",
"start": "cd ui && npm run start"
},
"author": "Ecosystem Growth",
"license": "ISC",
"main": "dist/index_bundle.js",
"dependencies": {
"@onflow/fcl": "^1.12.0-alpha.0",
"install": "^0.13.0",
"npm": "^10.8.0"
},
"devDependencies": {
"@babel/core": "^7.19.3",
"@babel/preset-env": "^7.19.3",
"@onflow/types": "^0.0.6",
"babel-jest": "^28.0.3",
"babel-loader": "^8.2.5",
"cadence-to-json": "^1.0.3",
"cypress": "^13.10.0",
"jest": "^28.0.3",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0"
}
}