-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.41 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "@19h47/radiogroup",
"version": "7.0.4",
"description": "Custom radios elements with accessibility in mind",
"keywords": [
"radio",
"radios",
"radiogroup",
"ES6"
],
"homepage": "https://github.com/19h47/19h47-radiogroup#readme",
"bugs": {
"url": "https://github.com/19h47/19h47-radiogroup/issues"
},
"repository": {
"type": "git",
"url": "git://github.com/19h47/19h47-radiogroup.git"
},
"license": "ISC",
"author": "Jérémy Levron <[email protected]> (https://19h47.fr)",
"main": "dist/main.js",
"scripts": {
"deploy": "npm login && npm run build && npm publish",
"dev": "webpack --mode=development --config webpack/webpack.config.js",
"build": "webpack --mode=production --config webpack/webpack.config.js",
"serve": "webpack-dev-server --mode=development --hot --config webpack/webpack.config.js"
},
"devDependencies": {
"@19h47/prettier-config": "^2.0.0",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^12.0.2",
"eslint": "^8.57.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-webpack": "^0.13.8",
"eslint-plugin-import": "^2.29.1",
"eslint-webpack-plugin": "^4.1.0",
"html-webpack-plugin": "^5.6.0",
"ts-loader": "^9.5.1",
"typescript": "^5.4.3",
"webpack": "^5.91.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.0.4",
"webpack-merge": "^5.10.0",
"webpack-notifier": "^1.15.0"
}
}