forked from zama-ai/dapps
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 2.2 KB
/
Copy pathpackage.json
File metadata and controls
63 lines (63 loc) · 2.2 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "dapps",
"version": "0.4.14",
"private": true,
"description": "zama-dapps",
"keywords": [
"gatsby"
],
"author": "Zama",
"scripts": {
"build": "cross-env GATSBY_TELEMETRY_DISABLED=1 NODE_ENV=production gatsby build",
"clean": "gatsby clean",
"lint": "yarn lint:eslint && yarn lint:misc --check",
"lint:eslint": "eslint . --cache --ext js,ts",
"lint:fix": "yarn lint:eslint --fix && yarn lint:misc --write",
"lint:misc": "prettier '**/*.json' '**/*.md' '!CHANGELOG.md' --ignore-path .gitignore",
"start": "cross-env GATSBY_TELEMETRY_DISABLED=1 NODE_ENV=development gatsby develop",
"synpress:open": "env-cmd -f .env.development synpress open -cf synpress.config.js",
"synpress:run": "env-cmd -f .env.development synpress run --config baseUrl=http://localhost:8000",
"synpress:run-prod": "env-cmd -f .env.production synpress run --config baseUrl=https://dapps.zama.ai,taskTimeout=120000",
"test": "start-server-and-test 'pnpm start' http://localhost:8000 'pnpm synpress:run'"
},
"dependencies": {
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
"@mui/material": "^5.11.13",
"dayjs": "^1.11.7",
"eip-712": "^1.0.0",
"env-cmd": "^10.1.0",
"ethers": "^6.12.1",
"fhevmjs": "^0.4.0",
"gatsby": "^5.13.3",
"gatsby-plugin-emotion": "^8.13.1",
"gatsby-plugin-postcss": "^6.13.1",
"postcss": "^8.4.21",
"query-string": "^8.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@synthetixio/synpress": "^3.7.2-beta.10",
"@types/node": "^18.14.2",
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"buffer": "^6.0.3",
"copy-webpack-plugin": "^11.0.0",
"cross-env": "^7.0.3",
"crypto-browserify": "^3.12.0",
"dotenv": "^16.0.3",
"eslint": "^8.38.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jest": "^27.2.1",
"eslint-plugin-jsdoc": "^39.8.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^4.2.1",
"path-browserify": "^1.0.1",
"prettier": "^3.2.5",
"start-server-and-test": "^2.0.0",
"stream-browserify": "^3.0.0",
"typescript": "^5.3.3"
}
}