mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-25 10:01:30 -04:00
20 lines
477 B
JSON
20 lines
477 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"
|
|
}
|
|
}
|