-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
34 lines (34 loc) · 867 Bytes
/
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
{
"name": "taro-swiper-week",
"version": "0.0.1-beta.19",
"description": "week-swiper fro taro",
"main": "lib/index.js",
"scripts": {
"build": "npx rollup --c rollup.config.js"
},
"keywords": ["taro-swiper-week","week-swiper"],
"author": "",
"license": "ISC",
"files": [
"package.json",
"lib"
],
"repository": {
"type": "git",
"url": "git+https://github.com/dingshaohua-cn/taro-swiper-week.git"
},
"homepage": "https://github.com/dingshaohua-cn/taro-swiper-week#readme",
"devDependencies": {
"@babel/core": "^7.18.10",
"@babel/plugin-transform-runtime": "^7.18.10",
"@rollup/plugin-babel": "^5.3.1",
"babel-preset-taro": "^3.5.3",
"node-sass": "^7.0.1",
"postcss": "^8.4.16",
"rollup": "^2.78.1",
"rollup-plugin-postcss": "^4.0.2"
},
"dependencies": {
"dayjs": "^1.11.5"
}
}