1
Fork 0
mirror of https://github.com/Steffo99/unisteffo.git synced 2024-11-24 17:04:20 +00:00
triennale-appunti-steffo/package.json

53 lines
2 KiB
JSON
Raw Normal View History

2019-11-07 10:22:09 +00:00
{
"name": "appuntiweb",
"version": "0.10.6",
2020-03-01 20:25:46 +00:00
"license": "AGPL-3.0-or-later",
"description": "[Old] A website with everything I use to prepare for university exams",
2020-09-01 16:50:05 +00:00
"private": false,
"repository": "https://github.com/Steffo99/appuntiweb-alpha",
2020-09-01 16:50:05 +00:00
"files": [
"src/**/*"
],
"source": "src/index.js",
"directories": {
"lib": "src"
},
2019-11-07 10:22:09 +00:00
"scripts": {
2020-06-18 17:46:40 +00:00
"start": "preact watch --template src/template.html",
2020-09-01 16:50:05 +00:00
"build": "echo \"Building the package...\" && preact build --template src/template.html --no-prerender --dest docs && git add docs",
"github": "echo \"Publishing to GitHub...\" && git add . && cross-env-shell git commit -m \"$npm_package_version\" && git push && cross-env-shell hub release create -m \"$npm_package_version\" \"$npm_package_version\"",
"sentry": "echo \"Sending data to Sentry...\" && cross-env-shell sentry-cli releases set-commits \"$npm_package_version\" --auto && cross-env-shell sentry-cli releases deploys \"$npm_package_version\" new --env production -n \"gh-pages\"",
"all": "npm run -s build && npm run -s github && npm publish && npm run -s sentry"
2019-11-07 10:22:09 +00:00
},
"devDependencies": {
"@sentry/webpack-plugin": "^1.14.0",
"cross-env": "^7.0.3",
"preact-cli": "^3.0.5"
2019-11-07 10:22:09 +00:00
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.34",
"@fortawesome/free-brands-svg-icons": "^5.15.2",
"@fortawesome/free-regular-svg-icons": "^5.15.2",
"@fortawesome/free-solid-svg-icons": "^5.15.2",
"@fortawesome/react-fontawesome": "^0.1.14",
"@sentry/browser": "^5.30.0",
"@sentry/integrations": "^5.30.0",
"bluelib": "^0.16.1",
2020-11-14 21:05:06 +00:00
"chart.js": "^2.9.4",
2020-07-03 01:23:03 +00:00
"css-loader": "^3.6.0",
2020-06-29 13:45:09 +00:00
"file-loader": "^5.1.0",
2020-03-01 20:25:46 +00:00
"history": "^4.10.1",
"less": "^3.13.1",
2020-03-11 11:37:34 +00:00
"less-loader": "^5.0.0",
2020-06-29 13:45:09 +00:00
"path-browserify": "^1.0.1",
"preact": "^10.5.12",
2020-11-14 21:05:06 +00:00
"preact-render-to-string": "^5.1.12",
2020-03-01 20:25:46 +00:00
"preact-router": "^3.2.1",
2020-06-29 13:45:09 +00:00
"process": "^0.11.10",
2020-11-14 21:05:06 +00:00
"react-chartjs-2": "^2.11.1",
2020-06-29 13:45:09 +00:00
"react-markdown": "^4.3.1",
"react-simplemde-editor": "^4.1.0",
2020-10-14 01:52:39 +00:00
"style-loader": "^1.3.0"
2019-11-07 10:22:09 +00:00
}
2019-11-10 15:38:54 +00:00
}