forked from bennyluk/Sienna-Accessibility-Widget
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1 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
{
"name": "sienna-accessibility",
"version": "1.1",
"description": "Sienna: Accessibility Website Widget",
"main": "./src/entry.ts",
"directories": {
"doc": "docs",
"example": "examples",
"test": "tests"
},
"scripts": {
"dev": "npx webpack --mode=development --watch",
"prod": "npx webpack --mode=production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bennyluk/Sienna-Accessibility-Widget.git"
},
"author": "Benny Luk",
"license": "GNU",
"bugs": {
"url": "https://github.com/bennyluk/Sienna-Accessibility-Widget/issues"
},
"homepage": "https://accessibility-widget.pages.dev/",
"devDependencies": {
"autoprefixer": "^10.4.14",
"css-loader": "^6.7.3",
"html-loader": "^4.2.0",
"html-minifier": "^4.0.0",
"mini-css-extract-plugin": "^2.7.5",
"postcss-loader": "^7.3.0",
"raw-loader": "^4.0.2",
"style-loader": "^3.3.2",
"ts-loader": "^9.4.2",
"typescript": "^5.0.4",
"webpack-cli": "^5.1.4"
}
}