-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
45 lines (45 loc) · 1.16 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": "@ztl-uwu/labui",
"version": "0.1.83",
"license": "MIT",
"description": "A Svelte frontend UI library.",
"repository": {
"type": "git",
"url": "https://github.com/ZTL-UwU/LabUI.git"
},
"scripts": {
"build": "rollup -c",
"dev": "rollup -c -w",
"start": "sirv public --no-clear",
"validate": "svelte-check"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^22.0.0",
"@rollup/plugin-node-resolve": "^13.0.4",
"@rollup/plugin-typescript": "^8.2.5",
"@tsconfig/svelte": "^3.0.0",
"rollup": "^2.56.2",
"rollup-plugin-css-only": "^3.1.0",
"rollup-plugin-livereload": "^2.0.5",
"rollup-plugin-svelte": "^7.0.0",
"rollup-plugin-terser": "^7.0.0",
"svelte": "^3.42.1",
"svelte-check": "^2.2.4",
"tslib": "^2.3.1",
"typescript": "^4.3.5"
},
"dependencies": {
"node-sass": "^7.0.1",
"svelte-preprocess": "^4.7.3",
"dompurify": "^2.3.1",
"highlight.js": "^11.2.0",
"remarkable": "^2.0.1",
"sirv-cli": "^2.0.2",
"tabler-icons-svelte": "^1.8.0"
},
"exports": {
"./main": "./src/main.js",
".": "./src/main.js",
"./package.json": "./package.json"
}
}