-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
51 lines (49 loc) · 1.34 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
{
"name": "vuex-chrome-plugin",
"version": "0.1.0",
"description": "A vuex plugin help you make the different state of page synchronized on chrome extendsion",
"files": [
"dist"
],
"module": "dist/vuex-chrome-plugin.es.js",
"umd:main": "dist/vuex-chrome-plugin.umd.js",
"source": "src/index.js",
"scripts": {
"build": "rimraf dist && microbundle --external all --entry ./src/index.js --compress false --sourcemap true --name VuexChromePlugin "
},
"keywords": [
"vuex",
"webextension",
"node",
"npm",
"firefox",
"chrome"
],
"author": "Fong Yee",
"license": "MIT",
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.7.0",
"babel-preset-stage-2": "^6.24.1",
"eslint": "^5.15.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-html": "^5.0.3",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-node": "^8.0.1",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-standard": "^4.0.0",
"eslint-plugin-vue": "^5.2.2",
"microbundle": "^0.11.0",
"rimraf": "^2.6.2"
},
"peerDependencies": {
"vue": ">=2.0.0",
"vuex": ">=2.0.0"
},
"repository": {
"type": "git",
"url": "git@github.com:ynqc/git@github.com:yyf1994gggg/vuex-chrome.git"
}
}