-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
35 lines (35 loc) · 974 Bytes
/
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
{
"name": "logrocket-vuex",
"version": "0.0.3",
"description": "vuex plugin for [LogRocket](https://logrocket.com/).",
"main": "dist/index.js",
"author": "Logrocket <[email protected]> (https://logrocket.com/)",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/LogRocket/logrocket-vuex"
},
"files": [
"dist/"
],
"scripts": {
"lint": "eslint src/",
"build": "babel src --out-dir dist"
},
"dependencies": {},
"devDependencies": {
"babel-cli": "^6.11.4",
"babel-core": "^6.13.0",
"babel-eslint": "^7.0.0",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-polyfill": "^6.13.0",
"babel-preset-es2015": "^6.13.2",
"babel-preset-stage-3": "^6.17.0",
"eslint": "^3.19.0",
"eslint-config-airbnb": "^15.0.1",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^5.0.3",
"eslint-plugin-mocha": "^4.9.0",
"eslint-plugin-react": "^7.0.1"
}
}