-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.2 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
{
"name": "brandhub",
"version": "1.0.0",
"description": "This template created for multy-page layout. In this template every page has his own css file. Also, this package include bable.",
"main": "webpack.config.js",
"scripts": {
"start": "webpack-dev-server --mode-development --open",
"build": "webpack"
},
"keywords": [],
"author": "Egor Popov",
"license": "MIT",
"devDependencies": {
"autoprefixer-core": "^6.0.1",
"babel-core": "^6.9.0",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.9.0",
"copy-webpack-plugin": "^3.0.1",
"css-loader": "^0.23.1",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.8.5",
"html-webpack-plugin": "^2.19.0",
"image-loader": "0.0.1",
"postcss-loader": "^0.9.1",
"pug": "^2.0.3",
"pug-loader": "^2.4.0",
"style-loader": "^0.13.1",
"stylus": "^0.54.5",
"stylus-loader": "^2.1.0",
"webpack": "^1.13.1",
"webpack-dev-server": "^1.14.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/uporot1k/brandhub.git"
},
"bugs": {
"url": "https://github.com/uporot1k/brandhub/issues"
},
"homepage": "https://github.com/uporot1k/brandhub#readme"
}