1{
2 "name": "gohugo-default-styles",
3 "version": "1.0.0",
4 "description": "Default Theme for Hugo Sites",
5 "main": "index.js",
6 "repository": "",
7 "author": "budparr",
8 "license": "MIT",
9 "scripts": {
10 "build:production": "rm -rf ../static/dist && webpack -p",
11 "build": "webpack --progress --colors --watch",
12 "start": "npm run build"
13 },
14 "devDependencies": {
15 "assets-webpack-plugin": "^3.9.10",
16 "babel-core": "^6.24.1",
17 "babel-loader": "^7.0.0",
18 "babel-preset-env": "^1.4.0",
19 "css-loader": "^0.28.0",
20 "cssnano": "^3.10.0",
21 "extract-text-webpack-plugin": "^2.1.0",
22 "file-loader": "^0.11.1",
23 "postcss": "^5.2.16",
24 "postcss-cssnext": "^2.10.0",
25 "postcss-import": "^9.1.0",
26 "postcss-loader": "^1.3.3",
27 "style-loader": "^0.16.1",
28 "tachyons": "^4.9.1",
29 "webpack": "^2.3.3"
30 },
31 "dependencies": {}
32}