-
-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
43 lines (43 loc) · 1.16 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
{
"name": "getleon.ai",
"version": "2.0.0",
"description": "Website of the Leon personal assistant",
"author": {
"name": "Louis Grenard",
"email": "[email protected]",
"url": "https://twitter.com/grenlouis"
},
"license": "MIT",
"homepage": "https://getleon.ai",
"repository": {
"type": "git",
"url": "git+https://github.com/leon-ai/getleon.ai.git"
},
"bugs": {
"url": "https://github.com/leon-ai/getleon.ai/issues"
},
"scripts": {
"dev": "node_modules/.bin/next dev",
"build": "node_modules/.bin/next build",
"start": "node_modules/.bin/next start",
"lint": "node_modules/.bin/next lint",
"link": "node_modules/.bin/vercel link",
"env": "node_modules/.bin/vercel login && node_modules/.bin/vercel env pull"
},
"dependencies": {
"js-abbreviation-number": "^1.3.0",
"next": "^12.1.0",
"nextjs-google-analytics": "^2.3.0",
"react": "17.0.2",
"react-dom": "17.0.2"
},
"devDependencies": {
"@types/node": "^17.0.18",
"@types/react": "^17.0.33",
"eslint": "^7.24.0",
"eslint-config-next": "^12.0.1",
"sass": "^1.43.4",
"typescript": "4.4.4",
"vercel": "^28.4.10"
}
}