mirror of
https://github.com/tappollo/booster_site.git
synced 2026-01-12 15:34:30 +08:00
48 lines
1.1 KiB
JSON
48 lines
1.1 KiB
JSON
{
|
|
"name": "booster",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"homepage": "http://tappollo.github.com/booster_site",
|
|
"dependencies": {
|
|
"@types/jest": "25.2.3",
|
|
"@types/node": "14.0.5",
|
|
"@types/react": "16.9.35",
|
|
"@types/react-dom": "16.9.8",
|
|
"@types/styled-components": "^5.1.0",
|
|
"lottie-web": "^5.6.10",
|
|
"react": "^16.13.1",
|
|
"react-dom": "^16.13.1",
|
|
"react-responsive": "^8.0.3",
|
|
"react-scripts": "3.4.1",
|
|
"styled-components": "^5.1.1",
|
|
"typescript": "3.9.3"
|
|
},
|
|
"scripts": {
|
|
"start": "react-scripts start",
|
|
"build": "react-scripts build",
|
|
"test": "react-scripts test",
|
|
"eject": "react-scripts eject",
|
|
"predeploy": "yarn build",
|
|
"deploy": "gh-pages -d build"
|
|
},
|
|
"eslintConfig": {
|
|
"extends": "react-app"
|
|
},
|
|
"browserslist": {
|
|
"production": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not op_mini all"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version"
|
|
]
|
|
},
|
|
"devDependencies": {
|
|
"gh-pages": "^2.2.0",
|
|
"prettier": "^2.0.5"
|
|
}
|
|
}
|