forked from Brandawg93/PeaNUT
-
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) · 4.51 KB
/
Copy pathpackage.json
File metadata and controls
129 lines (129 loc) · 4.51 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": "peanut",
"version": "5.6.1",
"private": true,
"scripts": {
"clean": "rm -rf .next .swc coverage test-results",
"dev": "docker compose up -d && next dev --turbopack && docker compose down",
"build": "next build",
"build:local": "npm run build && cp -r .next/static .next/standalone/.next/",
"build:analyze": "ANALYZE=true next build",
"start": "HOSTNAME=$WEB_HOST PORT=$WEB_PORT node server.js",
"start:local": "node .next/standalone/server.js",
"type-check": "tsc --noEmit",
"lint": "next lint --dir .",
"lint:fix": "npm run lint -- --fix",
"stylelint": "stylelint \"**/*.{css,scss}\"",
"stylelint:fix": "npm run stylelint -- --fix",
"format": "prettier --check .",
"format:fix": "prettier --write .",
"precheck": "concurrently \"npm run type-check\" \"lint-staged\"",
"fullcheck": "concurrently \"npm run lint\" \"npm run stylelint\" \"npm run type-check\"",
"test": "jest",
"test:coverage": "jest --coverage",
"test:watch": "jest --watch",
"test:e2e": "playwright test && docker compose down",
"test:all": "concurrently \"npm run test:coverage\" \"npm run test:e2e\"",
"deploy": "./scripts/deploy.sh",
"deploy:test": "./scripts/deploy-test.sh",
"telemetry": "next telemetry disable",
"prepare": "husky && next-ws patch"
},
"dependencies": {
"@codemirror/lang-yaml": "^6.1.2",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@influxdata/influxdb-client": "^1.35.0",
"@influxdata/influxdb-client-apis": "^1.35.0",
"@radix-ui/react-accordion": "^1.2.3",
"@radix-ui/react-alert-dialog": "^1.1.6",
"@radix-ui/react-dropdown-menu": "^2.1.6",
"@radix-ui/react-label": "^2.1.2",
"@radix-ui/react-popover": "^1.1.6",
"@radix-ui/react-progress": "^1.1.2",
"@radix-ui/react-select": "^2.1.6",
"@radix-ui/react-slot": "^1.1.2",
"@radix-ui/react-tabs": "^1.1.3",
"@radix-ui/react-tooltip": "^1.1.8",
"@tanstack/react-query": "^5.70.0",
"@tanstack/react-table": "^8.21.2",
"@uiw/codemirror-theme-vscode": "^4.23.10",
"@uiw/react-codemirror": "^4.23.10",
"@xterm/addon-attach": "^0.11.0",
"@xterm/addon-fit": "^0.10.0",
"@xterm/xterm": "^5.5.0",
"chokidar": "^4.0.3",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"i18next": "^24.2.3",
"i18next-browser-languagedetector": "^8.0.4",
"i18next-resources-to-backend": "^1.2.1",
"js-yaml": "^4.1.0",
"lucide-react": "^0.485.0",
"next": "^15.2.4",
"next-auth": "~5.0.0-beta.25",
"next-remove-imports": "^1.0.12",
"next-themes": "^0.4.6",
"next-ws": "^2.0.6",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-i18next": "^15.4.1",
"react-icons": "^5.5.0",
"recharts": "^2.15.1",
"sonner": "^2.0.2",
"tailwind-merge": "^3.0.2",
"tailwindcss-animate": "^1.0.7",
"toad-scheduler": "^3.0.1",
"ws": "^8.18.1",
"zod": "^3.24.2"
},
"devDependencies": {
"@eslint/compat": "^1.2.7",
"@eslint/js": "^9.23.0",
"@next/bundle-analyzer": "^15.2.4",
"@next/eslint-plugin-next": "^15.2.4",
"@playwright/test": "^1.50.1",
"@tailwindcss/postcss": "^4.0.17",
"@tanstack/eslint-plugin-query": "^5.68.0",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.2.0",
"@types/jest": "^29.5.14",
"@types/js-yaml": "^4.0.9",
"@types/node": "^22.13.14",
"@types/react": "^19.0.12",
"@types/react-dom": "^19.0.4",
"@types/swagger-ui-react": "^5.18.0",
"@types/ws": "^8.18.0",
"babel-plugin-react-compiler": "19.0.0-beta-e552027-20250112",
"concurrently": "^9.1.2",
"eslint": "^9.23.0",
"eslint-config-prettier": "^10.1.1",
"eslint-plugin-jest": "^28.11.0",
"eslint-plugin-prettier": "^5.2.5",
"eslint-plugin-react": "^7.37.4",
"eslint-plugin-react-compiler": "19.0.0-beta-e552027-20250112",
"globals": "^16.0.0",
"husky": "^9.1.7",
"jest": "^29.7.0",
"jest-canvas-mock": "^2.5.2",
"jest-environment-jsdom": "^29.7.0",
"lint-staged": "^15.5.0",
"next-swagger-doc": "^0.4.1",
"postcss": "^8.5.3",
"prettier": "^3.5.3",
"prettier-eslint": "^16.3.0",
"prettier-plugin-tailwindcss": "^0.6.11",
"stylelint": "^16.17.0",
"stylelint-config-standard": "^37.0.0",
"swagger-ui-react": "^5.20.2",
"tailwindcss": "^4.0.17",
"ts-jest": "^29.3.0",
"ts-node": "^10.9.2",
"typescript": "~5.7.3",
"typescript-eslint": "^8.28.0"
},
"lint-staged": {
"*": "eslint"
}
}