Files
bodyshop/client/package.json
2019-12-04 10:48:45 -07:00

39 lines
844 B
JSON

{
"name": "bodyshop",
"version": "0.1.0",
"private": true,
"license": "Copyright Snapt Software (C) 2019",
"dependencies": {
"antd": "^3.26.0",
"dotenv": "^8.2.0",
"node-sass": "^4.13.0",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-router-dom": "^5.1.2",
"react-scripts": "3.2.0",
"styled-components": "^4.4.1",
"typeface-roboto": "^0.0.75"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"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"
]
}
}