-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 966 Bytes
/
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
{
"name": "ecnmy",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --port=30200",
"build": "next build",
"lint": "next lint",
"postinstall": "if [ -e studio ]; then cd studio && npx @sanity/cli install; fi",
"sanity-deploy": "npm --prefix studio run deploy",
"sanity-local": "npm --prefix studio run start --port=3355",
"start": "next start",
"test": "cypress open",
"test-t": "cypress run"
},
"dependencies": {
"@portabletext/react": "^1.0.6",
"@sanity/client": "^3.3.6",
"@sanity/image-url": "^1.0.1",
"next": "^12.2.5",
"pg": "^8.7.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-select": "^5.4.0",
"sharp": "^0.30.7"
},
"devDependencies": {
"autoprefixer": "^10.4.7",
"cypress": "^10.3.0",
"eslint": "^8.19.0",
"eslint-config-next": "^12.2.2",
"node-fetch": "^3.2.8",
"postcss": "^8.4.14",
"tailwindcss": "^3.1.6"
}
}