-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 983 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
{
"name": "exlskills-devstack-tools",
"description": "EXLskills Devstack Tools",
"repository": "https://github.com/exlskills/devstack",
"version": "0.1.0",
"scripts": {
"prettier": "prettier --write \"{*.js,!(node*)**/*.js}\"",
"lint-fix": "eslint --fix ."
},
"dependencies": {
"@octokit/rest": "^15.17.0",
"app-root-path": "^2.1.0",
"babel-core": "^6.26.3",
"babel-plugin-relay": "~1.4.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "6.24.1",
"babel-preset-stage-0": "^6.5.0",
"babel-runtime": "^6.26.0",
"dotenv": "^6.0.0",
"fs-extra": "^7.0.0",
"js-yaml": "^3.13.1",
"winston": "^3.0.0"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-eslint": "^7.2.3",
"babel-plugin-transform-runtime": "^6.23.0",
"eslint": "^4.3.0",
"eslint-config-prettier": "^2.3.0",
"eslint-plugin-import": "^2.13.0",
"eslint-plugin-prettier": "^2.1.2",
"prettier": "^1.14.2"
}
}