38 lines
848 B
JSON
38 lines
848 B
JSON
{
|
|
"name": "pupil",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@types/jest": "24.0.11",
|
|
"@types/lokijs": "^1.5.2",
|
|
"@types/node": "11.13.8",
|
|
"@types/rc-tree": "^1.11.3",
|
|
"@types/react": "16.8.14",
|
|
"@types/react-dom": "16.8.4",
|
|
"@types/react-router-dom": "^4.3.1",
|
|
"lokijs": "^1.5.6",
|
|
"query-string": "^6.4.2",
|
|
"rc-tree": "^2.0.0",
|
|
"react": "^16.8.6",
|
|
"react-dom": "^16.8.6",
|
|
"react-router-dom": "^5.0.0",
|
|
"react-scripts": "3.0.0",
|
|
"typescript": "3.4.5"
|
|
},
|
|
"scripts": {
|
|
"start": "react-scripts start",
|
|
"build": "react-scripts build",
|
|
"test": "react-scripts test",
|
|
"eject": "react-scripts eject"
|
|
},
|
|
"eslintConfig": {
|
|
"extends": "react-app"
|
|
},
|
|
"browserslist": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not ie <= 11",
|
|
"not op_mini all"
|
|
]
|
|
}
|