-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
60 lines (60 loc) · 1.82 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
{
"private": true,
"dependencies": {
"@babel/core": "^7.19.3",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-object-rest-spread": "^7.18.9",
"@babel/plugin-proposal-private-methods": "^7.18.6",
"@babel/preset-env": "^7.19.3",
"@types/jsmediatags": "^3.9.3",
"@types/throttle-debounce": "^5.0.0",
"acorn": "^8.8.0",
"babel-eslint": "^10.1.0",
"blob-polyfill": "^7.0.20220408",
"bootstrap": "^5.2.2",
"chalk": "^5.0.1",
"classnames": "^2.3.2",
"date-fns": "^2.29.3",
"date-fns-tz": "^1.3.7",
"file-saver": "^2.0.5",
"friendly-challenge": "^0.9.16",
"html-minifier": "^4.0.0",
"jquery": "^3.6.1",
"jsmediatags": "^3.9.7",
"mp3tag.js": "^3.11.0",
"preact": "^10.11.0",
"throttle-debounce": "^5.0.0",
"tslib": "^2.7.0"
},
"devDependencies": {
"@fortawesome/fontawesome-free": "^6.6.0",
"@types/bootstrap": "^5.2.5",
"@types/file-saver": "^2.0.5",
"@types/html-minifier": "^4.0.2",
"@types/jquery": "^3.5.14",
"@typescript-eslint/eslint-plugin": "^8.6.0",
"babel-preset-preact": "^2.0.0",
"eslint": "^8.57.1",
"eslint-config-airbnb": "^19.0.4",
"eslint-import-resolver-typescript": "^3.5.1",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-import-newlines": "^1.2.3",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-react": "^7.31.8",
"eslint-plugin-react-hooks": "^4.6.0",
"laravel-mix": "^6.0.49",
"resolve-url-loader": "^5.0.0",
"sass": "^1.55.0",
"sass-loader": "^13.0.2",
"tar": ">=4.4.18",
"ts-loader": "^9.4.1",
"typescript": "~5.5.4"
},
"scripts": {
"build": "mix --production",
"build:dev": "mix",
"lint": "eslint \"**/*.{ts,tsx}\"",
"lint:fix": "eslint \"**/*.{ts,tsx}\" --fix",
"watch": "mix watch"
}
}