-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.63 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
{
"name": "pasdoc-opc-theme",
"version": "1.0.0",
"description": "A modern and sleek PasDoc theme for the 21st century",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint .",
"format": "prettier --write '**/*.{js,svelte,scss}'",
"stylelint": "stylelint '**/*.scss'",
"build": "webpack",
"build:prod": "webpack --mode production",
"watch": "webpack --watch"
},
"repository": {
"type": "git",
"url": "https://github.com/ObjectPascal-Community/pasdoc-opc-theme.git"
},
"keywords": [
"theme",
"css",
"pasdoc",
"documentation"
],
"author": "Object Pascal Community",
"license": "MIT",
"homepage": "https://github.com/ObjectPascal-Community/pasdoc-opc-theme",
"browserslist": "> 0.5%, last 2 versions, Firefox ESR",
"devDependencies": {
"css-loader": "^7.1.2",
"css-minimizer-webpack-plugin": "^7.0.0",
"eslint": "^9.11.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-svelte": "^2.44.1",
"file-loader": "^6.2.0",
"mathsass": "^0.11.0",
"mini-css-extract-plugin": "^2.9.1",
"prettier": "^3.3.3",
"prettier-plugin-svelte": "^3.2.7",
"sanitize.css": "^13.0.0",
"sass": "^1.79.4",
"sass-loader": "^16.0.2",
"style-loader": "^4.0.0",
"stylelint": "^16.9.0",
"stylelint-config-standard-scss": "^13.1.0",
"svelte": "^4.2.19",
"url-loader": "^4.1.1",
"utopia-core-scss": "^1.1.0",
"webpack": "^5.95.0",
"webpack-cli": "^5.1.4"
}
}