-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·44 lines (44 loc) · 1.45 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
{
"name": "zgm-boilerplate-craftcms",
"version": "1.0.0",
"author": "Zero Gravity Marketing <tech@zerogravitymareketing.com>",
"homepage": "https://zerogravitymareketing.com",
"private": true,
"repository": {
"type": "git",
"url": "git://github.com/zero-gravity-marketing/boilerplate-craftcms.git"
},
"bugs": {
"url": "https://github.com/zero-gravity-marketing/boilerplate-craftcms/issues"
},
"licenses": [
{
"type": "MIT",
"url": "http://opensource.org/licenses/MIT"
}
],
"scripts": {
"dev": "NODE_ENV=development webpack --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"watch": "NODE_ENV=development webpack --watch --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"hot": "NODE_ENV=development webpack-dev-server --inline --hot --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"
},
"engines": {
"node": ">= 4.5"
},
"devDependencies": {
"axios": "^0.19.0",
"hamburgers": "^1.1.3",
"imagemin-pngcrush": "^6.0.0",
"laravel-mix": "^4.0.0",
"resolve-url-loader": "2.3.1",
"sass": "^1.21.0",
"sass-loader": "7.*",
"sass-rem": "^2.0.1",
"tailwindcss": "^1.0.3"
},
"dependencies": {
"vue": "^2.5.16",
"vue-template-compiler": "^2.5.16"
}
}