-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 2.17 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
45
46
47
48
49
50
51
52
53
54
{
"name": "bootstrap",
"private": true,
"scripts": {
"dev": "yarn run development",
"development": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"watch": "yarn run development --watch",
"watch-poll": "yarn run watch --watch-poll",
"hot": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack-dev-server.js --inline --hot --config=node_modules/laravel-mix/setup/webpack.config.js",
"prod": "yarn run production",
"production": "cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js"
},
"version": "1.0.0",
"dependencies": {
"axios": "^0.21.1",
"laravel-echo": "^1.3.4",
"lodash": "^4.16.4",
"luxon": "^1.12.1",
"nanoid": "^2.0.0",
"tippy.js": "^5.0.0",
"vue": "^2.5.17",
"vue-router": "^3.0.0",
"vuex": "^3.0.0"
},
"devDependencies": {
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.7.4",
"@babel/plugin-proposal-object-rest-spread": "^7.5.5",
"@babel/plugin-proposal-optional-chaining": "^7.7.5",
"@prettier/plugin-php": "^0.11.2",
"babel-eslint": "^10.0.3",
"browser-sync": "^2.18.13",
"browser-sync-webpack-plugin": "^2.0.0",
"cross-env": "^6.0.0",
"eslint": "^6.0",
"eslint-config-prettier": "^6.1.0",
"eslint-plugin-html": "^6.0.0",
"eslint-plugin-prettier": "^3.1.0",
"eslint-plugin-vue": "^6.0",
"laravel-mix": "^5.0.0",
"preload-webpack-plugin": "^2.3.0",
"prettier": "^1.15.3",
"purify-css": "^1.2.5",
"purifycss-webpack": "^0.7.0",
"resolve-url-loader": "^3.1.0",
"sass": "^1.15.2",
"sass-loader": "^8",
"stylelint": "^12",
"stylelint-config-prettier": "^8.0.0",
"stylelint-config-standard": "^19.0.0",
"stylelint-prettier": "^1.1.1",
"vue-template-compiler": "^2.5.21",
"webpack-chunk-hash": "^0.6.0"
}
}