-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
60 lines (60 loc) · 2.02 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
{
"authors": [
"Jakub Adamski",
"Anna Idźkowska",
"Rafał Izdebski",
"Mateusz Pietruczuk"
],
"name": "orderlyai",
"description": "OrderlyAI is a web application designed to simplify tracking trends in the ever-evolving field of artificial intelligence. As the AI landscape rapidly expands, keeping up with these changes can be time-consuming and challenging. Our app categorizes AI tools into sections such as writing, productivity, video generation, image generation, chatbots, and marketing.",
"version": "1.0.0",
"homepage": "https://comfy-chebakia-871da9.netlify.app/",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"start": "concurrently --kill-others \"json-server --watch db.json\" \"vite\"",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"@chakra-ui/icons": "^2.1.1",
"@chakra-ui/react": "^2.8.1",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@reduxjs/toolkit": "^1.9.5",
"@types/react-redux": "^7.1.26",
"axios": "^1.5.0",
"concurrently": "^8.2.1",
"dotenv": "^16.3.1",
"framer-motion": "^10.16.4",
"joi": "^17.10.2",
"json-server": "^0.17.3",
"path": "^0.12.7",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hot-toast": "^2.4.1",
"react-redux": "^8.1.2",
"react-router": "^6.15.0",
"react-router-dom": "^6.16.0",
"redux-persist": "^6.0.0",
"redux-thunk": "^2.4.2",
"uuid": "^9.0.1"
},
"devDependencies": {
"@types/node": "^20.6.2",
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@types/uuid": "^9.0.4",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"@vitejs/plugin-react": "^4.0.3",
"eslint": "^8.45.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.3",
"prettier": "3.0.3",
"typescript": "^5.0.2",
"vite": "^4.4.5"
}
}