wochenbericht-manager/package.json

29 lines
746 B
JSON

{
"name": "wochenbericht-manager",
"version": "0.2.0",
"private": true,
"dependencies": {
"axios": "^0.18.0",
"chance": "^1.0.16",
"jspdf": "^1.4.1",
"moment": "^2.22.2",
"nunjucks": "^3.1.3",
"random-weighted-choice": "^0.1.3",
"rc-tabs": "^9.3.1",
"react": "^16.4.1",
"react-dom": "^16.4.1",
"react-infinite-calendar": "^2.3.1",
"react-router-dom": "^4.3.1",
"react-scripts": "1.1.4",
"shuffle-array": "^1.0.1",
"sql.js": "^0.5.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"less": "npx less-watch-compiler ./src_less ./public/ main.less"
}
}