mirror of
https://github.com/jcreek/SelectionWheel.git
synced 2026-07-12 18:53:45 +00:00
40 lines
1.1 KiB
JSON
40 lines
1.1 KiB
JSON
{
|
|
"name": "SelectionWheel",
|
|
"version": "1.0.0",
|
|
"description": "A fun and simple selection wheel.",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"build": "webpack",
|
|
"dev": "webpack serve",
|
|
"lint": "eslint --ignore-path .eslintignore --ext .js,.ts ."
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/jcreek/SelectionWheel"
|
|
},
|
|
"keywords": [],
|
|
"author": "jcreek",
|
|
"license": "GNU General Public License v3.0",
|
|
"devDependencies": {
|
|
"@babel/core": "^7.18.5",
|
|
"@babel/preset-env": "^7.18.2",
|
|
"@babel/preset-typescript": "^7.17.12",
|
|
"@typescript-eslint/eslint-plugin": "^5.28.0",
|
|
"@typescript-eslint/parser": "^5.28.0",
|
|
"babel-loader": "^8.2.5",
|
|
"css-loader": "^6.7.1",
|
|
"eslint": "^8.17.0",
|
|
"eslint-config-airbnb-base": "^15.0.0",
|
|
"eslint-plugin-import": "^2.26.0",
|
|
"html-webpack-plugin": "^5.5.0",
|
|
"react-dev-utils": "^12.0.1",
|
|
"sass": "^1.52.3",
|
|
"sass-loader": "^13.0.0",
|
|
"style-loader": "^3.3.1",
|
|
"typescript": "^4.7.3",
|
|
"webpack": "^5.73.0",
|
|
"webpack-cli": "^4.10.0",
|
|
"webpack-dev-server": "^4.9.2"
|
|
}
|
|
}
|