forked from rapidez/core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.39 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": {
"development": "mix",
"dev": "yarn run development",
"watch": "mix watch",
"watch-poll": "mix watch -- --watch-options-poll=1000",
"hot": "mix watch --hot",
"production": "mix --production",
"prod": "yarn run production"
},
"devDependencies": {
"@appbaseio/reactivesearch-vue": "https://gitpkg.now.sh/api/pkg?url=royduin/reactivesearch/packages/vue&commit=patch-4&scripts.postinstall=yarn%20install%20--ignore-scripts%20%26%26%20yarn%20run%20build-es&scripts.build-es=nps%20build.es",
"@tailwindcss/aspect-ratio": "^0.4.0",
"@tailwindcss/forms": "^0.5.0",
"@tailwindcss/typography": "^0.5.2",
"autoprefixer": "^10.4.4",
"axios": "^0.26.1",
"cross-env": "^7.0.3",
"laravel-mix": "^6.0.43",
"lodash": "^4.17.21",
"postcss": "^8.4.12",
"postcss-import": "^14.1.0",
"postcss-nested": "^5.0.6",
"sass": "^1.49.9",
"sass-loader": "^12.6.0",
"simple-web-worker": "^1.2.0",
"tailwindcss": "^3.0.23",
"turbolinks": "^5.2.0",
"vue": "^2.6.14",
"vue-async-computed": "^3.9.0",
"vue-clickaway": "^2.2.2",
"vue-loader": "^15.9.8",
"vue-template-compiler": "^2.6.14",
"vue-turbolinks": "^2.2.2",
"webpack-bundle-tracker": "^1.5.0"
}
}