-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.26 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
{
"name": "justintsugranes_website",
"version": "1.0.0",
"description": "<a name=\"readme-top\"></a>",
"main": "index.js",
"scripts": {
"start": "concurrently \"npm run client\" \"npm run sanity\"",
"client": "cd client && npm run start",
"sanity": "cd sanity && npm run dev"
},
"repository": {
"type": "git",
"url": "git+https://github.com/justinTsugranes/justintsugranes_website.git"
},
"keywords": [
"react",
"create-react-app",
"javascript",
"web development",
"front-end",
"ESLint",
"prettier",
"framer-motion",
"bootstrap",
"react-bootstrap",
"sanity",
"sanity.io",
"sanity studio",
"sanity cms",
"sanity content",
"sanity content management",
"sanity content management system",
"react-router"
],
"author": "justinTsugranes",
"license": "MIT",
"bugs": {
"url": "https://github.com/justinTsugranes/justintsugranes_website/issues"
},
"homepage": "https://github.com/justinTsugranes/justintsugranes_website#readme",
"dependencies": {
"@heroicons/react": "^2.0.16",
"@types/jest": "^29.4.0",
"@types/node": "^18.14.0",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"concurrently": "^7.6.0",
"typescript": "^4.9.5"
}
}