-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 1.07 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
{
"name": "redux-store-mixin",
"version": "1.0.6",
"description": "Mixin for integrate action creators in methods of vue component",
"main": "build/redux-store-mixin.min.js",
"scripts": {
"build": "echo \"Run build...\" && rollup -c && echo \"Finish build...\"",
"build-production": "echo \"Run build prod...\" && NODE_ENV=production rollup -c && echo \"Finish build...\"",
"build-all": "npm-run-all --parallel build build-production"
},
"repository": {
"type": "git",
"url": "https://github.com/kolesoffac/redux-store-mixin.git"
},
"keywords": [
"vue",
"mixin",
"redux"
],
"dependencies": {
"babel-plugin-syntax-trailing-function-commas": "^6.22.0",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-preset-es2015-rollup": "^3.0.0",
"npm-run-all": "^4.1.1",
"rollup": "^0.37.2",
"rollup-plugin-babel": "^2.7.1",
"rollup-plugin-progress": "^0.4.0",
"rollup-plugin-uglify-es": "^0.0.1",
"rollup-watch": "^2.5.0"
},
"author": "Anatoly Kolesov <[email protected]>",
"license": "MIT"
}