-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.65 KB
/
package.json
File metadata and controls
56 lines (56 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
{
"name": "life-timeline",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint --dir src -f \"./index.js\"",
"format": "prettier --write './**/*.{js,jsx,ts,tsx,json,css}'",
"format:check": "prettier --check './**/*.{js,jsx,ts,tsx,json,css}'",
"test": "jest",
"cypress": "cypress open"
},
"dependencies": {
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.15.2",
"@nextui-org/react": "^2.2.9",
"dom-to-image": "^2.6.0",
"framer-motion": "^10.16.16",
"html2pdf.js": "^0.10.1",
"next": "14.0.4",
"next-themes": "^0.3.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-vertical-timeline-component": "^3.6.0"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.1.6",
"@testing-library/react": "^14.1.2",
"@testing-library/user-event": "^14.5.2",
"@types/dom-to-image": "^2.6.7",
"@types/jest": "^29.5.11",
"@types/node": "20.10.5",
"@types/react": "18.2.46",
"@types/react-dom": "18.2.18",
"@types/react-vertical-timeline-component": "^3.3.6",
"autoprefixer": "^10.4.16",
"cypress": "^13.6.3",
"eslint": "8.56.0",
"eslint-config-next": "14.0.4",
"eslint-config-prettier": "^9.1.0",
"fake-indexeddb": "^5.0.2",
"idb": "^8.0.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"postcss": "^8.4.32",
"prettier": "^3.1.1",
"react-select-event": "^5.5.1",
"react-test-renderer": "^18.2.0",
"tailwindcss": "^3.4.0",
"ts-jest": "^29.1.1",
"typescript": "5.3.3"
}
}