mirror of
https://github.com/jcreek/SelectionWheel.git
synced 2026-07-12 18:53:45 +00:00
56 lines
1.6 KiB
JSON
56 lines
1.6 KiB
JSON
{
|
|
"name": "SelectionWheel",
|
|
"version": "1.4.1",
|
|
"description": "A fun and simple selection wheel.",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"build": "webpack --config webpack.prod.js",
|
|
"dev": "webpack serve --hot --config webpack.dev.js",
|
|
"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",
|
|
"file-loader": "^6.2.0",
|
|
"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",
|
|
"webpack-webmanifest-loader": "^2.0.2",
|
|
"workbox-cli": "^6.5.4"
|
|
},
|
|
"dependencies": {
|
|
"@fireworks-js/web": "^2.5.1",
|
|
"@types/d3": "^7.4.0",
|
|
"d3": "^7.6.1",
|
|
"fireworks-js": "^2.5.1",
|
|
"html-webpack-plugin": "^5.5.0",
|
|
"react-dev-utils": "^12.0.1",
|
|
"webpack-manifest-plugin": "^5.0.0",
|
|
"webpack-merge": "^5.8.0",
|
|
"workbox-navigation-preload": "^6.5.4",
|
|
"workbox-precaching": "^6.5.4",
|
|
"workbox-routing": "^6.5.4",
|
|
"workbox-strategies": "^6.5.4",
|
|
"workbox-webpack-plugin": "^6.5.4"
|
|
}
|
|
}
|