-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
101 lines (101 loc) · 2.6 KB
/
Copy pathpackage.json
File metadata and controls
101 lines (101 loc) · 2.6 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
{
"name": "react",
"version": "1.0.0",
"description": "",
"main": "vite.config.js",
"homepage": "https://Martialdepaul.github.io/react/",
"dependencies": {
"@vitejs/plugin-react": "^4.3.4",
"ansi-styles": "^3.2.1",
"array-union": "^2.1.0",
"async": "^3.2.6",
"braces": "^3.0.3",
"browserslist": "^4.24.0",
"caniuse-lite": "^1.0.30001668",
"chalk": "^2.4.2",
"color-convert": "^1.9.3",
"color-name": "^1.1.3",
"commander": "^11.1.0",
"commondir": "^1.0.1",
"convert-source-map": "^2.0.0",
"debug": "^4.3.7",
"dir-glob": "^3.0.1",
"electron-to-chromium": "^1.5.38",
"email-addresses": "^5.0.0",
"esbuild": "^0.18.20",
"escalade": "^3.2.0",
"escape-string-regexp": "^1.0.5",
"fast-glob": "^3.3.2",
"fastq": "^1.17.1",
"filename-reserved-regex": "^2.0.0",
"filenamify": "^4.3.0",
"fill-range": "^7.1.1",
"find-cache-dir": "^3.3.2",
"find-up": "^4.1.0",
"fs-extra": "^11.2.0",
"gensync": "^1.0.0-beta.2",
"glob-parent": "^5.1.2",
"globals": "^11.12.0",
"globby": "^11.1.0",
"graceful-fs": "^4.2.11",
"has-flag": "^3.0.0",
"ignore": "^5.3.2",
"is-extglob": "^2.1.1",
"is-glob": "^4.0.3",
"is-number": "^7.0.0",
"js-tokens": "^4.0.0",
"jsesc": "^3.0.2",
"json5": "^2.2.3",
"jsonfile": "^6.1.0",
"locate-path": "^5.0.0",
"loose-envify": "^1.4.0",
"lru-cache": "^5.1.1",
"make-dir": "^3.1.0",
"merge2": "^1.4.1",
"micromatch": "^4.0.8",
"ms": "^2.1.3",
"nanoid": "^3.3.7",
"node-releases": "^2.0.18",
"p-limit": "^2.3.0",
"p-locate": "^4.1.0",
"p-try": "^2.2.0",
"path-exists": "^4.0.0",
"path-type": "^4.0.0",
"picocolors": "^1.1.0",
"picomatch": "^2.3.1",
"pkg-dir": "^4.2.0",
"postcss": "^8.4.47",
"queue-microtask": "^1.2.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-refresh": "^0.14.2",
"reusify": "^1.0.4",
"rollup": "^3.29.5",
"run-parallel": "^1.2.0",
"scheduler": "^0.23.2",
"semver": "^6.3.1",
"slash": "^3.0.0",
"source-map-js": "^1.2.1",
"strip-outer": "^1.0.1",
"supports-color": "^5.5.0",
"to-fast-properties": "^2.0.0",
"to-regex-range": "^5.0.1",
"trim-repeated": "^1.0.0",
"universalify": "^2.0.1",
"update-browserslist-db": "^1.1.1",
"vite": "^4.5.5",
"yallist": "^3.1.1"
},
"devDependencies": {
"gh-pages": "^6.2.0"
},
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "vite preview",
"deploy": "gh-pages -d dist"
},
"keywords": [],
"author": "",
"license": "ISC"
}