-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
58 lines (58 loc) · 1.72 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": "re_zero_tdd",
"version": "1.0.0",
"description": "[![Floobits Status](https://floobits.com/k2work/re_zero_tdd.svg)](https://floobits.com/k2work/re_zero_tdd/redirect)",
"main": "index.js",
"directories": {
"doc": "docs"
},
"dependencies": {
"eslint-plugin-react": "^7.12.4",
"nightwatch": "^1.0.19"
},
"devDependencies": {
"@babel/cli": "^7.2.3",
"@babel/core": "^7.2.2",
"@babel/preset-env": "^7.2.3",
"babel-eslint": "^10.0.1",
"babel-loader": "^8.0.4",
"browser-sync": "^2.26.7",
"chromedriver": "^2.46.0",
"connect-browser-sync": "^2.1.0",
"cpx": "^1.5.0",
"eslint": "^5.11.1",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-node": "^8.0.0",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-standard": "^4.0.0",
"foreman": "^3.0.1",
"markdown-to-html": "0.0.13",
"npm-run-all": "^4.1.5",
"prettier": "^1.15.2",
"prettier-plugin-java": "^0.3.1",
"rimraf": "^2.6.3",
"watch": "^1.0.2",
"webpack-cli": "^3.1.2",
"webpack-dev-server": "^3.1.14"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"format": "prettier **/*.md --write",
"check": "remark .",
"lint": "eslint dev",
"build:doc": "gradle asciidoctor",
"watch:doc": "watch 'npm-run-all build:doc' ./docs/src ",
"doc:local": "open http://localhost:35729; gradle livereload"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hiroshima-arc/re_zero_tdd.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/hiroshima-arc/re_zero_tdd/issues"
},
"homepage": "https://github.com/hiroshima-arc/re_zero_tdd#readme"
}