-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.04 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
{
"name": "login-tw3",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "cross-env ANALYZE=true next build",
"start": "next start",
"lint": "next lint",
"export": "cross-env ANALYZE=true next build && next export",
"cy:open": "cypress open",
"cy:run": "cypress run",
"test": "start-server-and-test start http://localhost:3000 cy:run"
},
"dependencies": {
"next": "12.3.0",
"react": "18.2.0",
"react-dom": "18.2.0"
},
"devDependencies": {
"@next/bundle-analyzer": "^12.3.0",
"cross-env": "^7.0.3",
"cypress": "^10.8.0",
"eslint": "8.23.1",
"eslint-config-next": "12.3.0",
"start-server-and-test": "^1.14.0"
},
"repository": {
"type": "git",
"url": "https://github.com/artbitrage/login-tw3.git"
},
"keywords": [
"login",
"next",
"react",
"tailwindcss"
],
"author": "Syafiq Hadzir <syafiqhadzir@live.com.my> (https://syafiqhadzir.dev)",
"license": "MIT",
"homepage": "https://github.com/artbitrage/login-tw3"
}