nitro-react/package.json

58 lines
1.9 KiB
JSON
Raw Normal View History

{
"name": "nitro-react",
2022-08-04 04:18:46 +02:00
"version": "2.1.0",
2022-03-18 18:41:17 +01:00
"homepage": ".",
"private": true,
2021-09-16 09:36:29 +02:00
"scripts": {
2022-07-25 17:45:51 +02:00
"start": "cross-env SKIP_PREFLIGHT_CHECK=true BROWSER=none IMAGE_INLINE_SIZE_LIMIT=100000 craco --openssl-legacy-provider start",
"build": "cross-env SKIP_PREFLIGHT_CHECK=true GENERATE_SOURCEMAP=false IMAGE_INLINE_SIZE_LIMIT=100000 craco --openssl-legacy-provider build",
2022-03-15 20:11:57 +01:00
"build:prod": "npx browserslist@latest --update-db && yarn build",
2021-09-17 05:16:54 +02:00
"test": "craco test",
2022-04-01 19:33:08 +02:00
"eject": "react-scripts eject",
"eslint": "eslint src --ext .ts,.tsx"
2021-09-16 09:36:29 +02:00
},
"dependencies": {
2022-07-25 17:45:51 +02:00
"@craco/craco": "^6.4.5",
"@fortawesome/fontawesome-svg-core": "^6.1.1",
"@fortawesome/free-solid-svg-icons": "^6.1.1",
"@fortawesome/react-fontawesome": "^0.2.0",
2022-08-04 04:07:23 +02:00
"@nitrots/nitro-renderer": "^1.3.4",
2021-08-31 22:41:01 +02:00
"animate.css": "^4.1.1",
2021-04-19 18:34:31 +02:00
"classnames": "^2.3.1",
2022-03-15 21:56:15 +01:00
"cross-env": "^7.0.3",
2022-03-17 13:00:56 +01:00
"emoji-toolkit": "^6.6.0",
2022-07-25 17:45:51 +02:00
"react": "^18.2.0",
2022-03-28 00:44:18 +02:00
"react-bootstrap": "^2.2.2",
2022-07-25 17:45:51 +02:00
"react-dom": "^18.2.0",
"react-scripts": "4.0.3",
2022-04-01 23:08:50 +02:00
"react-slider": "^2.0.0",
2021-07-16 19:18:02 +02:00
"react-transition-group": "^4.4.2",
2021-08-11 02:47:16 +02:00
"react-virtualized": "^9.22.3",
2021-09-20 10:02:51 +02:00
"react-youtube": "^7.13.1",
2022-07-13 05:56:02 +02:00
"sass": "^1.53.0",
2022-03-27 18:05:35 +02:00
"typescript": "^4.3.5",
2022-07-25 17:45:51 +02:00
"use-between": "^1.3.4"
},
2022-03-16 09:43:52 +01:00
"resolutions": {
2022-07-30 03:40:38 +02:00
"react-error-overlay": "6.0.9",
2022-07-25 17:45:51 +02:00
"@types/react": "^18.0.15",
"@types/react-dom": "^18.0.6"
2022-03-16 09:43:52 +01:00
},
2021-04-15 08:22:40 +02:00
"devDependencies": {
2022-07-25 17:45:51 +02:00
"@types/node": "^18.6.1",
"@types/react": "^18.0.15",
"@types/react-dom": "^18.0.6",
2021-07-16 19:18:02 +02:00
"@types/react-slider": "^1.3.1",
2022-07-25 17:45:51 +02:00
"@types/react-transition-group": "^4.4.5",
"@types/react-virtualized": "^9.21.21",
"@typescript-eslint/eslint-plugin": "^5.30.7",
"@typescript-eslint/parser": "^5.30.7",
"eslint": "^8.20.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.6.0",
"eslint-plugin-react": "^7.30.1",
"eslint-plugin-react-hooks": "^4.6.0",
2022-03-16 09:43:52 +01:00
"react-error-overlay": "6.0.9"
}
}