-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.54 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
{
"private": true,
"scripts": {
"dev": "npm run development",
"development": "mix",
"watch": "mix watch",
"watch-poll": "mix watch -- --watch-options-poll=1000",
"hot": "mix watch --hot",
"prod": "npm run production",
"production": "mix --production"
},
"devDependencies": {
"@babel/core": "^7.15.5",
"@babel/preset-env": "^7.15.6",
"@vue/compiler-sfc": "^3.2.19",
"@vue/test-utils": "^2.0.0-rc.15",
"autoprefixer": "^10.3.1",
"axios": "^0.21",
"babel-core": "^7.0.0-bridge.0",
"babel-jest": "^27.2.4",
"jquery": "^3.6",
"laravel-mix": "^6.0.19",
"lodash": "^4.17.19",
"popper.js": "^1.16.1",
"postcss": "^8.3.6",
"resolve-url-loader": "^3.1.2",
"sass": "^1.34.1",
"sass-loader": "^11.1.1",
"tailwindcss": "^2.2.6",
"vue": "^3.0.5",
"vue3-jest": "^27.0.0-alpha.1"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@fortawesome/vue-fontawesome": "^3.0.0-4",
"@types/jest": "^26.0.24",
"gsap": "^3.6.1",
"jest": "^26.6.3",
"js-cookie": "^3.0.0",
"laravel-echo": "^1.10.0",
"laravel-mix-alias": "^1.0.3",
"sass-resources-loader": "^2.2.1",
"ts-loader": "^9.2.6",
"typescript": "^4.4.4",
"vue-loader": "^16.8.2",
"vue-router": "^4.0.11",
"vuex": "^4.0.2"
}
}