forked from zhongmeizhi/kwan
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 964 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": "kwan",
"version": "0.0.8",
"license": "MIT",
"author": "Mokou",
"module": "./dist/kwan.js",
"main": "./dist/kwan.esm.js",
"files": [
"dist"
],
"keywords": [
"canvas",
"2d"
],
"scripts": {
"dev": "npm-run-all --parallel dev:*",
"dev:core": "rollup --config rollup.config.dev.js --watch",
"build": "rollup -c"
},
"devDependencies": {
"@babel/core": "^7.10.5",
"@babel/plugin-syntax-jsx": "^7.12.13",
"@rollup/plugin-babel": "^5.1.0",
"rollup": "^2.21.0",
"rollup-plugin-terser": "^6.1.0"
},
"dependencies": {
"@babel/helper-builder-react-jsx": "^7.12.13",
"@babel/helper-plugin-utils": "^7.13.0",
"@babel/types": "^7.13.13",
"@rollup/plugin-alias": "^3.1.2",
"npm-run-all": "^4.1.5",
"serve": "^12.0.0"
},
"homepage": "https://github.com/zhongmeizhi/kwan",
"repository": {
"type": "git",
"url": "https://github.com/zhongmeizhi/kwan.git"
}
}