-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 990 Bytes
/
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
{
"name": "@almunnings/dvb",
"private": true,
"type": "module",
"version": "0.0.5",
"scripts": {
"dev": "vite",
"build": "vite build"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.5.1",
"@fortawesome/free-regular-svg-icons": "^6.5.1",
"@fortawesome/free-solid-svg-icons": "^6.5.1",
"accessible-submenu": "^1.0.2",
"bootstrap": "^5.3.2",
"hamburgers": "^1.2.1"
},
"devDependencies": {
"@almunnings/eslint-config": "^0.0.6",
"autoprefixer": "^10.4.17",
"sass": "^1.70.0",
"vite": "^5.0.12",
"vite-plugin-eslint": "^1.8.1",
"vite-plugin-externals": "^0.6.2",
"vite-plugin-live-reload": "^3.0.3"
},
"eslintConfig": {
"extends": [
"@almunnings/eslint-config/drupal"
],
"ignorePatterns": [
"vite.config.js"
],
"root": true
},
"stylelint": {
"extends": [
"@almunnings/eslint-config/style"
]
},
"prettier": "@almunnings/eslint-config/prettier"
}