mirror of
https://github.com/billsonnn/nitro-react.git
synced 2024-11-23 14:40:50 +01:00
47 lines
1.4 KiB
JSON
47 lines
1.4 KiB
JSON
{
|
|
"name": "nitro-react",
|
|
"version": "2.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "cross-env BROWSER=none IMAGE_INLINE_SIZE_LIMIT=100000 craco start",
|
|
"build": "cross-env GENERATE_SOURCEMAP=false IMAGE_INLINE_SIZE_LIMIT=100000 craco build",
|
|
"build:prod": "npx browserslist@latest --update-db && yarn build",
|
|
"test": "craco test",
|
|
"eject": "react-scripts eject"
|
|
},
|
|
"dependencies": {
|
|
"@craco/craco": "^6.3.0",
|
|
"@fortawesome/fontawesome-svg-core": "^6.1.0",
|
|
"@fortawesome/free-solid-svg-icons": "^6.1.0",
|
|
"@fortawesome/react-fontawesome": "^0.1.17",
|
|
"@nitrots/nitro-renderer": "^1.1.11",
|
|
"animate.css": "^4.1.1",
|
|
"classnames": "^2.3.1",
|
|
"cross-env": "^7.0.3",
|
|
"emoji-toolkit": "^6.6.0",
|
|
"node-sass": "^6.0.1",
|
|
"react": "^17.0.2",
|
|
"react-bootstrap": "^2.0.0-alpha.2",
|
|
"react-dom": "^17.0.2",
|
|
"react-scripts": "4.0.3",
|
|
"react-slider": "^1.3.1",
|
|
"react-transition-group": "^4.4.2",
|
|
"react-virtualized": "^9.22.3",
|
|
"react-youtube": "^7.13.1",
|
|
"typescript": "^4.3.5"
|
|
},
|
|
"resolutions": {
|
|
"react-error-overlay": "6.0.9"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^12.20.19",
|
|
"@types/react": "^17.0.15",
|
|
"@types/react-dom": "^17.0.9",
|
|
"@types/react-slider": "^1.3.1",
|
|
"@types/react-transition-group": "^4.4.2",
|
|
"@types/react-virtualized": "^9.21.13",
|
|
"@typescript-eslint/eslint-plugin": "^4.29.1",
|
|
"react-error-overlay": "6.0.9"
|
|
}
|
|
}
|