-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
executable file
·88 lines (87 loc) · 1.81 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"name": "@leuffen/themejs1",
"version": "6.1.34",
"description": "",
"license": "proprietary",
"main": "./dist/index.js",
"module": "./dist/index.js",
"exports": {
".": [
"./dist/index.js",
"./index.ts",
"./index.scss"
],
"./index": [
"./dist/index.js",
"./index.ts",
"./index.scss"
],
"./embed": [
"./dist/embed.js",
"./embed.ts",
"./embed.scss"
],
"./index.dev": [
"./dist/index.dev.js"
],
"./late": [
"./late.scss"
],
"./theme1": [
"./theme1.scss"
],
"./font/": "./font/"
},
"directories": {
"doc": "docs",
"themes": "themes"
},
"files": [
"/dist",
"/src",
"/templates",
"/themes",
"/docs",
"/font",
"/elements",
"/sections",
"/_tpl",
"*.scss"
],
"workspaces": [
"workspaces/*"
],
"author": "",
"dependencies": {
"@leuffen/jodastyle": "^3.0.9",
"@kasimirjs/embed": "^1.0.8",
"@leuffen/isl-base": "^3.0.4",
"@leuffen/liscom": "^2.0.8",
"@leuffen/liscom-loader": "^1.0.6",
"@leuffen/liweco-base": "^2.0.2",
"@micx/lib-js": "^1.0.22",
"bootstrap": "^5.3.0"
},
"devDependencies": {
"@micx/lib-js": "^1.0.18",
"@kasimirjs/kit-bootstrap": "^1.0.4",
"markdown-it": "^13.0.1",
"markdown-it-attrs": "^4.1.6",
"css-loader": "^6.7.1",
"dart-sass": "^1.25.0",
"esbuild-loader": "^2.20.0",
"mini-css-extract-plugin": "^2.6.1",
"raw-loader": "^4.0.2",
"sass": "^1.56.1",
"sass-loader": "^13.0.2",
"style-loader": "^3.3.1",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.1",
"webpack-dev-server": "^4.11.1"
},
"scripts": {
"make.mjs": "tsc -d",
"build": "npm run make.mjs",
"test": "echo \"Error: no test specified\" && exit 1"
}
}