-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 1.33 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
{
"name": "mini-framework",
"version": "4.1.0",
"description": "mini framework for landings pages",
"main": "index.js",
"repository": "[email protected]:tavo1987/mini-framework.git",
"author": "tavo1987 <[email protected]>",
"license": "MIT",
"private": true,
"scripts": {
"dev": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"watch": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --watch --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"hot": "cross-env NODE_ENV=development node_modules/webpack-dev-server/bin/webpack-dev-server.js --inline --hot --config=node_modules/laravel-mix/setup/webpack.config.js",
"prod": "cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js"
},
"devDependencies": {
"browser-sync": "^2.24.4",
"browser-sync-webpack-plugin": "^2.2.2",
"cross-env": "5.1.5",
"laravel-mix": "^2.1.11",
"laravel-mix-purgecss": "^2.1.2",
"tailwindcss": "^0.5.3"
},
"dependencies": {
"foundation-sites": "^6.4.1",
"jquery": "^3.2.1",
"vee-validate": "^2.0.9",
"vue": "^2.5.16",
"webfontloader": "^1.6.28"
}
}