-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
87 lines (87 loc) · 2.4 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
82
83
84
85
86
87
{
"name": "react-todos",
"version": "0.1.0",
"private": true,
"dependencies": {
"@codemirror/autocomplete": "^0.18.3",
"@codemirror/closebrackets": "^0.18.0",
"@codemirror/commands": "^0.18.0",
"@codemirror/comment": "^0.18.0",
"@codemirror/highlight": "^0.18.3",
"@codemirror/history": "^0.18.0",
"@codemirror/language": "^0.18.0",
"@codemirror/lint": "^0.18.1",
"@codemirror/matchbrackets": "^0.18.0",
"@codemirror/search": "^0.18.2",
"@codemirror/state": "^0.18.2",
"@codemirror/view": "^0.18.3",
"@fortawesome/fontawesome-svg-core": "^6.6.0",
"@fortawesome/free-solid-svg-icons": "^6.6.0",
"@fortawesome/react-fontawesome": "^0.2.2",
"@pansy/react-charts": "^1.0.0",
"@quiet-front-end/json-schema-editor-antd": "^0.3.0",
"@shadcn/ui": "^0.0.4",
"@testing-library/jest-dom": "^5.16.2",
"@testing-library/react": "^12.1.3",
"@testing-library/user-event": "^13.5.0",
"ajv": "^8.12.0",
"antd": "^5.13.2",
"axios": "^0.26.0",
"boostrap": "^2.0.0",
"codemirror": "^6.0.1",
"codemirror-promql": "0.17.0",
"components": "^0.1.0",
"downshift": "^9.0.6",
"echarts": "^5.4.3",
"echarts-for-react": "^3.0.2",
"framer-motion": "^11.13.5",
"jsoneditor": "^10.0.0",
"jsoneditor-react": "^3.1.2",
"lucide-react": "^0.469.0",
"moment": "^2.30.1",
"next": "^15.1.0",
"prom-client": "^15.1.0",
"react": "^18.2.0",
"react-beautiful-dnd": "^13.1.1",
"react-dom": "^18.2.0",
"react-fast-marquee": "^1.6.5",
"react-helmet": "^6.1.0",
"react-json-editor-ajrm": "^2.5.14",
"react-json-view": "^1.21.3",
"react-router-dom": "^6.22.1",
"react-scripts": "5.0.0",
"react-toastify": "^10.0.4",
"reactstrap": "^8.0.1",
"web-vitals": "^2.1.4"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"autoprefixer": "^10.4.20",
"json-server": "^0.17.0",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.16"
}
}