forked from oguzkaganeren/manjaro-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
95 lines (95 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
90
91
92
93
94
95
{
"name": "manjaro-starter",
"version": "0.30.0",
"private": true,
"dependencies": {
"@anubra266/stickyreact": "^1.0.1",
"@chakra-ui/anatomy": "^2.1.2",
"@chakra-ui/icons": "^2.0.17",
"@chakra-ui/react": "^2.5.1",
"@choc-ui/paginator": "^3.4.0",
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@fontsource/caveat": "^4.5.10",
"@react-icons/all-files": "^4.1.0",
"@tauri-apps/api": "^1.2.0",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3",
"@types/jest": "^29.4.0",
"@types/node": "^18.14.0",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@types/store": "^2.0.2",
"chakra-ui-markdown-renderer": "^4.1.0",
"chakra-ui-steps": "^3.0.1",
"dompurify": "^3.0.0",
"framer-motion": "^9.0.4",
"i18next": "^22.4.10",
"i18next-browser-languagedetector": "^7.0.1",
"i18next-http-backend": "^2.1.1",
"keen-slider": "^6.8.5",
"lodash": "^4.17.21",
"react": "^18.2.0",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "^18.2.0",
"react-i18next": "^12.1.5",
"react-icons": "^4.7.1",
"react-markdown": "^8.0.5",
"react-router-dom": "^6.8.1",
"recoil": "^0.7.6",
"remark-gfm": "^3.0.1",
"store": "^2.0.12",
"tauri-plugin-log-api": "https://github.com/tauri-apps/tauri-plugin-log",
"typescript": "^4.9.5",
"use-debounce": "^9.0.3",
"web-vitals": "^3.1.1"
},
"scripts": {
"start": "BROWSER=none react-scripts start",
"build": "CI=false && react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"tauri": "tauri",
"bundle": "tauri build"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@tauri-apps/cli": "^1.2.3",
"@types/dompurify": "^2.4.0",
"@types/react-copy-to-clipboard": "^5.0.4",
"@types/react-router-dom": "^5.3.0",
"@typescript-eslint/eslint-plugin": "^5.53.0",
"@typescript-eslint/parser": "^5.53.0",
"eslint": "^8.34.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-import-resolver-typescript": "^3.5.3",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-only-warn": "^1.1.0",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-unused-imports": "^2.0.0",
"react-scripts": "5.0.1"
},
"resolutions": {
"nth-check": "2.1.1"
}
}