-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 1.11 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
{
"name": "@travelopia/web-components",
"version": "0.7.2",
"description": "Accessible web components for the modern web",
"files": [
"dist"
],
"scripts": {
"build": "webpack --config ./webpack.config.js --mode production --env=production",
"dev": "webpack --config ./webpack.config.js --mode production --env=development --watch",
"lint": "eslint src"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Travelopia/web-components.git"
},
"author": "Travelopia Team",
"license": "MIT",
"bugs": {
"url": "https://github.com/Travelopia/web-components/issues"
},
"homepage": "https://github.com/Travelopia/web-components#readme",
"devDependencies": {
"@travelopia/eslint-plugin-wordpress-coding-standards": "^1.0.0",
"css-loader": "^6.8.1",
"mini-css-extract-plugin": "^2.7.6",
"postcss-loader": "^7.3.3",
"sass": "^1.69.5",
"sass-loader": "^13.3.2",
"ts-loader": "^9.5.0",
"typescript": "^5.2.2",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4",
"webpack-notifier": "^1.15.0"
},
"types": "./dist/declarations.d.ts"
}