mirror of
https://forge.chapril.org/tykayn/libre-charge-map
synced 2025-10-04 17:04:53 +02:00
icons in socket filter
This commit is contained in:
parent
bb917dfd31
commit
217416234a
10 changed files with 576 additions and 125 deletions
10
package.json
10
package.json
|
@ -11,10 +11,13 @@
|
|||
"babel-jest": "^27.0.2",
|
||||
"jest": "^27.0.3",
|
||||
"jest-html-reporter": "^3.4.1",
|
||||
"sass-migrator": "^2.3.1",
|
||||
"serve": "^14.2.4"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "jest"
|
||||
"test": "jest",
|
||||
"build": "sass styles/main.scss styles/style.css --style compressed",
|
||||
"watch": "sass --watch styles/main.scss:styles/style.css"
|
||||
},
|
||||
"jest": {
|
||||
"transform": {
|
||||
|
@ -31,5 +34,8 @@
|
|||
"json",
|
||||
"node"
|
||||
]
|
||||
},
|
||||
"dependencies": {
|
||||
"sass": "^1.87.0"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue