nitro-react/package.json

41 lines
1.2 KiB
JSON
Raw Normal View History

{
"name": "nitro-react",
"version": "0.1.0",
"private": true,
2021-09-16 09:36:29 +02:00
"scripts": {
2021-09-17 05:16:54 +02:00
"start": "craco start",
"build": "craco --max_old_space_size=8048 build",
2022-01-04 08:38:42 +01:00
"build:prod": "npx browserslist@latest --update-db && yarn install && yarn build",
2021-09-17 05:16:54 +02:00
"test": "craco test",
2021-09-16 09:36:29 +02:00
"eject": "react-scripts eject"
},
"dependencies": {
2021-09-17 05:16:54 +02:00
"@craco/craco": "^6.3.0",
2021-12-04 07:25:47 +01:00
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@fortawesome/react-fontawesome": "^0.1.16",
2022-03-15 09:56:28 +01:00
"@nitrots/nitro-renderer": "^1.1.6",
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",
2021-12-12 00:00:38 +01:00
"node-sass": "^6.0.1",
"react": "^17.0.2",
2021-06-22 11:52:47 +02:00
"react-bootstrap": "^2.0.0-alpha.2",
"react-dom": "^17.0.2",
"react-scripts": "4.0.3",
2021-07-16 19:18:02 +02:00
"react-slider": "^1.3.1",
"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",
2021-12-13 08:08:20 +01:00
"typescript": "^4.3.5"
},
2021-04-15 08:22:40 +02:00
"devDependencies": {
2021-08-06 05:43:59 +02:00
"@types/node": "^12.20.19",
"@types/react": "^17.0.15",
"@types/react-dom": "^17.0.9",
2021-07-16 19:18:02 +02:00
"@types/react-slider": "^1.3.1",
2021-08-15 06:54:17 +02:00
"@types/react-transition-group": "^4.4.2",
2021-08-16 08:00:31 +02:00
"@types/react-virtualized": "^9.21.13",
"@typescript-eslint/eslint-plugin": "^4.29.1"
}
}