-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
72 lines (72 loc) · 2.06 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
{
"name": "carbon3-home",
"version": "0.1.0",
"private": true,
"scripts": {
"preinstall": "npx only-allow pnpm",
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"plint": "prettier . --check",
"pfix": "prettier . --write",
"export": "next build && next export",
"prepare": "husky install",
"prettier:check": "prettier --config .prettierrc.js --check \"components/**/*.{js,jsx,ts,tsx}\""
},
"dependencies": {
"@formkit/auto-animate": "1.0.0-beta.6",
"@next/font": "13.1.1",
"@types/node": "18.11.18",
"@types/react": "18.0.26",
"@types/react-dom": "18.0.10",
"axios": "^1.3.2",
"classnames": "^2.3.2",
"echarts": "^5.4.3",
"echarts-for-react": "^3.0.2",
"eslint": "8.31.0",
"eslint-config-next": "13.1.1",
"html-to-image": "^1.11.11",
"i18next": "23.2.11",
"i18next-browser-languagedetector": "7.1.0",
"i18next-chained-backend": "4.4.0",
"i18next-http-backend": "2.2.1",
"i18next-localstorage-backend": "4.1.1",
"jszip": "^3.10.1",
"lodash": "^4.17.21",
"mermaid": "^10.3.1",
"moment": "^2.29.4",
"next": "13.4.12",
"numbro": "^2.3.6",
"pdfmake": "^0.2.7",
"qrcode.react": "^3.1.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-i18next": "13.0.2",
"react-icons": "^4.9.0",
"react-json-view": "^1.21.3",
"react-router-dom": "^6.6.2",
"react-split": "^2.0.14",
"react-tippy": "^1.4.0",
"react-tooltip": "^5.21.1",
"react-use": "^17.4.0",
"react-virtualized-auto-sizer": "^1.0.7",
"react-vtree": "3.0.0-beta.3",
"react-window": "^1.8.8",
"svg-pan-zoom": "^3.6.1",
"swr": "^2.2.0",
"typescript": "4.9.4"
},
"devDependencies": {
"@svgr/webpack": "^6.5.1",
"@types/lodash": "^4.14.195",
"@types/react-virtualized-auto-sizer": "^1.0.1",
"@types/react-window": "^1.8.5",
"autoprefixer": "^10.4.13",
"husky": "^8.0.3",
"only-allow": "^1.1.1",
"postcss": "^8.4.21",
"prettier": "3.0.0",
"tailwindcss": "^3.2.4"
}
}