forked from pikock/bootstrap-magic
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.64 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
{
"name": "bootstrap-magic",
"author": "Orson <contact@orson.io> Autreplanète",
"version": "4.0.0",
"description": "Generate your Bootstrap 4.0 Theme with Bootstrap Magic",
"license": "MIT",
"keywords": ["bootstrap4", "bootstrap-themes-generator", "bootstrap-magic"],
"homepage": "https://pikock.github.io/bootstrap-magic/",
"engines": {
"node": ">=6"
},
"bugs": {
"url": "https://github.com/pikock/bootstrap-magic/issues",
"email": "contact@orson.io"
},
"repository": {
"type": "git",
"url": "https://github.com/pikock/bootstrap-magic.git"
},
"scripts": {
"prod": "npm run build && ./node_modules/.bin/serve ./dist --single",
"dev": "./node_modules/serve/bin/serve.js",
"clean": "rimraf dist",
"watch": "nodemon -e scss -x \"npm run build\"",
"build": "npm run clean && NODE_ENV=production webpack"
},
"devDependencies": {
"autoprefixer": "^7.1.2",
"babel-core": "^6.25.0",
"babel-eslint": "^7.2.3",
"babel-loader": "^7.1.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"compression-webpack-plugin": "^0.4.0",
"css-loader": "^0.28.0",
"extract-text-webpack-plugin": "^3.0.0",
"file-loader": "^0.11.2",
"html-webpack-plugin": "^2.29.0",
"node-sass": "^4.5.3",
"postcss-loader": "^2.0.6",
"preload-webpack-plugin": "^1.2.2",
"recursive-readdir-sync": "^1.0.6",
"rimraf": "^2.6.1",
"sass-loader": "^6.0.6",
"serve": "^6.4.1",
"style-loader": "^0.18.2",
"url-loader": "^0.5.8",
"webpack": "^3.4.1",
"webpack-dev-server": "^2.5.1",
"nodemon": "^1.12.1",
"dotenv-webpack": "^1.5.4"
}
}