PI-23_Firsov_Kirill_OnlineC.../package.json

32 lines
766 B
JSON
Raw Normal View History

2023-11-20 12:16:25 +04:00
{
2023-12-05 14:37:06 +04:00
"name": "int-prog",
2023-11-20 12:16:25 +04:00
"version": "1.0.0",
"type": "module",
"scripts": {
2023-12-05 14:37:06 +04:00
"vite": "vite",
2023-11-20 12:16:25 +04:00
"serve": "http-server -p 3000 ./dist/",
"build": "vite build",
2023-12-05 14:37:06 +04:00
"rest": "json-server --watch data.json -p 8081",
"dev": "npm-run-all --parallel rest vite",
"prod": "npm-run-all build --parallel serve rest"
2023-11-20 12:16:25 +04:00
},
"dependencies": {
2023-12-05 14:37:06 +04:00
"@fortawesome/fontawesome-free": "6.4.2",
"bootstrap": "5.3.2"
2023-11-20 12:16:25 +04:00
},
"devDependencies": {
2023-12-05 14:37:06 +04:00
"eslint": "^8.54.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.29.0",
2023-11-20 12:16:25 +04:00
"http-server": "14.1.1",
2023-12-05 14:37:06 +04:00
"json-server": "0.17.4",
"npm-run-all": "4.1.5",
"vite": "4.4.9"
},
"main": "main.js",
"keywords": [],
"author": "",
"license": "ISC",
"description": ""
2023-11-20 12:16:25 +04:00
}