forked from Katochimoto/tags-store
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.45 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
{
"name": "@amilabs/tags-store",
"version": "1.4.3",
"author": "Anton Tursenev <anton@rikishi.info>",
"license": "MIT",
"main": "lib/index.js",
"module": "lib/index.js",
"directories": {
"lib": "lib"
},
"files": [
"lib"
],
"scripts": {
"build": "rollup -c",
"dev": "rollup -c -w"
},
"dependencies": {
"flux": "3.1.3",
"lodash": "4.17.15",
"p-queue": "6.3.0",
"store2": "2.11.0",
"unfetch": "4.1.0",
"uuid": "7.0.2"
},
"devDependencies": {
"@babel/core": "7.7.5",
"@babel/plugin-proposal-class-properties": "7.7.4",
"@babel/plugin-proposal-decorators": "7.7.4",
"@babel/plugin-proposal-do-expressions": "7.7.4",
"@babel/plugin-proposal-function-bind": "7.7.4",
"@babel/plugin-proposal-function-sent": "7.7.4",
"@babel/plugin-proposal-nullish-coalescing-operator": "7.7.4",
"@babel/plugin-proposal-object-rest-spread": "7.7.4",
"@babel/plugin-proposal-optional-chaining": "7.7.5",
"@babel/plugin-proposal-private-methods": "7.7.4",
"@babel/plugin-syntax-dynamic-import": "7.7.4",
"@babel/plugin-syntax-jsx": "7.7.4",
"@babel/plugin-transform-classes": "7.7.4",
"@babel/plugin-transform-runtime": "7.7.6",
"@babel/preset-env": "7.7.6",
"@rollup/plugin-commonjs": "11.0.2",
"@rollup/plugin-node-resolve": "7.1.1",
"rollup": "1.31.0",
"rollup-plugin-analyzer": "3.2.2",
"rollup-plugin-babel": "4.3.3",
"rollup-plugin-terser": "5.2.0"
}
}