-
Notifications
You must be signed in to change notification settings - Fork 19
/
package.json
66 lines (66 loc) · 1.8 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
56
57
58
59
60
61
62
63
64
65
66
{
"name": "pattern-projector",
"version": "0.1.0",
"private": true,
"main": "index.js",
"repository": "[email protected]:courtneypattison/pattern-projector.git",
"author": "courtneypattison <[email protected]>",
"license": "MIT",
"scripts": {
"dev": "next dev",
"build": "prettier . --write; next build",
"start": "next start",
"lint": "next lint",
"test:unit": "jest",
"cypress:open": "cypress open",
"postinstall": "patch-package"
},
"dependencies": {
"@cantoo/pdf-lib": "^2.1.3",
"@next/third-parties": "^14.2.5",
"@serwist/next": "^8.4.4",
"@serwist/precaching": "^8.4.4",
"@serwist/sw": "^8.4.4",
"@types/node": "20.6.2",
"@types/react": "18.2.22",
"@types/react-dom": "18.2.7",
"@vercel/analytics": "^1.1.3",
"@vercel/speed-insights": "^1.0.9",
"autoprefixer": "10.4.15",
"eslint": "^8.57.0",
"eslint-config-next": "13.4.19",
"ml-matrix": "^6.10.5",
"next": "13.4.19",
"next-intl": "^3.9.0",
"postcss": "8.4.29",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-full-screen": "^1.1.1",
"react-pdf": "^7.7.0",
"tailwindcss": "3.3.3",
"typescript": "^5.4.4"
},
"devDependencies": {
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/typography": "^0.5.10",
"@testing-library/jest-dom": "^6.1.3",
"@testing-library/react": "^14.0.0",
"@types/jest": "^29.5.5",
"cypress": "^13.6.3",
"eslint-config-prettier": "^9.1.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"patch-package": "^8.0.0",
"postinstall-postinstall": "^2.1.0",
"prettier": "3.2.5",
"ts-node": "^10.9.2",
"typescript-eslint": "^7.5.0",
"webpack": "^5.91.0"
},
"resolutions": {
"jackspeak": "2.1.1"
},
"prettier": {
"trailingComma": "all"
}
}