-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.39 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
48
49
50
51
52
53
{
"private": true,
"name": "birkan",
"version": "0.2",
"description": "Bacon or beercan or Birkan‽",
"license": "AGPL-3.0-or-later",
"author": {
"name": "Oskar Joelson",
"email": "[email protected]",
"url": "https://github.com/fiskhandlarn"
},
"repository": {
"type": "git",
"url": "https://github.com/fiskhandlarn/birkan"
},
"homepage": "https://github.com/fiskhandlarn/birkan#readme",
"bugs": {
"url": "https://github.com/fiskhandlarn/birkan/issues"
},
"scripts": {
"build": "vite build",
"pa11y": "pa11y-ci",
"serve": "http-server"
},
"devDependencies": {
"@amatlash/vite-plugin-stylelint": "^1.2.0",
"@babel/polyfill": "^7.12.1",
"@beyonk/gdpr-cookie-consent-banner": "^9.0.3",
"@fiskhandlarn/revenge.css": "^1.0.5",
"bootstrap-reboot": "^4.5.6",
"browserslist": "^4.19.1",
"http-server": "^14.1.0",
"import-glob-loader": "^1.1.0",
"node-sass-glob-importer": "^5.3.2",
"postcss": "^8.4.6",
"sass": "^1.49.7",
"sass-lint": "^1.13.1",
"sass-loader": "^12.4.0",
"sass-rem": "^3.0.0",
"stylelint": "^14.5.0",
"stylelint-config-standard": "^25.0.0",
"stylelint-order": "^5.0.0",
"stylelint-rscss": "^0.4.0",
"stylelint-scss": "^4.1.0",
"vite": "^2.8.1",
"vite-plugin-favicon": "^1.0.8"
},
"browserslist": [
">0.25%",
"not ie 11",
"not op_mini all"
]
}