Files
old-roraccounting/client/package.json

36 lines
740 B
JSON
Raw Normal View History

2019-06-20 20:48:19 +02:00
{
"name": "client",
"version": "0.1.0",
"private": true,
2019-06-22 06:39:40 +02:00
"proxy": "http://localhost:3001",
2019-06-20 20:48:19 +02:00
"dependencies": {
2019-06-23 19:38:26 +02:00
"axios": "^0.19.0",
"materialize-css": "^1.0.0",
2019-06-20 20:48:19 +02:00
"react": "^16.8.6",
"react-dom": "^16.8.6",
2019-06-23 19:38:26 +02:00
"react-materialize": "^3.3.1",
2019-06-20 20:48:19 +02:00
"react-scripts": "3.0.1"
},
"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"
]
}
}