-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
89 lines (89 loc) · 2.34 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
89
{
"name": "posthtml-view",
"version": "0.0.3-alpha.13",
"description": "",
"keywords": [
"vite",
"vite-plugin",
"multi page",
"posthtml",
"posthtml-view",
"view",
"components"
],
"files": [
"/lib"
],
"scripts": {
"dev": "vite",
"preview": "vite preview",
"build": "tsc && vite build && tsc --emitDeclarationOnly",
"build-example": "tsc && vite build --mode example"
},
"main": "lib/index.umd.js",
"module": "./lib/index.es.js",
"types": "./lib/index.d.ts",
"exports": {
".": {
"import": "./lib/index.es.js",
"require": "./lib/index.umd.js"
}
},
"dependencies": {
"@rollup/pluginutils": "4.1.2",
"@types/color-string": "1.5.2",
"@types/connect-history-api-fallback": "1.3.5",
"@types/estree": "0.0.50",
"@types/fs-extra": "9.0.13",
"@types/html-minifier-terser": "6.1.0",
"@types/lodash": "4.14.178",
"@types/node": "17.0.6",
"@types/node-localstorage": "1.3.0",
"@types/postcss-safe-parser": "5.0.1",
"@types/shelljs": "0.8.10",
"circular": "1.0.5",
"connect-history-api-fallback": "1.6.0",
"cssjanus": "2.1.0",
"execa": "5.1.1",
"fast-glob": "^3.2.7",
"fs-extra": "^10.0.0",
"html-minifier-terser": "7.0.0-beta.0",
"lodash": "4.17.21",
"node-localstorage": "2.2.1",
"postcss": "8.4.5",
"postcss-load-config": "3.1.0",
"postcss-safe-parser": "6.0.0",
"postcss-selector-parser": "6.0.8",
"posthtml": "0.16.5",
"posthtml-expressions": "1.9.0",
"posthtml-match-helper": "1.0.1",
"posthtml-parser": "0.10.1",
"posthtml-render": "3.0.0",
"shelljs": "0.8.4"
},
"devDependencies": {
"@types/sass": "1.43.1",
"@vitejs/plugin-legacy": "1.8.2",
"autoprefixer": "10.4.1",
"postcss-flexbugs-fixes": "5.0.2",
"postcss-preset-env": "7.1.0",
"sass": "1.45.2",
"typescript": "4.7.4",
"vite": "2.9.14",
"vite-plugin-windicss": "1.8.5",
"windicss": "3.5.5"
},
"repository": {
"type": "git",
"url": "git+https://github.com/J-env/vite-plugin-posthtml-view.git"
},
"author": "J-env",
"license": "ISC",
"engines": {
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
},
"bugs": {
"url": "https://github.com/J-env/vite-plugin-posthtml-view/issues"
},
"homepage": "https://github.com/J-env/vite-plugin-posthtml-view#readme"
}