-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
executable file
·70 lines (70 loc) · 1.98 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
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "cyql",
"version": "0.1.0",
"description": "",
"keywords": [
"Internet Computer",
"Motoko",
"JavaScript",
"Canister"
],
"scripts": {
"dev": "vite",
"build": "vite build",
"deploy_backend:local": "dfx deploy backend && dfx generate backend"
},
"devDependencies": {
"@types/react-copy-to-clipboard": "^5.0.7",
"buffer": "^6.0.3",
"prettier": "^2.7.1",
"process": "0.11.10",
"typescript": "^4.3.5"
},
"browserslist": [
"last 2 chrome version",
"last 2 firefox version",
"last 2 safari version",
"last 2 edge version"
],
"dependencies": {
"@dfinity/agent": "^0.20.2",
"@dfinity/auth-client": "^0.20.2",
"@dfinity/candid": "^0.20.2",
"@dfinity/ledger-icp": "^2.2.0",
"@dfinity/nns-proto": "^1.0.1",
"@dfinity/principal": "^0.20.2",
"@dfinity/utils": "^2.1.1",
"@fortawesome/fontawesome-svg-core": "^6.2.1",
"@fortawesome/free-brands-svg-icons": "^6.2.1",
"@fortawesome/free-solid-svg-icons": "^6.2.1",
"@fortawesome/react-fontawesome": "^0.2.0",
"@reduxjs/toolkit": "^2.2.5",
"@types/react-dom": "^18.2.7",
"@types/react-router-dom": "^5.3.3",
"@types/styled-components": "^5.1.26",
"@vitejs/plugin-react": "^4.0.4",
"@vitejs/plugin-react-refresh": "^1.3.6",
"compressorjs": "^1.2.1",
"cropperjs": "^1.6.2",
"dotenv": "^16.3.1",
"react": "^18.2.0",
"react-confetti-explosion": "^2.1.2",
"react-cookie-consent": "^7.3.1",
"react-copy-to-clipboard": "^5.1.0",
"react-cropper": "^2.3.3",
"react-dom": "^18.2.0",
"react-hot-toast": "^2.4.1",
"react-image-size": "^2.3.2",
"react-paginate": "^8.2.0",
"react-redux": "^9.1.2",
"react-router-dom": "^6.22.1",
"react-share": "^4.4.1",
"react-textarea-autosize": "^8.3.4",
"redux": "^5.0.1",
"styled-components": "^5.3.11",
"usehooks-ts": "^2.14.0",
"vite": "^4.4.9",
"vite-plugin-environment": "^1.1.3",
"vite-plugin-svgr": "^3.2.0"
}
}