dijkstra-frontend/package.json

43 lines
1010 B
JSON
Raw Permalink Normal View History

2020-02-09 11:09:49 +00:00
{
"name": "dijkstra-frontend",
2020-10-12 09:42:04 +00:00
"homepage": "http://dijkstra.ruihildt.xyz",
2020-02-09 11:09:49 +00:00
"version": "0.1.0",
"private": true,
"dependencies": {
2020-10-07 21:27:30 +00:00
"@ant-design/icons": "^4.2.2",
2020-02-09 11:09:49 +00:00
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
2020-10-07 21:27:30 +00:00
"antd": "^4.6.6",
"axios": "^0.19.2",
2020-10-07 21:27:30 +00:00
"react": "^16.13.1",
2020-02-09 11:09:49 +00:00
"react-dom": "^16.12.0",
"react-router-dom": "^5.1.2",
2020-08-16 17:26:20 +00:00
"react-scripts": "^3.4.3",
"react-sigma": "^1.2.34",
2020-10-07 21:27:30 +00:00
"react-svgmt": "^1.1.11",
"styled-components": "^5.0.1"
2020-02-09 11:09:49 +00:00
},
"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"
]
}
}