-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.24 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
{
"name": "a2b",
"version": "0.1.5",
"private": true,
"license": "MIT",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest --watch"
},
"dependencies": {
"@formspree/react": "^2.5.1",
"editorjs-blocks-react-renderer": "^1.3.0",
"graphql": "^16.8.1",
"graphql-request": "^6.1.0",
"hamburger-react": "^2.5.0",
"next": "14.0.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"sass": "^1.69.7",
"sharp": "^0.33.2",
"typograf": "^7.3.0"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.2.0",
"@testing-library/react": "^14.1.2",
"@types/node": "^20.11.2",
"@types/react": "^18.2.48",
"@types/react-dom": "18.2.18",
"autoprefixer": "^10.4.16",
"caniuse-lite": "^1.0.30001576",
"eslint": "8.56.0",
"eslint-config-next": "14.0.4",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"postcss": "^8.4.33",
"styled-jsx": "^5.1.2",
"tailwindcss": "^3.4.1",
"typescript": "5.3.3"
},
"description": "тимбилдинг с современным искусством",
"repository": "https://github.com/addonion/a2b.git",
"author": "addonion <[email protected]>"
}