-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
70 lines (70 loc) · 2.21 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
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "orecomme",
"version": "1.0.0",
"description": "## 概要",
"main": "index.js",
"scripts": {
"start": "nf start -j Procfile",
"app:frontend": "browser-sync start --config bs-config.js",
"app:webpack": "webpack-dev-server --hot --inline --config webpack.dev.js",
"build": "npm-run-all build:*",
"build:webpack": "webpack --config webpack.prod.js",
"test": "npm-run-all test:*",
"watch": "npm-run-all watch:*",
"watch:webpack": "webpack --watch",
"watch:frontend": "watch 'npm-run-all format:frontend:*' ./src ",
"format": "npm-run-all format:**",
"format:frontend:js": "prettier --write src/**/*.js",
"format:frontend:css": "prettier --write src/**/*.css",
"format:frontend:html": "prettier --write src/**/*.html",
"lint": "npm-run-all lint:*",
"lint:frontend": "eslint src/**/*.js --fix",
"aws:amp:push": "amplify push",
"aws:amp:pub": "amplify publish",
"aws:amp:stat": "amplify status"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hiroshima-arc/orecomme.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/hiroshima-arc/orecomme/issues"
},
"homepage": "https://github.com/hiroshima-arc/orecomme#readme",
"devDependencies": {
"@aws-amplify/cli": "^1.7.3",
"@babel/cli": "^7.4.4",
"@babel/core": "^7.4.5",
"@babel/polyfill": "^7.4.4",
"@babel/preset-env": "^7.4.5",
"@babel/register": "^7.4.4",
"aws-amplify": "^1.1.28",
"babel-eslint": "^10.0.1",
"babel-loader": "^8.0.6",
"babel-plugin-istanbul": "^5.1.4",
"browser-sync": "^2.26.7",
"clean-webpack-plugin": "^3.0.0",
"connect-browser-sync": "^2.1.0",
"copy-webpack-plugin": "^5.0.3",
"cpx": "^1.5.0",
"cross-env": "^5.2.0",
"css-loader": "^3.0.0",
"eslint": "^5.16.0",
"foreman": "^3.0.1",
"html-webpack-plugin": "^3.2.0",
"markdown-to-html": "0.0.13",
"mini-css-extract-plugin": "^0.7.0",
"nodemon": "^1.19.1",
"npm-run-all": "^4.1.5",
"nyc": "^14.1.1",
"prettier": "^1.18.2",
"rimraf": "^2.6.3",
"watch": "^1.0.2",
"webpack": "^4.34.0",
"webpack-cli": "^3.3.4",
"webpack-dev-server": "^3.7.1"
}
}