forked from waterholeforum/core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 2.09 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
54
55
56
57
58
59
60
61
{
"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",
"prettier": "prettier --write '**/*' --ignore-unknown",
"release": "release-it"
},
"devDependencies": {
"@babel/runtime": "^7.21.0",
"@csstools/postcss-global-data": "^1.0.3",
"@prettier/plugin-php": "^0.20.1",
"@release-it/bumper": "^4.0.2",
"@release-it/keep-a-changelog": "^3.1.0",
"prettier-plugin-blade": "^1.6.12",
"@types/lodash-es": "^4.17.7",
"@types/webpack-env": "^1.18.0",
"laravel-mix": "^6.0.49",
"postcss": "^8.4.21",
"postcss-each": "^1.1.0",
"postcss-mixins": "^9.0.4",
"postcss-preset-env": "^8.0.1",
"postcss-scss": "^4.0.6",
"prettier": "^3.0.2",
"release-it": "^15.9.0",
"ts-loader": "^9.4.2",
"typescript": "^4.9.5",
"webpack": "^5.76.2",
"webpack-bundle-analyzer": "^4.8.0"
},
"dependencies": {
"@floating-ui/dom": "^1.2.4",
"@github/combobox-nav": "2.2.0",
"@github/hotkey": "^2.0.1",
"@github/paste-markdown": "^1.4.2",
"@github/relative-time-element": "^4.2.3",
"@github/text-expander-element": "^2.3.0",
"@hotwired/stimulus": "^3.2.1",
"@hotwired/stimulus-webpack-helpers": "^1.0.1",
"@hotwired/turbo": "^7.3.0",
"animated-scroll-to": "^2.3.0",
"emoji-picker-element": "^1.16.0",
"highlight.js": "^11.7.0",
"inclusive-elements": "^0.4.3",
"inclusive-sort": "0.1.0-beta.2",
"ky": "^0.33.3",
"laravel-echo": "^1.15.0",
"lodash-es": "^4.17.21",
"nanomorph": "^5.4.3",
"pusher-js": "^7.6.0",
"sticky-observer": "0.1.0-beta.1",
"text-field-edit": "^3.2.0",
"textarea-editor": "^2.1.1",
"uplot": "^1.6.24",
"vanilla-colorful": "^0.7.2"
}
}