-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.84 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
{
"name": "rx-vuex",
"version": "0.1.30",
"description": "like rxjs store vue data",
"main": "index.js",
"module": "lib/rxvuex.js",
"unpkg": "lib/rxvuex.js",
"jsdelivr": "lib/rxvuex.js",
"scripts": {
"lint": "eslint src --fix",
"build": "webpack --mode=development --config ./build/build.js "
},
"keywords": [
"rx-vuex"
],
"files": [
"lib"
],
"author": "like",
"license": "MIT",
"devDependencies": {
"@babel/cli": "^7.6.2",
"@babel/core": "^7.6.2",
"@babel/plugin-proposal-class-properties": "^7.5.5",
"@babel/plugin-syntax-function-bind": "^7.2.0",
"@babel/plugin-syntax-function-sent": "^7.2.0",
"@babel/plugin-transform-arrow-functions": "^7.2.0",
"@babel/plugin-transform-classes": "^7.5.5",
"@babel/plugin-transform-computed-properties": "^7.2.0",
"@babel/plugin-transform-function-name": "^7.4.4",
"@babel/plugin-transform-property-mutators": "^7.2.0",
"@babel/plugin-transform-runtime": "^7.6.2",
"@babel/polyfill": "^7.6.0",
"@babel/preset-env": "^7.6.2",
"@babel/runtime": "^7.6.2",
"babel-loader": "^8.0.6",
"css-loader": "^3.2.0",
"eslint": "^6.5.1",
"eslint-plugin-vue-libs": "^4.0.0",
"lodash": "^4.17.15",
"style-loader": "^1.0.0",
"tern": "^0.24.1",
"vue": "^2.6.10",
"vue-loader": "^15.7.1",
"vue-router": "^3.1.3",
"vue-template-compiler": "^2.6.10",
"webpack": "^4.39.3",
"webpack-cli": "^3.3.7"
},
"repository": {
"type": "git",
"url": "git+https://github.com/StormKid/rx-vuex.git"
},
"bugs": {
"url": "https://github.com/StormKid/rx-vuex/issues"
},
"homepage": "https://github.com/StormKid/rx-vuex#readme"
}