forked from FrameworkDesign/pinpoint-image
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 878 Bytes
/
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
{
"private": true,
"engines": {
"node": "^20",
"npm": "^9"
},
"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",
"format": "prettier 'resources/**/*.{css,js,json,css,ts,tsx,vue}' '*.{js,css}' --write"
},
"dependencies": {
"@shopify/draggable": "^1.0.0-beta.8",
"@simonwep/pickr": "^1.8.2",
"cross-env": "^7.0.2",
"dmuploader": "^1.0.4",
"laravel-mix": "^6.0.49",
"luminous-lightbox": "^0.2.0",
"uniqid": "^5.2.0",
"vue": "^2.6.11"
},
"devDependencies": {
"prettier": "^2.1.2",
"sass": "^1.66.1",
"sass-loader": "^13.3.2",
"vue-loader": "^15.10.1",
"vue-template-compiler": "^2.6.11"
}
}