-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.41 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.41 KB
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
{
"name": "snipdroid-web-react",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "vite",
"build": "rimraf dist && vite build",
"preview": "vite preview",
"lint": "eslint --ext \".tsx,.ts\" src/",
"lint:fix": "eslint --fix --ext \".tsx,.ts\" src/"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@carbon/icons-react": "^11.22.1",
"@carbon/react": "^1.33.2",
"@types/lodash": "^4.14.195",
"@vitejs/plugin-react": "^4.0.3",
"i18next": "^23.2.11",
"lodash": "^4.17.21",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-i18next": "^13.0.2",
"react-router-dom": "^6.14.1",
"sass": "^1.63.6",
"swr": "^2.2.0",
"transliteration": "^2.3.5",
"zustand": "^4.3.9"
},
"devDependencies": {
"@types/carbon__icons-react": "^11.20.0",
"@types/node": "^20.4.2",
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"eslint": "^8.44.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-react": "^7.32.2",
"prettier": "^3.0.0",
"rimraf": "^5.0.1",
"ts-node": "^10.9.1",
"typescript": "^5.1.6",
"typescript-plugin-css-modules": "^5.0.1",
"unocss": "^0.53.5",
"vite": "^4.4.4",
"vite-plugin-checker": "^0.6.1",
"vite-tsconfig-paths": "^4.2.0"
}
}