-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.22 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
{
"name": "particle-boom",
"version": "1.0.0",
"description": "canvas粒子爆炸",
"author": "https://github.com/Sweet-KK",
"main": "lib/particle-boom.umd.js",
"directories": {},
"scripts": {
"dev": "NODE_ENV=development rollup -c --watch",
"lib": "NODE_ENV=production rollup -c",
"move": "cpx lib/particle-boom.umd.js docs",
"build": "npm run lib && npm run move"
},
"files": [
"src",
"docs"
],
"license": "MIT",
"devDependencies": {
"@rollup/plugin-eslint": "^8.0.1",
"@rollup/plugin-html": "latest",
"babel-core": "^6.26.3",
"babel-plugin-external-helpers": "^6.22.0",
"babel-preset-latest": "^6.24.1",
"lodash": "^4.17.21",
"rollup-plugin-babel": "^3.0.7",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-livereload": "^2.0.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-serve": "^1.1.0",
"rollup-plugin-terser": "^7.0.2",
"rollup-watch": "^4.3.1",
"cpx": "^1.5.0"
},
"repository": {
"type": "git",
"url": "https://github.com/Sweet-KK/particle-boom.git"
},
"keywords": [
"particle",
"particle-boom",
"ParticleBoom",
"粒子",
"粒子化",
"粒子爆炸",
"canvas粒子"
]
}