-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.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": "cas-fe-accessibility-demos",
"version": "1.0.0",
"description": "Demos for CAS frontend engineering accessibility lecture",
"scripts": {
"start": "browser-sync --watch --no-ghost-mode & rollup --config --watch",
"build": "rollup --config",
"lint": "prettier --write .",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cas-fe/Accessibility.git"
},
"author": "Thomas Jaggi <[email protected]> (https://responsive.ch)",
"contributors": [
"Werner Hänggi <[email protected]>"
],
"license": "ISC",
"dependencies": {
"@mdi/font": "^5.9.55",
"a11y-dialog": "^5.4.2",
"vue": "^2.6.12",
"vuetify": "^2.4.3"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^17.1.0",
"@rollup/plugin-node-resolve": "^11.1.1",
"@rollup/plugin-replace": "^2.3.4",
"browser-sync": "^2.26.14",
"postcss": "^8.2.4",
"postcss-inline": "^1.2.0",
"postcss-url": "^10.1.1",
"prettier": "^2.2.1",
"rollup": "^2.38.3",
"rollup-plugin-postcss": "^4.0.0"
}
}