ministream-frontend/package.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

40 lines
1.0 KiB
JSON
Raw Normal View History

2023-12-02 10:49:17 +00:00
{
"name": "ministream-frontend",
"version": "1.0.0",
"description": "",
"browserslist": "> 0.5%, last 2 versions, not dead",
"scripts": {
2023-12-02 12:51:04 +00:00
"start": "parcel src/index.html",
"build": "parcel build src/index.html",
2023-12-02 10:49:17 +00:00
"type-check": "tsc --noEmit",
2023-12-07 21:43:55 +00:00
"test": "jest"
2023-12-02 10:49:17 +00:00
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
2023-12-07 21:43:55 +00:00
"@jest/globals": "^29.7.0",
"@testing-library/dom": "^9.3.3",
"@testing-library/react": "^14.1.2",
"@types/testing-library__jest-dom": "^6.0.0",
2023-12-06 02:11:20 +00:00
"@typescript-eslint/eslint-plugin": "^6.13.2",
"@typescript-eslint/parser": "^6.13.2",
"eslint": "^8.55.0",
2023-12-07 21:43:55 +00:00
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
2023-12-02 10:49:17 +00:00
"parcel": "^2.10.3",
"prettier": "^3.1.0",
"process": "^0.11.10",
2023-12-07 21:43:55 +00:00
"ts-jest": "^29.1.1",
2023-12-02 10:49:17 +00:00
"ts-loader": "^9.5.1",
"typescript": "^5.3.2"
},
"dependencies": {
"@types/node": "^20.10.1",
"@types/react": "^18.2.39",
"@types/react-dom": "^18.2.17",
"react": "^18.2.0",
"react-dom": "^18.2.0"
}
}