forked from ppy/osu-web
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
126 lines (126 loc) · 4.01 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
{
"private": true,
"scripts": {
"dev": "yarn run development",
"development": "cross-env NODE_ENV=development webpack",
"lint": "eslint --cache 'resources/js/**/*.{js,ts,tsx}' 'tests/karma/**/*.{ts,tsx}' '*.js'",
"pretty": "prettier --check .",
"prod": "yarn run production",
"production": "cross-env NODE_ENV=production webpack",
"watch": "yarn run development --watch",
"watch-poll": "yarn run watch --watch-options-poll"
},
"dependencies": {
"@discordapp/twemoji": "^14.0.2",
"@fortawesome/fontawesome-free": "^5.6.3",
"@types/autosize": "^4.0.1",
"@types/bootstrap": "^3.3.0",
"@types/cloudflare-turnstile": "^0.1.5",
"@types/d3": "^7.1.0",
"@types/is-hotkey": "^0.1.1",
"@types/jasmine": "^3.3.13",
"@types/jquery": "^3.3.0",
"@types/jquery.fileupload": "^9.22.1",
"@types/jquery.scrollto": "^1.4.29",
"@types/jqueryui": "^1.12.16",
"@types/lodash": "^4.14.185",
"@types/react": "^17.0.40",
"@types/react-dom": "^17.0.13",
"@types/react-transition-group": "^4.4.4",
"@types/timeago": "^1.6.0",
"@types/unist": "^2.0.6",
"autoprefixer": "^10.4.15",
"autosize": "5.0.2",
"blueimp-file-upload": "^9.11.2",
"bootstrap": "^3.3.6",
"chokidar": "^3.5.2",
"clean-webpack-plugin": "^3.0.0",
"clipboard-polyfill": "^2.3.0",
"coffee-loader": "^0.9.0",
"coffeescript": "^1.12.6",
"copy-webpack-plugin": "^11.0.0",
"cross-env": "^5.2.0",
"css-loader": "^6.8.1",
"css-minimizer-webpack-plugin": "^5.0.1",
"d3": "^7.1.1",
"dotenv": "^8.2.0",
"fork-ts-checker-webpack-plugin": "^8.0",
"glob": "^10.3.4",
"highlight.js": "^11.7.0",
"imagemin": "^6.0.0",
"imports-loader": "^4.0.1",
"inter-ui": "^3.9.0",
"is-hotkey": "^0.1.6",
"jets": "^0.15.0",
"jquery": "^3.5.0",
"jquery-ui": "^1.13.2",
"jquery-ui-touch-punch": "^0.2.3",
"jquery-ujs": "^1.2.2",
"jquery.scrollto": "^2.1.2",
"lang.js": "^1.1.14",
"less": "^3.9.0",
"less-loader": "^11.1.3",
"lodash": "^4.17.19",
"mdast-util-gfm-autolink-literal": "^1.0.3",
"micromark-extension-gfm-autolink-literal": "^1.0.3",
"mini-css-extract-plugin": "^2.7.6",
"mobx": "^6.3.3",
"mobx-react": "^7.2.0",
"moment": "^2.29.4",
"normalize.css": "^8.0.1",
"photoswipe": "^4.1.1",
"postcss": "^8.4.31",
"postcss-loader": "^7.3.3",
"qtip2": "https://github.com/notbakaneko/qTip2.git#cd5f038667d2b23a44f4274c46de01834d704ce6",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-dom-factories": "^1.0.0",
"react-markdown": "^8.0.5",
"react-transition-group": "^4.4.2",
"rehype-truncate": "^1.2.2",
"remark-breaks": "^3.0.2",
"remark-parse": "^10.0.1",
"remark-wiki-link": "^1.0.4",
"shopify-buy": "^2.19.0",
"slate": "^0.82.1",
"slate-history": "^0.66.0",
"slate-react": "^0.83.0",
"terser": "^4.8.1",
"terser-webpack-plugin": "^5.3.9",
"timeago": "^1.5.0",
"ts-loader": "^9.4.4",
"tsconfig-paths-webpack-plugin": "^3.2.0",
"turbolinks": "^5.1.1",
"typescript": "^5.2.2",
"unified": "^10.1.2",
"watchpack": "^2.4.0",
"webpack": "^5.94.0",
"webpack-cli": "^5.1.4",
"webpack-manifest-plugin": "^5.0.0",
"yargs": "^12.0.5",
"ziggy-js": "^1.8.1"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^6.6.0",
"@typescript-eslint/parser": "^6.6.0",
"eslint": "^7.15.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsdoc": "^30.7.8",
"eslint-plugin-react": "^7.29.4",
"eslint-plugin-react-hooks": "^4.3.0",
"eslint-plugin-typescript-sort-keys": "^3.0.0",
"jasmine-core": "^4.1.0",
"karma": "^6.4.1",
"karma-chrome-launcher": "^3.1.1",
"karma-jasmine": "^5.1.0",
"karma-mocha-reporter": "^2.2.5",
"karma-sourcemap-loader": "^0.3.8",
"karma-typescript": "^5.5.4",
"karma-webpack": "^5.0.0",
"prettier": "^3.3.3",
"webpack-build-notifier": "^2.3.0"
},
"resolutions": {
"is-plain-object": "^5.0.0"
}
}