-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.02 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
{
"name": "cobble",
"version": "2.0.0",
"main": "index.js",
"repository": "[email protected]:Developaaah/cobble.git",
"author": "Dennis Schuster <[email protected]>",
"license": "MIT",
"scripts": {
"build": "./cobble build",
"watch": "./cobble watch",
"prod": "./cobble prod",
"prod:env": "./cobble prod:env"
},
"devDependencies": {
"@vue/compiler-sfc": "^3.1.2",
"@vue/component-compiler-utils": "^3.2.2",
"browser-sync": "^2.27.1",
"browser-sync-webpack-plugin": "^2.3.0",
"compress-images": "^1.9.9",
"fs": "^0.0.1-security",
"gifsicle": "^5.2.0",
"html-minifier": "^4.0.0",
"laravel-mix": "^6.0.24",
"md5": "^2.3.0",
"mozjpeg": "^7.1.0",
"path": "^0.12.7",
"pngquant": "^4.0.0",
"resolve-url-loader": "^4.0.0",
"sass": "^1.35.1",
"sass-loader": "^12.1.0",
"svgo": "^2.3.0",
"vue-loader": "^16.2.0",
"vue-template-compiler": "^2.6.14"
},
"dependencies": {
"axios": "^0.21.1",
"jquery": "^3.6.0",
"vue": "^3.1.2"
}
}