Web-programming_Petrushin_E.../Lab3/PrBookfill/package.json

28 lines
628 B
JSON
Raw Normal View History

2023-11-10 14:23:55 +04:00
{
"name": "prbookfill",
"version": "1.0.0",
"type": "module",
"scripts": {
"start": "vite",
"serve": "http-server -p 3000 ./dist/",
"build": "vite build",
"prod": "npm-run-all build serve"
},
"dependencies": {
"@fortawesome/fontawesome-free": "6.4.2",
"@popperjs/core": "^2.11.8",
"bootstrap": "5.3.2",
"fontkit": "^2.0.2",
"jquery": "^3.7.1",
"jsdom": "^22.1.0"
},
"devDependencies": {
"eslint": "^8.53.0",
"eslint-config-google": "^0.14.0",
"eslint-plugin-react": "^7.33.2",
"http-server": "14.1.1",
"npm-run-all": "4.1.5",
"vite": "4.4.9"
}
}