このリポジトリは2023-09-09にアーカイブされています。 ファイルの閲覧とクローンは可能ですが、プッシュ、イシューの作成、プルリクエストはできません。
kikikan/backend/package.json

86 行
2.7 KiB
JSON

{
"name": "KIKI",
"author": "Chankan, Technical, Dragon",
"licence": "MIT",
"version": "1.0.0",
"private": false,
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"scripts": {
"dev": "npm run development",
"development": "mix",
"watch": "mix watch",
"watch-poll": "mix watch -- --watch-options-poll=1000",
"hot": "mix watch --hot",
"prod": "npm run production",
"production": "mix --production",
"compile": "run-p compile:*",
"compile:sass": "sass src/scss:dist --update --embed-sources && npm run postcss"
},
"dependencies": {
"@emotion/react": "^11.7.1",
"@emotion/styled": "^11.6.0",
"@fontsource/nunito": "^4.5.1",
"@material-ui/core": "^5.0.0-beta.1",
"@material-ui/lab": "^5.0.0-alpha.40",
"@material-ui/styles": "^5.0.0-beta.1",
"@mui/icons-material": "^5.2.4",
"@mui/material": "^5.2.7",
"@react-pdf-viewer/core": "^3.0.0",
"@react-pdf-viewer/default-layout": "^3.0.0",
"copy-to-clipboard": "^3.3.1",
"date-fns": "^2.28.0",
"es7-shim": "^6.0.0",
"history": "^5.0.0",
"moment": "^2.29.1",
"pdfjs-dist": "^2.10.377",
"prop-types": "^15.7.2",
"react": "^17.0.2",
"react-cookie": "^4.1.1",
"react-datepicker": "^4.2.1",
"react-dom": "^17.0.2",
"react-infinite-scroll-component": "^6.1.0",
"react-pdf": "^5.4.0",
"react-router-dom": "^6.2.1",
"react-scripts": "^5.0.0",
"save": "^2.4.0"
},
"devDependencies": {
"@babel/core": "^7.16.7",
"@babel/eslint-parser": "^7.14.7",
"@babel/preset-react": "^7.16.7",
"axios": "^0.21.4",
"babel-loader": "^8.2.3",
"babel-preset-es2015-loose": "^8.0.0",
"bootstrap": "^4.0.0",
"eslint": "^7.31.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-prettier": "^8.3.0",
"eslint-config-react-app": "^6.0.0",
"eslint-plugin-flowtype": "^5.8.1",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-react": "^7.26.1",
"eslint-plugin-react-hooks": "^4.2.0",
"laravel-mix": "^6.0.39",
"lodash": "^4.17.19",
"popper.js": "^1.12",
"postcss": "^8.3.9",
"prettier": "^2.3.1",
"resolve-url-loader": "^3.1.2",
"sass": "^1.45.2",
"sass-loader": "^8.0.0"
}
}