forked from syphon-org/landing
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 794 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": "syphon.org",
"version": "0.0.1",
"scripts": {
"start": "next dev",
"build": "next build",
"build:prod": "npm install --legacy-peer-deps && NODE_ENV=production next build && next export",
"serve": "next start"
},
"engines": {
"node": ">=14 <15"
},
"dependencies": {
"@tailwindcss/forms": "^0.3.3",
"next": "^11.0.1-canary.5",
"postcss-cli": "^8.3.1",
"react": "17.0.2",
"react-dom": "17.0.2"
},
"devDependencies": {
"autoprefixer": "^10.2.6",
"eslint": "^7.32.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-next": "11.0.0",
"eslint-plugin-react": "^7.26.1",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-config-next": "^11.1.2",
"postcss": "^8.3.5",
"tailwindcss": "^2.2.2"
}
}