-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.4 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
{
"name": "todo-bot-landing",
"version": "0.1.0",
"description": "landing page of todo bot",
"main": "index.js",
"scripts": {
"build:prod": "webpack --config config/webpack.prod.js --progress --profile --bail --verbose --colors",
"start": "webpack-dashboard -c cyan -- webpack-dev-server --config config/webpack.dev.js",
"test": "echo \"No test specified yet\"",
"watch:client": "webpack-dev-server --config config/webpack.dev.js -d --history-api-fallback --hot --inline --progress --colors --port 3000"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/botstory/todo-bot.git"
},
"keywords": [
"bot",
"landing",
"todo",
"botstory"
],
"author": "Eugene Krevenets <ievgenii.krevenets@gmail.com> (http://hyzhak.github.io)",
"license": "MIT",
"bugs": {
"url": "https://github.com/botstory/todo-bot/issues"
},
"homepage": "https://github.com/botstory/todo-bot#readme",
"dependencies": {
"autoprefixer": "^6.5.4",
"babel-polyfill": "^6.20.0",
"clean-webpack-plugin": "^0.1.14",
"css-loader": "^0.26.1",
"file-loader": "^0.9.0",
"html-webpack-plugin": "^2.24.1",
"style-loader": "^0.13.1",
"webpack": "^2.1.0-beta.27",
"webpack-dashboard": "^0.2.0",
"webpack-dev-server": "^2.1.0-beta.12"
},
"devDependencies": {
"node-sass": "^4.0.0",
"sass-loader": "^4.1.0",
"webpack": "^2.1.0-beta.28"
}
}