34 lines
843 B
JSON
34 lines
843 B
JSON
{
|
|
"name": "selector.web",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"description": "",
|
|
"main": "index.ts",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"build": "npx webpack build --config ./webpack.prod.js",
|
|
"devbuild": "npx webpack build --config ./webpack.dev.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/Sarsoo/Selector.git"
|
|
},
|
|
"author": "Sarsoo",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/Sarsoo/Selector/issues"
|
|
},
|
|
"homepage": "https://github.com/Sarsoo/Selector#readme",
|
|
"dependencies": {
|
|
"bootstrap": "^5.1.3"
|
|
},
|
|
"devDependencies": {
|
|
"clean-webpack-plugin": "^4.0.0",
|
|
"ts-loader": "^9.2.6",
|
|
"typescript": "^4.4.4",
|
|
"webpack": "^5.59.1",
|
|
"webpack-cli": "^4.9.1",
|
|
"webpack-merge": "^5.8.0"
|
|
}
|
|
}
|