-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.65 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "fhevm-remix-plugin",
"version": "0.5.0",
"description": "fhEVM Remix Plugin",
"main": "index.js",
"type": "module",
"scripts": {
"dev": "node dev.js",
"build": "tsc && vite build",
"lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"prettier:check": "prettier --check \"**/*.{js,json,md,sol,ts,yml}\"",
"prettier": "prettier --write \"**/*.{js,json,md,sol,ts,yml}\"",
"preview": "vite preview",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zama-ai/fhevm-remix-plugin.git"
},
"keywords": [
"remix",
"plugin",
"ide"
],
"author": "Zama",
"license": "BSD-3-Clause-Clear",
"bugs": {
"url": "https://github.com/zama-ai/fhevm-remix-plugin/issues"
},
"homepage": "https://github.com/zama-ai/fhevm-remix-plugin#readme",
"dependencies": {
"@fortawesome/fontawesome-free": "^6.6.0",
"@remixproject/plugin": "^0.3.38",
"@remixproject/plugin-iframe": "^0.3.38",
"classnames": "^2.5.1",
"copy-to-clipboard": "^3.3.3",
"ethers": "^6.13.1",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-basic-ssl": "^1.1.0",
"@vitejs/plugin-react": "^4.3.1",
"eslint": "^8.57.0",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.8",
"fhevmjs": "^0.6.1",
"prettier": "^3.3.3",
"typescript": "^5.5.3",
"vite": "^5.4.1",
"vite-plugin-node-polyfills": "^0.22.0"
},
"engines": {
"node": "^20.9.0"
}
}