-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
31 lines (31 loc) · 953 Bytes
/
package.json
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
{
"name": "route-resource-preload",
"description": "Focus on improving the first screen loading speed of applications and providing the best user experience.",
"scripts": {
"build": "npx vite build && npx tsc -p tsconfig.json --emitDeclarationOnly",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AwesomeDevin/route-resource-preload.git"
},
"author": "AwesomeDevin",
"license": "MIT",
"bugs": {
"url": "https://github.com/AwesomeDevin/route-resource-preload/issues"
},
"homepage": "https://github.com/AwesomeDevin/route-resource-preload#readme",
"files": [
"dist/"
],
"devDependencies": {
"@types/node": "^18.15.0",
"@types/react": "18.2.0",
"@vitejs/plugin-react": "^3.1.0",
"react": "^18.2.0",
"react-dom":"^18.2.0",
"@types/react-dom": "^18.2.0",
"typescript": "^4.9.3",
"vite": "^4.0.4"
}
}