forked from badgeteam/Hatchery
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
53 lines (53 loc) · 1.44 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
51
52
53
{
"name": "hatchery",
"version": "1.1.1",
"description": "badge.team Hatchery",
"author": "Anne Jan Brouwer <[email protected]>",
"private": false,
"scripts": {
"dev": "yarn development",
"development": "mix",
"watch": "mix watch",
"watch-poll": "mix watch -- --watch-options-poll=1000",
"hot": "mix watch --hot",
"prod": "yarn production",
"production": "mix --production",
"lint": "./node_modules/.bin/eslint --ext .js resources/js",
"build": "yarn production",
"test": "vendor/bin/phpstan analyse"
},
"devDependencies": {
"@hapi/hoek": "^9.2.1",
"@popperjs/core": "^2.11.5",
"axios": "^0.26.1",
"bootstrap": "^5.1.3",
"bootstrap-sass": "^3.4.3",
"codemirror": "^5.65.2",
"css-loader": "^6.7.1",
"dropzone": "^6.0.0-beta.2",
"eslint": "^8.12.0",
"file-loader": "^6.2.0",
"jquery": "^3.6.0",
"laravel-mix": "^6.0.43",
"lodash": "^4.17.21",
"mem": "^9.0.2",
"node-forge": "^1.3.1",
"postcss": "^8.1.14",
"pre-commit": "^1.2.2",
"resolve-url-loader": "^5.0.0",
"sass": "^1.49.11",
"sass-loader": "^12.6.0",
"url-loader": "^4.1.1",
"vanilla-picker": "^2.12.1",
"vue": "^3.2.31",
"vue-template-compiler": "^2.6.14",
"webpack": "^5.71.0",
"webpack-cli": "^4.9.2",
"yarn-upgrade-all": "^0.7.1"
},
"dependencies": {
"laravel-echo": "^1.11.4",
"markdownlint-cli": "^0.31.1",
"pusher-js": "^7.0.6"
}
}