-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.22 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.22 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
{
"name": "portfolio",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest",
"watch": "jest --watchAll"
},
"dependencies": {
"@headlessui/react": "^1.6.6",
"@heroicons/react": "^1.0.6",
"@prismicio/client": "^4.0.0",
"@prismicio/react": "^2.4.4",
"next": "13.0.5",
"phosphor-react": "^1.4.1",
"prismic-dom": "^2.2.5",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-markdown": "^8.0.3"
},
"devDependencies": {
"@babel/preset-typescript": "^7.17.12",
"@swc/core": "^1.2.182",
"@swc/jest": "^0.2.21",
"@testing-library/dom": "^8.13.0",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.2.0",
"@testing-library/user-event": "^14.2.0",
"@types/jest": "^28.1.2",
"@types/node": "^17.0.43",
"@types/prismic-dom": "^2.1.1",
"@types/react": "^18.0.12",
"autoprefixer": "^10.4.7",
"eslint": "8.17.0",
"eslint-config-next": "13.0.5",
"jest": "^27.4.3",
"jest-location-mock": "^1.0.9",
"postcss": "^8.4.14",
"tailwindcss": "^3.1.3",
"ts-jest": "^27.0.0",
"typescript": "^4.7.3"
}
}