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

86 行
2.7 KiB
JSON
Raw パーマリンク 通常表示 履歴

2021-08-03 15:34:15 +09:00
{
2022-01-04 15:58:52 +09:00
"name": "KIKI",
"author": "Chankan, Technical, Dragon",
"licence": "MIT",
"version": "1.0.0",
"private": false,
2021-12-31 18:17:20 +09:00
"browserslist": {
"production": [
2021-12-31 19:59:09 +09:00
">0.2%",
"not dead",
"not op_mini all"
2021-12-31 18:17:20 +09:00
],
"development": [
2021-12-31 19:59:09 +09:00
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
2021-12-31 18:17:20 +09:00
]
},
2021-08-03 15:34:15 +09:00
"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",
2021-11-25 05:56:15 +09:00
"production": "mix --production",
"compile": "run-p compile:*",
"compile:sass": "sass src/scss:dist --update --embed-sources && npm run postcss"
2021-08-03 15:34:15 +09:00
},
2021-09-29 23:38:39 +09:00
"dependencies": {
"@emotion/react": "^11.7.1",
"@emotion/styled": "^11.6.0",
"@fontsource/nunito": "^4.5.1",
2021-09-29 23:38:39 +09:00
"@material-ui/core": "^5.0.0-beta.1",
"@material-ui/lab": "^5.0.0-alpha.40",
"@material-ui/styles": "^5.0.0-beta.1",
2021-12-16 04:58:59 +09:00
"@mui/icons-material": "^5.2.4",
2022-01-04 15:58:52 +09:00
"@mui/material": "^5.2.7",
2021-12-21 08:35:53 +09:00
"@react-pdf-viewer/core": "^3.0.0",
"@react-pdf-viewer/default-layout": "^3.0.0",
2022-01-15 15:43:21 +09:00
"copy-to-clipboard": "^3.3.1",
2021-12-31 19:59:09 +09:00
"date-fns": "^2.28.0",
2021-12-26 15:31:27 +09:00
"es7-shim": "^6.0.0",
2021-09-29 23:38:39 +09:00
"history": "^5.0.0",
2021-10-05 00:35:47 +09:00
"moment": "^2.29.1",
2022-01-14 20:09:11 +09:00
"pdfjs-dist": "^2.10.377",
2021-09-29 23:38:39 +09:00
"prop-types": "^15.7.2",
"react": "^17.0.2",
2022-01-06 05:43:21 +09:00
"react-cookie": "^4.1.1",
2021-10-05 00:35:47 +09:00
"react-datepicker": "^4.2.1",
2021-09-29 23:38:39 +09:00
"react-dom": "^17.0.2",
"react-infinite-scroll-component": "^6.1.0",
2022-01-14 18:29:19 +09:00
"react-pdf": "^5.4.0",
2022-01-04 15:58:52 +09:00
"react-router-dom": "^6.2.1",
2022-01-15 15:43:21 +09:00
"react-scripts": "^5.0.0",
"save": "^2.4.0"
2021-09-29 23:38:39 +09:00
},
2021-08-03 15:34:15 +09:00
"devDependencies": {
2022-01-04 15:58:52 +09:00
"@babel/core": "^7.16.7",
2021-09-29 23:38:39 +09:00
"@babel/eslint-parser": "^7.14.7",
2022-01-04 15:58:52 +09:00
"@babel/preset-react": "^7.16.7",
"axios": "^0.21.4",
2021-12-31 23:34:51 +09:00
"babel-loader": "^8.2.3",
2021-12-26 15:31:27 +09:00
"babel-preset-es2015-loose": "^8.0.0",
2021-09-29 23:38:39 +09:00
"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",
2022-01-04 15:58:52 +09:00
"eslint-plugin-import": "^2.25.4",
2021-09-29 23:38:39 +09:00
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-react": "^7.26.1",
2021-09-29 23:38:39 +09:00
"eslint-plugin-react-hooks": "^4.2.0",
2021-12-31 23:34:51 +09:00
"laravel-mix": "^6.0.39",
2021-08-03 15:34:15 +09:00
"lodash": "^4.17.19",
2021-09-29 23:38:39 +09:00
"popper.js": "^1.12",
"postcss": "^8.3.9",
2021-09-29 23:38:39 +09:00
"prettier": "^2.3.1",
"resolve-url-loader": "^3.1.2",
2022-01-04 15:58:52 +09:00
"sass": "^1.45.2",
2021-09-29 23:38:39 +09:00
"sass-loader": "^8.0.0"
2021-08-03 15:34:15 +09:00
}
}