mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-02-17 16:00:32 -05:00
26 lines
598 B
JSON
26 lines
598 B
JSON
{
|
|
"name": "@freecodecamp/dashboard-client",
|
|
"private": true,
|
|
"dependencies": {
|
|
"react": "^16.6.3",
|
|
"react-dom": "^16.6.3",
|
|
"react-scripts": "2.1.1",
|
|
"styled-components": "^4.1.1"
|
|
},
|
|
"scripts": {
|
|
"start": "react-scripts start",
|
|
"build": "react-scripts build && rm build/static/js/*.map && rm build/static/css/*.map",
|
|
"test": "react-scripts test",
|
|
"eject": "react-scripts eject"
|
|
},
|
|
"eslintConfig": {
|
|
"extends": "react-app"
|
|
},
|
|
"browserslist": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not ie <= 11",
|
|
"not op_mini all"
|
|
]
|
|
}
|