-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 1.21 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": "Zarinpal",
"description": "zarinpal new landing page",
"author": "zarinpal",
"main": "app.js",
"scripts": {
"dev": "NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"watch": "NODE_ENV=development node_modules/webpack/bin/webpack.js --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 node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js"
},
"dependencies": {
"@material/snackbar": "^0.36.0",
"@material/textfield": "^0.36.0",
"animate.css": "^3.6.1",
"axios": "^0.18.1",
"flexboxgrid-sass": "^8.0.5",
"jquery": "^3.3.1",
"laravel-mix": "^2.0.0",
"typed.js": "^2.0.7",
"vue": "^2.5.13",
"vue-router": "^3.0.1",
"wowjs": "^1.1.3"
},
"devDependencies": {
"browser-sync": "^2.23.6",
"browser-sync-webpack-plugin": "^2.0.1",
"laravel-mix-pug": "^0.1.3",
"pug": "^2.0.0-rc.4"
}
}