UNPKG

3.08 kBJSONView Raw
1{
2 "name": "@antv/my-f2",
3 "version": "1.1.5",
4 "description": "F2 for alipay mini-program",
5 "browser": "build/my-f2.js",
6 "main": "build/my-f2.js",
7 "module": "lib/index.js",
8 "repository": {
9 "type": "git",
10 "url": "git@github.com:antvis/my-f2.git"
11 },
12 "bugs": {
13 "url": "https://github.com/antvis/my-f2/issues"
14 },
15 "keywords": [
16 "antv",
17 "my-f2",
18 "myF2",
19 "alipay mini-program"
20 ],
21 "author": "https://github.com/orgs/antvis/people",
22 "license": "MIT",
23 "devDependencies": {
24 "@babel/cli": "^7.0.0",
25 "@babel/core": "^7.0.0",
26 "@babel/preset-env": "^7.0.0",
27 "babel-eslint": "~8.0.3",
28 "babel-loader": "^8.0.0",
29 "babel-plugin-transform-remove-strict-mode": "~0.0.2",
30 "body-parser": "~1.18.2",
31 "chai": "~4.1.2",
32 "commander": "~2.12.2",
33 "connect": "~3.6.6",
34 "d3-queue": "~3.0.7",
35 "debug": "~3.1.0",
36 "electron": "~2.0.2",
37 "eslint": "~3.19.0",
38 "eslint-config-airbnb": "~15.0.1",
39 "eslint-config-egg": "~4.2.0",
40 "eslint-plugin-html": "~3.1.1",
41 "eslint-plugin-jsx-a11y": "~5.1.1",
42 "eslint-plugin-react": "~7.1.0",
43 "event-simulate": "~1.0.0",
44 "get-port": "~3.2.0",
45 "jszip": "~3.1.5",
46 "nightmare": "~2.10.0",
47 "nunjucks": "~3.0.1",
48 "open": "~0.0.5",
49 "parseurl": "~1.3.2",
50 "pre-commit": "~1.2.2",
51 "serve-static": "~1.13.2",
52 "shelljs": "~0.7.8",
53 "string-replace-loader": "~1.3.0",
54 "torchjs": "~2.0.4",
55 "uglify-js": "~3.1.10",
56 "webpack": "~3.10.0"
57 },
58 "scripts": {
59 "build": "webpack",
60 "build-lib": "babel src --out-dir lib",
61 "bundler": "electron ./bundler/app.js",
62 "ci": "npm run lint && npm run test",
63 "compress": "uglifyjs -c -m -o dist/my-f2.min.js -- build/my-f2.js",
64 "coverage": "npm run coverage-generator && npm run coverage-viewer",
65 "coverage-generator": "torch --compile --coverage --renderer --recursive test/unit",
66 "coverage-viewer": "torch-coverage",
67 "demos": "electron ./demos/app.js",
68 "demos-web": "node ./demos/app.js --web --port 2046",
69 "dev": "npm run watch & npm run demos-web",
70 "dist": "npm run mkdir-dist && npm run build && npm run compress",
71 "lint": "eslint --ext .html,.js ./",
72 "lint-fix": "eslint --ext .html,.js --fix ./",
73 "mkdir-dist": "node ./bin/mkdir-dist.js",
74 "prepublishOnly": "npm run build-lib && npm run dist",
75 "screenshot": "node ./bin/screenshot.js",
76 "start": "npm run dev",
77 "test": "torch --renderer --recursive ./test/unit",
78 "test-all": "npm run test && npm run test-bugs",
79 "test-bugs": "torch --compile --renderer --recursive ./test/bugs",
80 "test-bugs-live": "torch --compile --interactive --watch --recursive ./test/bugs",
81 "test-live": "torch --interactive --watch --recursive ./test/unit",
82 "watch": "webpack --config webpack-dev.config.js",
83 "win-dev": "node ./bin/win-dev.js"
84 },
85 "pre-commit": {
86 "run": [
87 "lint",
88 "build",
89 "test"
90 ],
91 "silent": false
92 },
93 "dependencies": {
94 "@antv/f2": "~3.3.0",
95 "wolfy87-eventemitter": "^5.2.4"
96 }
97}