-
Notifications
You must be signed in to change notification settings - Fork 27
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.28 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.28 KB
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
49
50
51
{
"name": "@antv/f2native",
"version": "1.0.0",
"description": "Charts for mobile visualization.",
"keywords": [
"f2",
"f2native",
"iOS",
"android",
"charts",
"mobile",
"visualization",
"data visualization",
"canvas",
"2d draw",
"mobile visualization",
"interactive"
],
"homepage": "https://github.com/antvis/f2native",
"repository": {
"type": "git",
"url": "https://github.com/antvis/f2native"
},
"bugs": {
"url": "https://github.com/antvis/f2native/issues"
},
"scripts": {
"start": "npm run develop",
"develop": "gatsby develop -H 0.0.0.0 --open",
"build": "gatsby build --prefix-paths",
"deploy": "npm run build && gh-pages -d public",
"format": "prettier --write \"**/*.{ts,tsx,js,jsx,json,md}\"",
"serve": "gatsby serve",
"clean": "gatsby clean",
"pretty-quick": "pretty-quick",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1"
},
"dependencies": {
"@types/react": "^16.9.35",
"@types/react-dom": "^16.9.8",
"ptz-i18n": "^1.0.0",
"react": "^16.10.2",
"react-dom": "^16.10.2"
},
"devDependencies": {
"@antv/gatsby-theme-antv": "1.0.2",
"gatsby": "^2.24.92",
"gh-pages": "^3.1.0",
"react-i18next": "^11.7.3"
}
}