-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
129 lines (129 loc) · 3.97 KB
/
package.json
File metadata and controls
129 lines (129 loc) · 3.97 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
{
"name": "app_frontend",
"version": "0.1.0",
"type": "module",
"description": "Internet Computer starter application",
"keywords": [
"Internet Computer",
"Motoko",
"JavaScript",
"Canister"
],
"scripts": {
"deploy-ic": "dfx build app_frontend --network ic && dfx canister install app_frontend --network ic -m reinstall",
"lint": "eslint . --ext js,jsx,ts,tsx --report-unused-disable-directives",
"lint:fix": "eslint --fix \"./**/*.{js,jsx,ts,tsx}\"",
"format": "prettier --write \"./**/*.{js,jsx,ts,tsx}\"",
"preview": "vite preview",
"prepare": "husky",
"dev": "VITE_ENV=development VITE_MODE=staging vite --force",
"dev-prod": "VITE_ENV=development VITE_MODE=production vite serve",
"build": "VITE_ENV=production VITE_MODE=production vite build",
"build-stg": "VITE_ENV=production VITE_MODE=staging vite build"
},
"devDependencies": {
"@dfinity/agent": "^0.19.2",
"@dfinity/candid": "^0.19.2",
"@dfinity/principal": "^0.19.2",
"@graphprotocol/client-cli": "^3.0.0",
"@types/lodash.debounce": "^4.0.8",
"@types/react-dom": "^18.3.0",
"@types/react-helmet": "^6.1.11",
"@types/react-modal": "^3.16.3",
"@typescript-eslint/eslint-plugin": "^8.4.0",
"@typescript-eslint/parser": "^8.4.0",
"@vitejs/plugin-react": "^4.2.1",
"assert": "2.0.0",
"autoprefixer": "^10.4.19",
"buffer": "6.0.3",
"eslint": "^8.51.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.6",
"events": "3.3.0",
"firebase-tools": "^13.0.2",
"http-proxy-middleware": "^2.0.6",
"husky": "^9.1.5",
"postcss": "^8.4.38",
"prettier": "^3.0.3",
"process": "0.11.10",
"stream-browserify": "3.0.0",
"tailwindcss": "^3.4.3",
"util": "0.12.4",
"vite": "^5.2.0",
"vite-tsconfig-paths": "^4.3.2"
},
"engines": {
"node": "^12 || ^14 || ^16 || ^18"
},
"browserslist": [
"last 2 chrome version",
"last 2 firefox version",
"last 2 safari version",
"last 2 edge version"
],
"dependencies": {
"@ant-design/icons": "^5.1.2",
"@apollo/client": "^3.8.10",
"@dfinity/auth-client": "^0.19.2",
"@dfinity/authentication": "^0.14.2",
"@dfinity/identity": "^0.19.2",
"@fortawesome/fontawesome-svg-core": "^6.4.2",
"@fortawesome/free-regular-svg-icons": "^6.4.2",
"@fortawesome/free-solid-svg-icons": "^6.4.2",
"@fortawesome/react-fontawesome": "^0.2.0",
"@lifi/sdk": "^3.2.0",
"@microlink/react-json-view": "^1.23.0",
"@nextui-org/react": "^2.3.6",
"@rollbar/react": "^0.11.1",
"@tanstack/react-query": "^5.37.1",
"@types/http-proxy-middleware": "^1.0.0",
"@types/recharts": "^1.8.28",
"@web3modal/wagmi": "^4.2.2",
"antd": "^5.12.0",
"axios": "^1.2.3",
"classnames": "^2.3.2",
"css-loader": "^6.7.3",
"ethers": "^5.5.1",
"framer-motion": "^11.2.6",
"graphql": "^16.8.1",
"helmet": "^7.1.0",
"json-size": "^1.0.0",
"memoize": "^0.1.1",
"object-sizeof": "^2.6.3",
"react": "^18.2.0",
"react-confetti-explosion": "^2.1.2",
"react-dom": "^18.2.0",
"react-drag-drop-files": "^2.3.8",
"react-ga": "^3.3.1",
"react-helmet": "^6.1.0",
"react-icons": "^4.11.0",
"react-modal": "^3.16.1",
"react-router-dom": "^6.7.0",
"react-select": "^5.7.3",
"react-toastify": "^9.1.1",
"recharts": "^2.10.1",
"rollbar": "^2.26.1",
"sass": "^1.57.1",
"sass-loader": "^13.2.0",
"siwe": "^1.1.6",
"sonner": "^1.4.41",
"style-loader": "^3.3.1",
"ts-loader": "^9.4.2",
"ts-node": "^10.9.1",
"typescript": "^5.0.4",
"viem": "^2.12.1",
"vite-plugin-node-polyfills": "^0.22.0",
"vite-plugin-svgr": "^4.2.0",
"wagmi": "^2.9.6",
"zustand": "^4.5.2"
},
"lint-staged": {
"*.{js,jsx,ts,tsx}": [
"npm run lint --cache --fix",
"npm run format"
]
}
}