cg-select/package.json

54 lines
1.4 KiB
JSON
Raw Normal View History

{
2022-12-21 17:52:54 +03:00
"name": "cg-select",
2023-04-12 15:26:52 +03:00
"version": "0.3.11",
2023-02-20 21:02:04 +03:00
"source": "index.js",
2023-04-12 15:26:52 +03:00
"main": "dist/main.js",
2022-12-23 18:58:26 +03:00
"description": "Feature rich Select control for React/JS with multiselect, autocomplete and styling",
"author": {
"name": "CraftGroup",
"url": "https://github.com/apuc/"
},
"homepage": "https://cg-select.itguild.info",
"scripts": {
2023-03-31 14:51:02 +03:00
"start": "npx webpack-dev-server --mode development",
"dev": "npx webpack --mode development",
"build": "npx webpack --mode production"
},
"repository": {
"type": "git",
2022-12-23 18:58:26 +03:00
"url": "git+https://github.com/apuc/cg-select.git"
},
"license": "ISC",
"bugs": {
2022-12-23 18:58:26 +03:00
"url": "https://github.com/apuc/cg-select/issues"
},
"devDependencies": {
2023-04-06 15:14:30 +03:00
"@babel/core": "^7.21.4",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/preset-env": "^7.21.4",
"@babel/preset-typescript": "^7.21.4",
"@types/prettier": "^2.7.2",
"babel-loader": "^9.1.2",
"css-loader": "^6.7.3",
"html-webpack-plugin": "^5.5.0",
2022-12-29 17:15:19 +03:00
"jsdoc": "^4.0.0",
2023-03-31 14:51:02 +03:00
"prettier": "^2.7.1",
"sass": "^1.60.0",
"sass-loader": "^13.2.2",
2023-04-06 15:14:30 +03:00
"style-loader": "^3.3.2",
2023-03-31 14:51:02 +03:00
"ts-loader": "^9.4.2",
"typedoc": "^0.23.28",
"typescript": "^5.0.2",
2023-04-06 15:14:30 +03:00
"webpack": "^5.77.0",
2023-03-31 14:51:02 +03:00
"webpack-cli": "^5.0.1",
2023-04-06 15:14:30 +03:00
"webpack-dev-server": "^4.13.2"
2022-12-23 18:58:26 +03:00
},
"keywords": [
"select",
"autocomplete",
"dropdown",
"multiselect",
"tag"
]
2022-11-14 12:23:18 +03:00
}