-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
124 lines (124 loc) · 3.5 KB
/
Copy pathpackage.json
File metadata and controls
124 lines (124 loc) · 3.5 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
{
"name": "vertable",
"version": "1.0.0",
"description": "This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.",
"main": "eslint.config.js",
"type": "module",
"dependencies": {
"acorn": "^8.15.0",
"acorn-jsx": "^5.3.2",
"ajv": "^6.14.0",
"ansi-styles": "^4.3.0",
"argparse": "^2.0.1",
"balanced-match": "^1.0.2",
"baseline-browser-mapping": "^2.8.16",
"brace-expansion": "^1.1.18",
"browserslist": "^4.26.3",
"callsites": "^3.1.0",
"caniuse-lite": "^1.0.30001750",
"chalk": "^4.1.2",
"color-convert": "^2.0.1",
"color-name": "^1.1.4",
"concat-map": "^0.0.1",
"convert-source-map": "^2.0.0",
"cross-spawn": "^7.0.6",
"csstype": "^3.1.3",
"debug": "^4.4.3",
"deep-is": "^0.1.4",
"electron-to-chromium": "^1.5.237",
"esbuild": "^0.28.1",
"escalade": "^3.2.0",
"escape-string-regexp": "^4.0.0",
"eslint": "^10.0.1",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.24",
"eslint-scope": "^8.4.0",
"eslint-visitor-keys": "^4.2.1",
"espree": "^10.4.0",
"esquery": "^1.6.0",
"esrecurse": "^4.3.0",
"estraverse": "^5.3.0",
"esutils": "^2.0.3",
"fast-deep-equal": "^3.1.3",
"fast-json-stable-stringify": "^2.1.0",
"fast-levenshtein": "^2.0.6",
"fdir": "^6.5.0",
"file-entry-cache": "^8.0.0",
"find-up": "^5.0.0",
"flat-cache": "^4.0.1",
"flatted": "^3.4.2",
"gensync": "^1.0.0-beta.2",
"glob-parent": "^6.0.2",
"globals": "^16.4.0",
"has-flag": "^4.0.0",
"ignore": "^5.3.2",
"import-fresh": "^3.3.1",
"imurmurhash": "^0.1.4",
"is-extglob": "^2.1.1",
"is-glob": "^4.0.3",
"isexe": "^2.0.0",
"js-tokens": "^4.0.0",
"js-yaml": "^4.3.0",
"jsesc": "^3.1.0",
"json-buffer": "^3.0.1",
"json-schema-traverse": "^0.4.1",
"json-stable-stringify-without-jsonify": "^1.0.1",
"json5": "^2.2.3",
"keyv": "^4.5.4",
"levn": "^0.4.1",
"locate-path": "^6.0.0",
"lodash.merge": "^4.6.2",
"lru-cache": "^5.1.1",
"minimatch": "^10.2.4",
"ms": "^2.1.3",
"nanoid": "^3.3.11",
"natural-compare": "^1.4.0",
"node-releases": "^2.0.23",
"nodemon": "^3.1.14",
"optionator": "^0.9.4",
"p-limit": "^3.1.0",
"p-locate": "^5.0.0",
"parent-module": "^1.0.1",
"path-exists": "^4.0.0",
"path-key": "^3.1.1",
"pg": "^8.16.3",
"picocolors": "^1.1.1",
"picomatch": "^4.0.4",
"postcss": "^8.5.25",
"prelude-ls": "^1.2.1",
"punycode": "^2.3.1",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"react-refresh": "^0.17.0",
"resolve-from": "^4.0.0",
"rollup": "^4.59.0",
"scheduler": "^0.27.0",
"semver": "^6.3.1",
"shebang-command": "^2.0.0",
"shebang-regex": "^3.0.0",
"source-map-js": "^1.2.1",
"strip-json-comments": "^3.1.1",
"supports-color": "^7.2.0",
"tinyglobby": "^0.2.15",
"type-check": "^0.4.0",
"update-browserslist-db": "^1.1.3",
"uri-js": "^4.4.1",
"vite": "^8.0.16",
"which": "^2.0.2",
"word-wrap": "^1.2.5",
"yallist": "^3.1.1",
"yocto-queue": "^0.1.0"
},
"devDependencies": {
"concurrently": "^9.2.4"
},
"scripts": {
"dev": "concurrently \"npm run dev --prefix client\" \"npm run dev --prefix server\"",
"client": "npm run dev --prefix client",
"server": "npm run start --prefix server",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC"
}