-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 943 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
{
"name": "audiophile",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"prebuild": "echo 'Building Sanity to public/admin' && cd admin && npm install && npx @sanity/cli build ../public/admin -y && echo 'Done'",
"build": "next build",
"start": "next start",
"sanity": "cd admin && sanity start",
"lint": "next lint"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/free-brands-svg-icons": "^5.15.4",
"@fortawesome/free-regular-svg-icons": "^5.15.4",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@fortawesome/react-fontawesome": "^0.1.15",
"@sanity/client": "^2.19.0",
"google-libphonenumber": "^3.2.24",
"next": "11.1.2",
"next-sanity": "^0.4.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"sass": "^1.42.0"
},
"devDependencies": {
"eslint": "7.32.0",
"eslint-config-next": "11.1.2"
}
}