-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
78 lines (78 loc) · 2.35 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
{
"private": true,
"type": "module",
"scripts": {
"build": "pnpm build:code && pnpm build:doc",
"build:code": "rollup -c script/rollup.config.ts --configPlugin typescript",
"build:doc": "esmo script/build.ts",
"build:version": "esmo script/version.ts"
},
"dependencies": {
"@babel/parser": "^7.17.0",
"@babel/traverse": "^7.17.0",
"@likftc/core": "workspace:*",
"@likftc/react": "workspace:*",
"@likftc/svelte": "workspace:*",
"@likftc/vue": "workspace:*",
"@rollup/plugin-typescript": "^8.3.0",
"@sveltejs/adapter-static": "^1.0.0-next.26",
"@sveltejs/kit": "^1.0.0-next.240",
"@sveltejs/vite-plugin-svelte": "^1.0.0-next.35",
"@tsconfig/node16": "^1.0.2",
"@types/babel__traverse": "^7.14.2",
"@types/glob": "^7.2.0",
"@types/html-escaper": "^3.0.0",
"@types/lodash": "^4.14.178",
"@types/mkdirp": "^1.0.2",
"@types/prettier": "^2.4.3",
"@types/react": "^17.0.38",
"@types/react-dom": "^17.0.11",
"@types/url-join": "^4.0.1",
"@types/uuid": "^8.3.4",
"@typescript-eslint/eslint-plugin": "^4.31.1",
"@typescript-eslint/parser": "^4.31.1",
"@vdustr/rollup-plugin-rename-extensions": "^0.1.1",
"@vitejs/plugin-vue": "^2.1.0",
"animate.css": "^4.1.1",
"commander": "^9.0.0",
"eslint": "^8.0.0",
"eslint-config-prettier": "^8.3.0",
"eslint-config-react-app": "^7.0.0",
"eslint-plugin-svelte3": "^3.2.1",
"esno": "^0.14.0",
"flip-toolkit": "^7.0.13",
"glob": "^7.2.0",
"html-escaper": "^3.0.3",
"lodash": "^4.17.21",
"mdsvex": "^0.9.8",
"mkdirp": "^1.0.4",
"prettier": "^2.4.1",
"prettier-plugin-svelte": "^2.4.0",
"react": ">=16.8",
"react-dom": "^17.0.2",
"react-flip-toolkit": "7.x",
"rollup": "^2.67.1",
"rollup-plugin-svelte": "^7.1.0",
"rollup-plugin-typescript2": "^0.31.2",
"sass": "^1.49.0",
"shiki": "^0.10.0",
"svelte": ">=3.44.0",
"svelte-check": "^2.2.6",
"svelte-preprocess": "^4.9.4",
"svelte-sitemap": "^2.3.0",
"svelte2tsx": "^0.5.3",
"tslib": "^2.3.1",
"typescript": "^4.4.3",
"typescript-svelte-plugin": "^0.3.0",
"url-join": "^4.0.1",
"uuid": "^8.3.2",
"vite-plugin-windicss": "^1.6.3",
"vue": ">=3.2.29",
"windicss": "^3.4.3"
},
"packageManager": "[email protected]",
"engines": {
"node": "14",
"pnpm": "5"
}
}