-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 2.05 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
{
"private": true,
"scripts": {
"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": "npm run development -- --watch",
"prod": "npm run production",
"production": "cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --no-progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"format:js": "prettier --write \"{resources/js,test,tests}/**/*.{js,vue}\""
},
"devDependencies": {
"@vue/cli-plugin-babel": "^4.5.4",
"@vue/cli-plugin-eslint": "^4.5.4",
"@vue/cli-plugin-router": "^4.5.4",
"@vue/cli-plugin-vuex": "^4.5.4",
"@vue/cli-service": "^4.5.4",
"@vue/eslint-config-airbnb": "^5.1.0",
"axios": "^0.19",
"babel": "^6.23.0",
"babel-eslint": "^10.1.0",
"babel-preset-minify": "^0.5.1",
"babel-preset-vue": "^2.0.2",
"cross-env": "^7.0",
"eslint": "^7.7.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-vue": "^6.2.2",
"laravel-mix": "^5.0.1",
"mix-tailwindcss": "^1.2.0",
"resolve-url-loader": "^3.1.0",
"sass": "^1.15.2",
"sass-loader": "^8.0.0",
"stylelint-config-prettier": "^8.0.2",
"vue-template-compiler": "^2.6.12"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.30",
"@fortawesome/free-regular-svg-icons": "^5.14.0",
"@fortawesome/free-solid-svg-icons": "^5.14.0",
"@fortawesome/vue-fontawesome": "^0.1.10",
"@tailwindcss/custom-forms": "^0.2.1",
"add": "^2.0.6",
"core-js": "^3.6.5",
"lodash": "^4.17.20",
"normalize.css": "^8.0.1",
"nprogress": "^0.2.0",
"tailwindcss": "^1.7.3",
"vee-validate": "^3.3.9",
"vue": "^2.6.12",
"vue-router": "^3.4.3",
"vue-snotify": "^3.2.1",
"vue-tailwind": "^1.1.7",
"vuex": "^3.5.1"
}
}