-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 834 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 834 Bytes
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
{
"name": "grig.tech",
"version": "1.0.1",
"description": "Documentation for haxe grig",
"main": "index.js",
"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",
"build": "NODE_OPTIONS=--openssl-legacy-provider ./build.sh",
"deploy": "./deploy.sh"
},
"author": "thomasjwebb",
"license": "MIT",
"devDependencies": {
"@11ty/eleventy": "^0.11.0",
"@11ty/eleventy-plugin-syntaxhighlight": "^3.0.1",
"html-minifier": "^4.0.0",
"laravel-mix": "^5.0.5",
"laravel-mix-purgecss": "^5.0.0",
"lix": "^15.12.0",
"sass": "^1.26.10",
"sass-loader": "^8.0.2",
"tailwindcss": "^1.7.3",
"vue-template-compiler": "^2.6.12"
}
}