This repository has been archived by the owner on Mar 8, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 44
/
Copy pathpackage.json
45 lines (45 loc) · 1.49 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
{
"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",
"eslint": "./node_modules/.bin/eslint resources/js/ --fix"
},
"engines": {
"node": "^16"
},
"dependencies": {
"@babel/core": "^7.0.0",
"@babel/eslint-parser": "^7.18.9",
"@babel/plugin-proposal-class-properties": "^7.13.0",
"@babel/plugin-proposal-object-rest-spread": "^7.15.6",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-block-scoping": "^7.12.1",
"@babel/plugin-transform-runtime": "^7.15.8",
"@babel/preset-env": "^7.13.15",
"@hotwired/stimulus": "^3.1.0",
"@hotwired/stimulus-webpack-helpers": "^1.0.1",
"axios": "^0.27.2",
"laravel-mix": "^6.0.16",
"open-color": "^1.7.0",
"postcss": "^8.2.15",
"sortablejs": "^1.15.0",
"squirrelly": "^8.0.8",
"vue-template-compiler": "^2.6.12",
"webpack": "^5.76.0",
"webpack-cli": "^4.9.1"
},
"devDependencies": {
"eslint": "^8.3.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.22.1",
"resolve-url-loader": "^5.0.0",
"sass": "^1.32.8",
"sass-loader": "^13.0.2"
}
}