forked from josephdyer/skeleventy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
26 lines (26 loc) · 986 Bytes
/
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
{
"name": "skeleventy",
"version": "2.0.0",
"description": "Skeleventy - A skeleton boilerplate built with Eleventy",
"scripts": {
"dev": "ELEVENTY_ENV=development npx @11ty/eleventy --config=eleventy.config.js --serve & webpack --watch --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"production": "NODE_ENV=production webpack --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js && npx @11ty/eleventy --config=eleventy.config.js"
},
"repository": {
"type": "git",
"url": "https://github.com/josephdyer/skeleventy.git"
},
"author": "Joseph Dyer",
"license": "MIT",
"devDependencies": {
"@11ty/eleventy": "^0.10.0",
"html-minifier": "^4.0.0",
"laravel-mix": "^5.0.1",
"laravel-mix-purgecss": "^4.2.0",
"resolve-url-loader": "^3.1.0",
"sass": "^1.22.12",
"sass-loader": "^8.0.0",
"tailwindcss": "^1.2.0",
"vue-template-compiler": "^2.6.10"
}
}