-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.91 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": "cheza",
"packageManager": "yarn@3.5.1",
"scripts": {
"dev:player": "yarn workspace @mistweaverco/cheza.js dev",
"build:player": "yarn workspace @mistweaverco/cheza.js build",
"release:player": "yarn workspace @mistweaverco/cheza.js release",
"dev:ima-plugin": "yarn workspace @mistweaverco/cheza.js-ima-plugin dev",
"build:ima-plugin": "yarn workspace @mistweaverco/cheza.js-ima-plugin build",
"release:ima-plugin": "yarn workspace @mistweaverco/cheza.js-ima-plugin release",
"dev:recommendation-plugin": "yarn workspace @mistweaverco/cheza.js-recommendation-plugin dev",
"build:recommendation-plugin": "yarn workspace @mistweaverco/cheza.js-recommendation-plugin build",
"release:recommendation-plugin": "yarn workspace @mistweaverco/cheza.js-recommendation-plugin release",
"dev:docs": "docsify serve ./docs",
"serve:docs": "docsify serve ./docs",
"lint": "eslint .",
"test": "jest",
"test:coverage": "jest --coverage"
},
"devDependencies": {
"@babel/cli": "7.22.5",
"@babel/core": "7.22.5",
"@babel/preset-env": "7.22.5",
"@mistweaverco/jest-svg-transformer": "1.0.2",
"@mistweaverco/jest-vite-raw-transformer": "0.0.4",
"@types/jest": "29.5.2",
"@typescript-eslint/eslint-plugin": "5.50.0",
"@typescript-eslint/parser": "5.59.11",
"babel-jest": "29.5.0",
"dashjs": "4.7.0",
"docsify-cli": "4.4.4",
"eslint": "8.0.1",
"eslint-config-standard-with-typescript": "35.0.0",
"eslint-plugin-import": "2.25.2",
"eslint-plugin-n": "15.0.0",
"eslint-plugin-promise": "6.0.0",
"hls.js": "1.4.6",
"jest": "29.5.0",
"jest-environment-jsdom": "29.5.0",
"jest-raw-loader": "^1.0.1",
"local-web-server": "5.3.0",
"prettier": "2.8.1",
"sass": "1.63.6",
"ts-jest": "29.1.0",
"typescript": "5.1.3",
"vite": "3.2.5"
},
"workspaces": {
"packages": [
"packages/*"
]
}
}