-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
66 lines (66 loc) · 1.9 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
{
"name": "pixous",
"version": "0.0.0-development",
"repository": {
"type": "git",
"url": "https://github.com/vimcaw/pixelshop.git"
},
"license": "MIT",
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "vite preview",
"prepare": "husky install",
"semantic-release": "semantic-release"
},
"lint-staged": {
"**/*": "prettier --write --ignore-unknown"
},
"dependencies": {
"@adobe/react-spectrum": "^3.14.1",
"@inlet/react-pixi": "^6.6.5",
"@spectrum-icons/illustrations": "^3.2.2",
"@spectrum-icons/workflow": "^3.2.1",
"@types/lodash": "^4.14.176",
"i18next": "^21.3.3",
"i18next-browser-languagedetector": "^6.1.2",
"lodash": "^4.17.21",
"mobx": "^6.3.5",
"mobx-react-lite": "^3.2.1",
"mobx-state-tree": "^5.0.4",
"nanoid": "^3.1.30",
"pixi-viewport": "^4.34.0",
"pixi.js": "^6.1.3",
"react": "^17.0.0",
"react-dom": "^17.0.0",
"react-hook-form": "^7.18.0",
"react-i18next": "^11.13.0",
"react-use": "^17.3.1"
},
"devDependencies": {
"@commitlint/cli": "^13.2.1",
"@commitlint/config-conventional": "^13.2.0",
"@types/react": "^17.0.33",
"@types/react-dom": "^17.0.10",
"@typescript-eslint/eslint-plugin": "^5.2.0",
"@typescript-eslint/parser": "^5.2.0",
"@vitejs/plugin-react-refresh": "^1.3.6",
"eslint": "^7.32.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-airbnb-typescript": "^14.0.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-i18next": "^5.1.2",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.26.1",
"eslint-plugin-react-hooks": "^4.2.0",
"husky": "^7.0.4",
"lint-staged": "^11.2.6",
"prettier": "2.4.1",
"sass": "^1.43.4",
"semantic-release": "^18.0.0",
"typescript": "^4.4.4",
"vite": "^2.6.13",
"vite-aliases": "^0.8.7"
}
}