-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
45 lines (45 loc) · 1.33 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
{
"name": "sttm-chromecast",
"version": "1.0.0",
"description": "Chromecast receiver app for SikhiToTheMax",
"scripts": {
"build": "webpack",
"test": "run-p -cs test:*",
"test:lint": "run-p -cls test:lint:*",
"test:lint:css": "stylelint \"src/scss/*.scss\" --syntax scss",
"test:lint:html": "htmlhint src",
"test:lint:js": "eslint src/js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/khalisfoundation/sttm-chromecast.git"
},
"keywords": [
"sikhitothemax"
],
"author": "Khalis Foundation <techsupport@khalisfoundation.org>",
"license": "OSL-3.0",
"bugs": {
"url": "https://github.com/khalisfoundation/sttm-chromecast/issues"
},
"homepage": "https://github.com/khalisfoundation/sttm-chromecast#readme",
"devDependencies": {
"css-loader": "^6.7.3",
"eslint": "^8.31.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.26.0",
"mini-css-extract-plugin": "^2.7.2",
"file-loader": "^6.2.0",
"html-loader": "^4.2.0",
"html-webpack-plugin": "^5.5.0",
"htmlhint": "^1.1.4",
"node-sass": "^8.0.0",
"npm-run-all": "^4.1.5",
"sass-loader": "^13.2.0",
"stylelint": "^14.16.1",
"stylelint-config-standard": "^29.0.0",
"stylelint-order": "^5.0.0",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.1"
}
}