-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.38 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": "join-code",
"author": "AGNIESZKA_MEDREK",
"description": "Very first version of authorial app for joining people around the world for learning how to code and cooperate with others.",
"version": "0.1.0",
"private": true,
"license": "MIT",
"homepage": "https://github.com/Agnieszka26/join-code",
"engines": {
"node": ">=18.0.0",
"yarn": ">=1.22.0",
"npm": "please-use-yarn"
},
"scripts": {
"dev": "cross-env NODE_OPTIONS='--inspect' next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prettier": "prettier --write .",
"prepare": "husky install"
},
"dependencies": {
"@cypress/react": "^8.0.0",
"classnames": "^2.3.2",
"next": "latest",
"react": "latest",
"react-dom": "latest",
"react-icons": "^4.11.0",
"usehooks-ts": "^2.9.1"
},
"devDependencies": {
"@commitlint/cli": "^17.7.2",
"@commitlint/config-conventional": "^17.7.0",
"@types/node": "latest",
"@types/react": "latest",
"@types/react-dom": "latest",
"autoprefixer": "latest",
"babel-eslint": "^10.1.0",
"cross-env": "^7.0.3",
"cypress": "^13.3.0",
"eslint": "latest",
"eslint-config-next": "latest",
"eslint-config-prettier": "^9.0.0",
"husky": "^8.0.3",
"postcss": "latest",
"prettier": "^3.0.3",
"tailwindcss": "latest",
"typescript": "latest"
}
}