forked from korki43/gauth-export
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 1.17 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "gauth-export",
"version": "2.0.2",
"scripts": {
"build": "webpack --mode production",
"dev": "webpack serve --open",
"preversion": "[ \"$(git branch --show-current)\" != \"main\" ] && echo Not on main branch && exit 1 || echo Preversion checks passed",
"version": "sed -i '/Unreleased/a Changes in the upcoming version are documented here.\\n\\n---\\n\\n## v'$npm_package_version'' CHANGELOG.md && git add CHANGELOG.md",
"postversion": "git push && git push --tags"
},
"author": "korki",
"dependencies": {
"@material/button": "^14.0.0",
"@material/textfield": "^14.0.0",
"@material/typography": "^14.0.0",
"otpauth": "^8.0.2",
"protobufjs": "^7.1.0",
"qr-scanner": "^1.4.1"
},
"devDependencies": {
"@types/webpack-env": "^1.18.0",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.7.1",
"html-webpack-plugin": "^5.5.0",
"mini-css-extract-plugin": "^2.6.1",
"sass": "^1.54.6",
"sass-loader": "^13.0.2",
"ts-loader": "^9.03.1",
"typescript": "^4.8.2",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.10.1"
}
}