-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.44 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
{
"name": "intrinsic",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/icons": "^2.0.12",
"@chakra-ui/react": "^2.4.2",
"@emotion/react": "^11",
"@emotion/styled": "^11",
"eslint-plugin-jsx-a11y": "^6.6.1",
"framer-motion": "^7.6.1",
"nanoid": "^4.0.0",
"next": "12.3.1",
"react": "18.2.0",
"react-dom": "18.2.0"
},
"devDependencies": {
"@next/eslint-plugin-next": "^13.0.5",
"@types/node": "18.11.9",
"@types/react": "18.0.25",
"@typescript-eslint/eslint-plugin": "^5.44.0",
"@typescript-eslint/parser": "^5.44.0",
"eslint": "^8.28.0",
"eslint-config-next": "^13.0.5",
"eslint-plugin-react": "^7.31.11",
"typescript": "^4.9.3"
},
"type": "module",
"description": "Turn your thoughts, moods, and daily goals into an organized library to facilitate structure, stability, organization, and peace..",
"main": "next.config.js",
"repository": {
"type": "git",
"url": "git+https://github.com/HansenJacobA/intrinsic.git"
},
"keywords": [
"personal",
"journal",
"development",
"journey",
"goals",
"aspiration"
],
"author": "Jacob Hansen",
"license": "ISC",
"bugs": {
"url": "https://github.com/HansenJacobA/intrinsic/issues"
},
"homepage": "https://github.com/HansenJacobA/intrinsic#readme"
}