38 lines
1.1 KiB
JSON
38 lines
1.1 KiB
JSON
{
|
|
"name": "frontend",
|
|
"version": "0.1.0",
|
|
"description": "mCaptcha/guard frontend",
|
|
"main": "index.js",
|
|
"repository": "https://github.com/mCaptcha/guard",
|
|
"author": "Aravinth Manivannan <realaravinth@batsense.net>",
|
|
"license": "AGPLv3 or above",
|
|
"scripts": {
|
|
"start": "tsc templates/index.ts && webpack --config webpack.dev.js",
|
|
"tsc": "tsc templates/index.ts",
|
|
"build": "webpack --config webpack.prod.js"
|
|
},
|
|
"private": true,
|
|
"devDependencies": {
|
|
"css-loader": "^2.1.0",
|
|
"file-loader": "^3.0.1",
|
|
"html-loader": "^0.5.5",
|
|
"html-webpack-plugin": "^3.2.0",
|
|
"mini-css-extract-plugin": "^0.5.0",
|
|
"node-sass": "^4.11.0",
|
|
"optimize-css-assets-webpack-plugin": "^5.0.1",
|
|
"sass-loader": "^7.1.0",
|
|
"style-loader": "^0.23.1",
|
|
"ts-loader": "^9.1.1",
|
|
"typescript": "^4.2.4",
|
|
"webpack": "^4.29.6",
|
|
"webpack-cli": "^3.2.3",
|
|
"webpack-dev-server": "^3.2.1",
|
|
"webpack-merge": "^4.2.1"
|
|
},
|
|
"dependencies": {
|
|
"@babel/core": "^7.0.0",
|
|
"babel-loader": "^8.2.2",
|
|
"clean-webpack-plugin": "^2.0.0",
|
|
"loader-utils": "^2.0.0"
|
|
}
|
|
}
|