-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·38 lines (38 loc) · 1.58 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
{
"private": true,
"scripts": {
"prettier": "prettier --write './**/*.{js,php,json,vue}'",
"local": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --hide-modules --env=local --config=node_modules/laravel-mix/setup/webpack.config.js",
"staging": "cross-env NODE_ENV=staging node_modules/webpack/bin/webpack.js --progress --hide-modules --env=staging --config=node_modules/laravel-mix/setup/webpack.config.js",
"production": "cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --progress --hide-modules --env=production --config=node_modules/laravel-mix/setup/webpack.config.js",
"dev": "yarn local",
"watch": "yarn local -- --watch"
},
"devDependencies": {
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@fullhuman/postcss-purgecss": "^2.1.0",
"@prettier/plugin-php": "^0.11.2",
"@tailwindcss/ui": "^0.1.3",
"cross-env": "^7.0.2",
"laravel-mix": "^5.0.4",
"prettier": "^1.18.2",
"tailwindcss": "^1.2",
"vue": "^2.6.11",
"vue-template-compiler": "^2.6.11"
},
"dependencies": {
"acme-client": "^3.3.0",
"axios": "^0.19.2",
"codemirror": "^5.52.2",
"express": "^4.17.1",
"global": "^4.4.0",
"laravel-echo": "^1.6.1",
"laravel-echo-server": "^1.6.0",
"pusher-js": "^5.1.1",
"v-click-outside": "^3.0.1",
"vue-click-outside": "^1.0.7",
"vue-codemirror": "^4.0.6",
"vue-router": "^3.1.6",
"ziggy": "^2.4.0"
}
}