-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.16 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
{
"name": "web-tinydb",
"version": "0.1.11",
"main": "index.js",
"module": "dist/tinydb.es.js",
"unpkg": "dist/tinydb.global.js",
"author": "Hondry Travis",
"license": "MIT",
"homepage": "https://github.com/HondryTravis/TinyDB",
"scripts": {
"dev": "gulp",
"build": "rollup -c"
},
"keywords": [
"indexdb",
"indexeddb",
"webdb",
"tinydb",
"offlinedb"
],
"files": [
"dist",
"docs",
"src/core",
"src/*.d.ts"
],
"devDependencies": {
"@rollup/plugin-node-resolve": "^11.2.0",
"babel-core": "^6.26.3",
"babel-preset-es2015": "^6.24.1",
"babelify": "8",
"browser-sync": "^2.26.14",
"browserify": "^17.0.0",
"chalk": "^4.1.0",
"execa": "^5.0.0",
"fancy-log": "^1.3.3",
"gulp": "^4.0.2",
"gulp-rename": "^2.0.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-uglify": "^3.0.2",
"gulp-watch": "^5.0.1",
"rollup": "^2.42.3",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.30.0",
"tsify": "^5.0.2",
"typescript": "^4.1.3",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0",
"watchify": "^4.0.0"
},
"dependencies": {}
}