forked from Turfjs/turf-www
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
80 lines (80 loc) · 2.11 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"private": true,
"name": "turf-www",
"version": "5.0.0",
"description": "Turf.js documentation",
"scripts": {
"create-config": "node scripts/create-config.js",
"start": "nuxt",
"pregenerate": "shx rm -rf ./_nuxt/ && npm run create-config",
"generate": "nuxt generate",
"postgenerate": "shx cp -R ./dist/* ./docs && shx rm -rf ./dist/",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
"precommit": "npm run lint"
},
"dependencies": {
"intersection-observer": "^0.4.3",
"iview": "^2.7.4",
"nuxt": "^1.0.0-rc11",
"prismjs": "^1.8.4",
"vue-dom-portal": "^0.1.6",
"vue-highlightjs": "^1.3.3",
"vue-observe-visibility": "^0.3.1",
"vue-prism-component": "^1.0.1"
},
"devDependencies": {
"babel-eslint": "^7.2.3",
"babel-plugin-import": "^1.6.2",
"d3-queue": "^3.0.7",
"documentation": "^5.3.3",
"eslint": "^4.3.0",
"eslint-config-standard": "^10.2.1",
"eslint-loader": "^1.9.0",
"eslint-plugin-html": "^3.1.1",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-node": "^5.1.1",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-standard": "^3.0.1",
"glob": "^7.1.2",
"iview-loader": "^1.0.0",
"load-json-file": "^4.0.0",
"node-sass": "^4.7.2",
"sass-loader": "^6.0.6",
"shx": "^0.2.2",
"write-json-file": "^2.3.0",
"yamljs": "^0.3.0"
},
"repository": {
"type": "git",
"url": "https://github.com/turfjs/turf-www.git"
},
"keywords": [
"turf",
"www",
"website"
],
"author": "Turf Authors",
"contributors": [
"Rowan Winsemius <@rowanwins>",
"Tom MacWright <@tmcw>",
"Morgan Herlocker <@morganherlocker>",
"Denis Carriere <@DenisCarriere>",
"Stefano Borghi <@stebogit>",
"Lyzi Diamond <@lyzidiamond>",
"Jordan Rousseau <@jvrousseau>",
"Bill Morris <@wboykinm>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/turfjs/turf-www/issues"
},
"homepage": "https://github.com/turfjs/turf-www",
"engines": {
"node": ">= 6.0.0"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
]
}