-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
67 lines (66 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
{
"name": "icrc75",
"private": true,
"version": "0.0.0",
"type": "module",
"devDependencies": {
"@babel/core": "^7.24.6",
"@babel/plugin-transform-modules-commonjs": "^7.24.8",
"@babel/plugin-transform-runtime": "^7.25.4",
"@babel/preset-env": "^7.25.4",
"@babel/preset-typescript": "^7.24.6",
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@hadronous/pic": "^0.9.0-b0",
"@mui/icons-material": "^6.1.1",
"@mui/material": "^6.1.1",
"@types/jest": "^29.5.13",
"@types/node": "^22.5.5",
"jest": "^29.7.0",
"p-limit": "^6.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"tslib": "^2.4.1",
"typescript": "^5.4.5"
},
"scripts": {
"test": "run-s test:backend",
"testclear": "jest --clearCache",
"setup": "npm i && dfx canister create backend && dfx generate backend && dfx deploy",
"backend": "mo-dev --generate --deploy -y",
"test:backend": "jest",
"format": "prettier --write \"src/**/*.{json,js,jsx,ts,tsx,css,scss}\" \"backend/**/*.mo\"",
"sources": "mops sources",
"postinstall": "mops install"
},
"dependencies": {
"@dfinity/agent": "^1.4.0",
"@dfinity/auth-client": "^1.4.0",
"@mui/x-charts": "^7.18.0",
"@mui/x-data-grid": "^7.18.0",
"@mui/x-date-pickers": "^7.18.0",
"@mui/x-tree-view": "^7.18.0",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"@types/react": "^18.2.14",
"@types/react-dom": "^18.2.6",
"@vitejs/plugin-react": "^4.0.1",
"cross-fetch": "^3.1.6",
"dotenv": "^16.3.1",
"ic-mops": "^0.39.2",
"jsdom": "^22.1.0",
"json-bigint": "^1.0.0",
"mo-dev": "^0.13.0",
"npm-run-all": "^4.1.5",
"prettier": "^2.8.8",
"prettier-plugin-motoko": "^0.5.3",
"sass": "^1.63.6",
"terser": "^5.30.3",
"typescript": "^5.1.3",
"vite": "^4.3.9",
"vite-plugin-environment": "^1.1.3",
"vitest": "^0.32.2"
}
}