-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
89 lines (89 loc) · 2.72 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
{
"name": "symbols_test",
"version": "0.0.0",
"source": "src/index.html",
"private": true,
"scripts": {
"dev": "vite --host",
"build": "tsc && vite build",
"preview": "vite preview --host",
"i18next:parse": "i18next 'src/**/*.{ts,tsx}'",
"i18next:download": "localazy download -r ${LOCALAZY_READ_KEY}",
"i18next:upload": "localazy upload -w ${LOCALAZY_WRITE_KEY} -r ${LOCALAZY_READ_KEY}",
"format": "prettier --write .",
"type-check": "tsc --noEmit",
"lint": "eslint --ext .js,.jsx,.ts,.tsx --fix .",
"markdownlint": "markdownlint --fix '**/*.md'",
"prepare": "is-ci || husky install",
"commit": "cz"
},
"devDependencies": {
"@commitlint/cli": "^16.2.4",
"@commitlint/cz-commitlint": "^16.2.4",
"@localazy/cli": "^1.6.5",
"@releaseband/commitlint-config": "^1.0.4",
"@releaseband/eslint-config-typescript": "^1.0.9",
"@releaseband/eslint-config-typescript-react": "^1.0.14",
"@releaseband/lint-staged-config": "^1.0.4",
"@releaseband/markdownlint-config": "^2.0.4",
"@releaseband/prettier-config": "^1.0.5",
"@releaseband/typescript-config": "^0.2.9",
"@types/react": "^18.0.25",
"@types/react-dom": "^18.0.9",
"@types/sharp": "^0.31.0",
"@typescript-eslint/eslint-plugin": "^5.23.0",
"@typescript-eslint/parser": "^5.23.0",
"@vitejs/plugin-legacy": "^3.0.1",
"@vitejs/plugin-react": "3.0.0",
"commitizen": "^4.2.4",
"eslint": "^8.15.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.29.4",
"eslint-plugin-react-hooks": "^4.5.0",
"eslint-plugin-simple-import-sort": "^7.0.0",
"eslint-plugin-sonarjs": "^0.13.0",
"eslint-plugin-tsdoc": "^0.2.16",
"fast-xml-parser": "^4.0.12",
"ffmpeg-static": "^5.1.0",
"get-audio-duration": "^3.1.1",
"husky": "^8.0.1",
"i18next-parser": "^7.0.3",
"inquirer": "^8.2.4",
"is-ci": "^3.0.1",
"lint-staged": "^12.4.1",
"markdownlint-cli": "^0.31.1",
"picocolors": "^1.0.0",
"prettier": "^2.6.2",
"sharp": "^0.31.2",
"terser": "^5.16.1",
"typescript": "^4.9.4",
"vite": "^4.0.4"
},
"dependencies": {
"@pixi-spine/loader-4.1": "^3.1.2",
"@pixi-spine/runtime-4.1": "^3.1.2",
"@releaseband/durian": "^0.0.15",
"@releaseband/ecs": "^2.1.2",
"@releaseband/mango": "^2.8.1",
"@releaseband/mango-display": "^0.0.11",
"@releaseband/mango-math": "^0.0.3",
"@releaseband/rowan": "^0.2.65",
"@xstate/fsm": "1.6.5",
"fp-ts": "2.11.9",
"i18next": "^22.0.6",
"io-ts": "2.2.16",
"io-ts-reporters": "2.0.1",
"pixi-webfont-loader": "1.0.2",
"pixi.js": "6.1.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-i18next": "^12.0.0"
},
"engines": {
"node": ">=16.0.0",
"pnpm": ">=7.0.0"
},
"packageManager": "[email protected]"
}