forked from nolanlawson/pokedex.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
84 lines (84 loc) · 2.38 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
81
82
83
84
{
"name": "pokedex",
"version": "9.0.0",
"repository": "https://github.com/nolanlawson/pokedex.git",
"description": "",
"main": "index.js",
"scripts": {
"get-csv": "async-node bin/build-csv/download-csv.js",
"serve": "async-node bin/dev-server.js",
"lint": "eslint bin/*js src/js",
"build": "async-node bin/build-production.js"
},
"keywords": [],
"author": "Nolan Lawson <nolan@nolanlawson.com>",
"license": "Apache-2.0",
"devDependencies": {
"async-await-browserify": "^1.0.0",
"async-to-gen": "^1.1.4",
"autoprefixer": "^8.5.1",
"babel-core": "^6.26.3",
"babel-eslint": "^8.2.3",
"babel-plugin-transform-regenerator": "^6.16.1",
"babel-preset-es2015": "^6.16.0",
"babelify": "^8.0.0",
"bluebird": "^3.5.1",
"browserify": "^16.2.2",
"bundle-collapser": "^1.2.1",
"clean-css": "^4.1.11",
"color": "^0.11.4",
"concat-stream": "^1.5.1",
"cp": "^0.2.0",
"csv-parse": "^2.5.0",
"debounce": "^1.0.0",
"envify": "^4.1.0",
"errorify": "^0.3.1",
"eslint": "^4.19.1",
"execall": "^1.0.0",
"factor-bundle": "^2.5.0",
"html-minifier": "^3.5.16",
"http-server": "^0.11.1",
"lie": "^3.0.1",
"localforage": "^1.3.0",
"lodash": "^4.17.10",
"memdown": "^3.0.0",
"mkdirp": "^0.5.1",
"navigo": "^7.1.2",
"ncp": "^2.0.0",
"node-fetch": "^2.1.2",
"node-watch": "^0.5.8",
"package-json-versionify": "^1.0.1",
"postcss": "^6.0.22",
"pouchdb": "^6.4.3",
"pouchdb-adapter-http": "^6.4.3",
"pouchdb-adapter-idb": "^6.4.3",
"pouchdb-adapter-leveldb": "^6.4.3",
"pouchdb-adapter-websql": "^6.4.3",
"pouchdb-core": "^6.4.3",
"pouchdb-load": "^1.4.2",
"pouchdb-replication": "^6.4.3",
"pouchdb-replication-stream": "^1.2.5",
"pouchdb-server": "^4.0.0",
"pouchdb-upsert": "^2.2.0",
"pseudo-worker": "^1.0.0",
"rimraf": "^2.4.3",
"serviceworker-cache-polyfill": "^4.0.0",
"short-revs": "^1.0.0",
"stream-to-promise": "^2.2.0",
"stripify": "^6.0.0",
"through": "^2.3.8",
"transform-pouch": "^1.0.2",
"uglify-js": "^3.3.27",
"uglify-stream": "^1.1.0",
"uglifyify": "^5.0.0",
"vdom-as-json": "^1.0.7",
"vdom-serialized-patch": "^1.0.2",
"vdom-to-html": "^2.1.1",
"virtual-dom": "^2.1.1",
"watchify": "^3.4.0",
"zpad": "^0.5.0"
},
"dependencies": {
"marky": "^1.0.0"
}
}