-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
31 lines (31 loc) · 952 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
{
"name": "vue-flow-typed",
"version": "0.0.0-development",
"description": "Complimentary flow types for Vue",
"repository": "https://github.com/sobolevn/vue-flow-typed.git",
"author": "sobolevn <mail@sobolevn.me>",
"license": "MIT",
"private": false,
"scripts": {
"lint": "eslint --ext .js --ignore-path .gitignore ."
},
"dependencies": {},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-eslint": "^8.2.3",
"babel-preset-env": "^1.6.1",
"babel-preset-flow": "^6.23.0",
"eslint": "^4.19.1",
"eslint-config-flowtype-essential": "^0.2.1",
"eslint-config-standard": "^12.0.0-alpha.0",
"eslint-plugin-flowtype-errors": "^3.5.1",
"eslint-plugin-import": "^2.11.0",
"eslint-plugin-node": "^6.0.1",
"eslint-plugin-promise": "^3.7.0",
"eslint-plugin-standard": "^3.1.0",
"flow-bin": "^0.71.0",
"flow-typed": "^2.4.0",
"flowgen": "^1.2.1",
"lerna": "^2.11.0"
}
}