-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
40 lines (40 loc) · 979 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
35
36
37
38
39
40
{
"name": "yzhanweather",
"version": "1.0.5",
"description": "Pure CSS animation for sakura, rain, snow, firefly and butterfly effects, high performance without affecting SEO. 纯 CSS 动画实现樱花、雨、雪、萤火虫和蝴蝶飞舞背景效果,高性能且不影响 SEO",
"main": "docs/yzhanweather.min.js",
"files": [
"docs/yzhanweather.min.js"
],
"scripts": {
"build": "webpack --mode production",
"dev": "webpack-dev-server"
},
"repository": {
"type": "git",
"url": "[email protected]:mantoufan/yzhanWeather.git"
},
"keywords": [
"sakura",
"rain",
"snow",
"firefly",
"butterfly",
"pure",
"css",
"js",
"library",
"performance",
"SEO"
],
"author": "shonwu",
"license": "MIT",
"devDependencies": {
"@swc/core": "^1.3.0",
"swc-loader": "^0.2.3",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.11.0"
},
"dependencies": {}
}