1 Star 0 Fork 0

轻飘yyf/particle-wave

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.18 KB
一键复制 编辑 原始数据 按行查看 历史
jekorx 提交于 2021-06-22 13:57 . d.ts
{
"name": "particle-wave",
"version": "1.1.3",
"description": "WebGL粒子波浪",
"author": "jekorx",
"main": "lib/particle-wave.js",
"private": false,
"files": [
"lib",
"types"
],
"typings": "./types/index.d.ts",
"scripts": {
"build": "webpack --config build/webpack.prod.conf.js",
"build:show": "webpack --config build/webpack.show.conf.js",
"build:all": "webpack --config build/webpack.prod.conf.js && webpack --config build/webpack.show.conf.js"
},
"devDependencies": {
"@babel/core": "^7.3.4",
"@babel/preset-env": "^7.3.4",
"babel-loader": "^8.0.5",
"uglifyjs-webpack-plugin": "^2.1.2",
"webpack": "^4.29.6",
"webpack-cli": "^3.2.3"
},
"engines": {
"node": ">= 6.0.0",
"npm": ">= 3.0.0"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
],
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/jekorx/particle-wave.git"
},
"bugs": {
"url": "https://github.com/jekorx/particle-wave/issues"
},
"homepage": "https://github.com/jekorx/particle-wave#readme",
"keywords": [
"particle",
"wave",
"particle-wave",
"webgl"
],
"license": "MIT"
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/yyf994/particle-wave.git
git@gitee.com:yyf994/particle-wave.git
yyf994
particle-wave
particle-wave
master

搜索帮助