-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
69 lines (69 loc) · 1.68 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
{
"name": "tarojs-plugin-svelte",
"version": "2.0.2",
"description": "使用 Svelte 开发小程序",
"main": "lib/index.js",
"files": [
"lib"
],
"scripts": {
"postinstall": "patch-package",
"prepublishOnly": "npm run build",
"build": "rollup -c --bundleConfigAsCjs",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SyMind/tarojs-plugin-svelte.git"
},
"keywords": [
"taro",
"taro3",
"tarojs",
"svelte"
],
"author": "SyMind",
"license": "MIT",
"bugs": {
"url": "https://github.com/SyMind/tarojs-plugin-svelte/issues"
},
"homepage": "https://github.com/SyMind/tarojs-plugin-svelte#readme",
"peerDependencies": {
"@tarojs/runtime": ">=3.0.0",
"@tarojs/service": ">=3.0.0",
"@tarojs/shared": ">=3.0.0",
"@tarojs/webpack5-runner": ">=3.0.0"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"volta": {
"node": "18.13.0",
"npm": "9.6.5"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^24.1.0",
"@rollup/plugin-node-resolve": "^15.0.2",
"@tarojs/runtime": "^3.6.5",
"@tarojs/service": "^3.6.5",
"@tarojs/shared": "^3.6.5",
"@tarojs/webpack5-runner": "^3.6.5",
"@types/jest": "^29.5.1",
"code-red": "^0.2.5",
"estree-walker": "^3.0.2",
"jest": "^29.5.0",
"rollup": "^3.21.0",
"rollup-plugin-node-externals": "^5.0.0",
"rollup-plugin-ts": "^3.0.2",
"sass": "^1.62.1",
"ts-jest": "^29.1.0",
"typescript": "^4.9.5"
},
"dependencies": {
"patch-package": "^7.0.0",
"svelte": "4.0.0",
"svelte-loader": "^3.1.8",
"svelte-preprocess": "^5.0.4"
}
}