Skip to content

Navigation Menu

Sign in
Appearance settings
Sign up
Appearance settings

Latest commit

 

History

History
History
37 lines (37 loc) · 922 Bytes

File metadata and controls

37 lines (37 loc) · 922 Bytes
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
{
"name": "client-toolchain-example",
"type": "module",
"private": true,
"version": "1.0.0",
"description": "Demo project for the MDN client-side web development tools tutorial.",
"main": "index.js",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"format": "prettier --write .",
"test": "vitest"
},
"author": "mdn",
"license": "SEE LICENSE IN LICENSE.md",
"devDependencies": {
"@eslint/js": "^9.39.5",
"@vitejs/plugin-react": "^6.1.1",
"eslint": "9",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^7.1.1",
"globals": "^17.11.0",
"prettier": "^3.9.6",
"vite": "^8.2.2",
"vitest": "^4.1.11"
},
"dependencies": {
"@tanstack/react-query": "^5.102.8",
"plotly.js-dist-min": "^3.7.0",
"react": "^19.2.8",
"react-dom": "^19.2.8"
},
"allowScripts": {
"fsevents": false
}
}
Morty Proxy This is a proxified and sanitized view of the page, visit original site.