-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
76 lines (76 loc) · 2.3 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
{
"name": "spicetify-beat-saber",
"version": "2.3.0",
"description": "Beat Saber map availability plugin for Spicetify",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/kuba2k2/spicetify-beat-saber.git"
},
"private": true,
"dependencies": {
"beastsaber-api": "^2.2.1",
"beatsaver-api": "^2.0.2",
"gulp-util": "^3.0.8",
"idb": "^7.0.0",
"jquery": "^3.6.0",
"rxjs": "^7.4.0",
"semver": "^7.5.4",
"styled-components": "^5.3.11",
"tough-cookie": "^4.0.0",
"tslib": "^2.3.1",
"typescript": "^4.5.3"
},
"scripts": {
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
"format": "prettier --write \"src/**/*.ts\" \"src/**/*.tsx\"",
"format-check": "prettier --check \"src/**/*.ts\"",
"version": "cross-var replace '\\d+\\.\\d+\\.\\d+' $npm_package_version apps/beatsaber/manifest.json && git add apps/beatsaber/manifest.json",
"build": "gulp build",
"build:dev": "gulp build:dev",
"watch": "gulp watch",
"start": "gulp watch"
},
"devDependencies": {
"@babel/core": "^7.16.0",
"@babel/preset-react": "^7.16.0",
"@babel/preset-typescript": "^7.16.0",
"@types/browserify": "^12.0.37",
"@types/gulp": "^4.0.9",
"@types/gulp-concat": "0.0.33",
"@types/gulp-if": "0.0.34",
"@types/gulp-rename": "^2.0.1",
"@types/gulp-sourcemaps": "0.0.35",
"@types/gulp-uglify": "^3.0.7",
"@types/jquery": "^3.5.10",
"@types/react": "^17.0.37",
"@types/react-dom": "^17.0.11",
"@types/semver": "^7.5.0",
"@types/styled-components": "^5.1.26",
"@types/stylis": "^4.2.0",
"@types/tough-cookie": "^4.0.1",
"@typescript-eslint/eslint-plugin": "^5.6.0",
"@typescript-eslint/parser": "^5.6.0",
"babelify": "^10.0.0",
"browserify": "^17.0.0",
"cross-var": "^1.1.0",
"eslint": "^8.4.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-react": "^7.27.1",
"gulp": "^4.0.2",
"gulp-bro": "^2.0.0",
"gulp-concat": "^2.6.1",
"gulp-if": "^3.0.0",
"gulp-rename": "^2.0.0",
"gulp-sass": "^5.0.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-transform": "^3.0.5",
"gulp-uglify": "^3.0.2",
"npm-run-all": "^4.1.5",
"prettier": "^2.5.1",
"replace": "^1.2.1",
"sass": "^1.45.0",
"ts-node": "^10.4.0",
"tsify": "^5.0.4"
}
}