-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
34 lines (34 loc) · 1.05 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
{
"name": "thezaurus",
"version": "0.1.0",
"private": true,
"type": "module",
"prettier": "./prettierrc.json",
"scripts": {
"test": "node --test",
"dev": "next dev",
"dev_newrelic": "NODE_OPTIONS='-r dotenv/config -r @newrelic/next' next dev",
"build": "next build",
"start": "NODE_OPTIONS='-r dotenv/config -r @newrelic/next' next start",
"lint": "next lint",
"docker-build": "docker build . -t europe-west1-docker.pkg.dev/thezaurus/thezaurus/thezaurus",
"gcp-push": "gcloud builds submit --tag europe-west1-docker.pkg.dev/thezaurus/thezaurus/thezaurus --project thezaurus"
},
"dependencies": {
"@auth0/nextjs-auth0": "^2.6.2",
"@newrelic/next": "^0.5.2",
"autoprefixer": "10.4.14",
"dotenv": "^16.3.1",
"eslint": "8.38.0",
"eslint-config-next": "13.3.0",
"googleapis": "^118.0.0",
"newrelic": "^10.6.1",
"next": "13.3.0",
"postcss": "8.4.22",
"prettier": "^3.0.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-select": "^5.7.3",
"tailwindcss": "3.3.1"
}
}