-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 1.06 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
{
"name": "togeojson-wxapp",
"version": "0.1.15",
"description": "togeojson-wxapp",
"main": "dist/togeojson-wxapp.es.js",
"module": "dist/togeojson-wxapp.esm-browser.js",
"browser": "dist/togeojson-wxapp.global.js",
"scripts": {
"build": "cross-env NODE_ENV=production ./node_modules/.bin/rollup -c",
"dev": "./node_modules/.bin/rollup -c -w",
"fix": "./node_modules/.bin/eslint --fix --ext .js src/"
},
"author": "Albert Liu",
"license": "MIT",
"dependencies": {},
"devDependencies": {
"@babel/core": "^7.10.5",
"@babel/plugin-transform-runtime": "^7.10.5",
"@babel/preset-env": "^7.10.4",
"@tmcw/togeojson": "git+/~https://github.com/tmcw/togeojson.git#master",
"cross-env": "^7.0.2",
"eslint": "^7.5.0",
"rollup": "^2.23.0",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-eslint": "^7.0.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-terser": "^6.1.0",
"rollup-plugin-uglify": "^6.0.4",
"xmldom": "^0.3.0"
},
"files": [
"dist"
]
}