-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
81 lines (81 loc) · 2.28 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
71
72
73
74
75
76
77
78
79
80
81
{
"name": "circuitz",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"format": "prettier --write \"src/**/*.{json,js,jsx,ts,tsx,css,scss}\" --ignore-path .prettierignore",
"lint": "eslint ./src --max-warnings=0"
},
"dependencies": {
"@dfinity/agent": "^0.19.3",
"@dfinity/auth-client": "^0.19.3",
"@dfinity/candid": "^0.19.3",
"@dfinity/identity": "^0.19.3",
"@dfinity/nns": "^2.0.0",
"@dfinity/principal": "^0.19.3",
"@dfinity/utils": "^1.0.0",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@hookform/resolvers": "^3.3.1",
"@mui/icons-material": "^5.14.12",
"@mui/material": "^5.14.12",
"@mui/x-date-pickers": "^6.16.1",
"@tanstack/react-query": "^5.32.1",
"ace-builds": "^1.30.0",
"date-fns": "^2.30.0",
"dompurify": "^3.0.6",
"handlebars": "^4.7.8",
"ic0": "^0.2.8",
"just-handlebars-helpers": "^1.0.19",
"lodash-es": "^4.17.21",
"luxon": "^3.4.3",
"map-factory": "^3.8.7",
"mui-image": "^1.0.7",
"notistack": "^3.0.1",
"pluralize": "^8.0.0",
"react": "^18.2.0",
"react-ace": "^10.1.0",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-dom": "^18.2.0",
"react-helmet-async": "^1.3.0",
"react-hook-form": "^7.47.0",
"react-particles": "^2.12.2",
"react-router-dom": "^6.16.0",
"recoil": "^0.7.7",
"slugify": "^1.6.6",
"tsparticles-slim": "^2.12.0",
"uuid": "^9.0.1",
"yup": "^1.3.2"
},
"devDependencies": {
"@types/dompurify": "^3.0.3",
"@types/lodash-es": "^4.17.12",
"@types/luxon": "^3.3.2",
"@types/mui-image": "^1.0.2",
"@types/node": "^20.8.3",
"@types/pluralize": "^0.0.31",
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@types/uuid": "^9.0.5",
"@typescript-eslint/eslint-plugin": "^5.59.2",
"@typescript-eslint/parser": "^5.59.2",
"@vitejs/plugin-react-swc": "^3.3.2",
"buffer": "^6.0.3",
"empty-module": "^0.0.2",
"eslint": "^8.45.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.3",
"prettier": "^3.0.3",
"typescript": "^5.0.2",
"vite": "^4.4.5",
"vite-plugin-image-optimizer": "^1.1.7",
"vite-plugin-node-polyfills": "^0.15.0"
}
}