forked from mmmray/xray-online
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
68 lines (68 loc) · 2.08 KB
/
Copy pathpackage.json
File metadata and controls
68 lines (68 loc) · 2.08 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
{
"name": "xray-monaco-edtitor",
"private": true,
"version": "0.0.1",
"type": "module",
"homepage": "https://remnawave.github.io/xray-monaco-editor/",
"scripts": {
"dev": "vite",
"build": "NODE_ENV=production tsc && vite build",
"lint": "eslint .",
"preview": "vite preview",
"predeploy": "npm run build",
"deploy": "gh-pages -d dist",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@mantine/core": "^7.14.3",
"@mantine/hooks": "^7.14.3",
"@mantine/nprogress": "^7.12.2",
"@monaco-editor/react": "^4.6.0",
"axios": "^1.7.9",
"consola": "^3.2.3",
"dayjs": "^1.11.13",
"motion": "^11.13.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^5.4.0"
},
"devDependencies": {
"@eslint/js": "^9.16.0",
"@ianvs/prettier-plugin-sort-imports": "^4.3.1",
"@types/node": "^20.11.19",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^7.0.2",
"@typescript-eslint/parser": "^7.0.2",
"@vitejs/plugin-react": "^4.3.1",
"@vitejs/plugin-react-swc": "^3.7.0",
"eslint": "^8.56.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-perfectionist": "^4.1.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"eslint-plugin-storybook": "^0.8.0",
"gh-pages": "^6.2.0",
"globals": "^15.12.0",
"identity-obj-proxy": "^3.0.0",
"jsdom": "^25.0.0",
"postcss": "^8.4.45",
"postcss-preset-mantine": "1.17.0",
"postcss-simple-vars": "^7.0.1",
"prettier": "^3.3.3",
"prop-types": "^15.8.1",
"rollup-plugin-visualizer": "^5.12.0",
"stylelint": "^16.9.0",
"stylelint-config-standard-scss": "^13.1.0",
"typescript": "^5.7.2",
"typescript-eslint": "^8.16.0",
"vite": "6.0.1",
"vite-plugin-preload": "^0.4.0",
"vite-plugin-wasm": "^3.3.0",
"vite-plugin-webfont-dl": "^3.9.4",
"vite-tsconfig-paths": "^5.0.1"
}
}