-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.65 KB
/
package.json
File metadata and controls
63 lines (63 loc) · 1.65 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
53
54
55
56
57
58
59
60
61
62
63
{
"name": "augmentcode-coming-soon",
"version": "1.0.0",
"description": "🚀 Augment Code - #1 AI Coding Assistant | Best AI Programming Tools 2025 | Free AI Developer Tools | AI Code Completion | Smart Programming Assistant",
"keywords": [
"AI coding assistant",
"programming tools",
"AI developer tools",
"code completion",
"AI programming assistant",
"coding AI",
"developer productivity",
"augment code",
"github copilot alternative",
"free ai tools"
],
"author": {
"name": "Augment Code Community",
"email": "team@augmentcode.in",
"url": "https://augmentcode.in"
},
"homepage": "https://augmentcode.in",
"repository": {
"type": "git",
"url": "https://github.com/svsairevanth12/augmentcode.in-comming-soon.git"
},
"bugs": {
"url": "https://github.com/svsairevanth12/augmentcode.in-comming-soon/issues"
},
"license": "MIT",
"private": false,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"export": "next build",
"type-check": "tsc --noEmit",
"clean": "rm -rf .next out"
},
"dependencies": {
"next": "15.1.11",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"framer-motion": "^11.15.0",
"lucide-react": "^0.468.0"
},
"devDependencies": {
"@types/node": "^22.10.2",
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
"autoprefixer": "^10.4.20",
"eslint": "^9.17.0",
"eslint-config-next": "^15.1.0",
"postcss": "^8.5.1",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.2"
},
"engines": {
"node": ">=18.0.0",
"npm": ">=8.0.0"
}
}