generated from Real-Dev-Squad/website-template
-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
32 lines (32 loc) · 844 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
{
"name": "rds-events-website",
"version": "0.1.0",
"private": true,
"author": "Real dev squad community",
"scripts": {
"dev": "next -p 3010",
"build": "next build",
"start": "next start",
"lint": "eslint components pages ",
"lint:fix": "eslint components pages --fix"
},
"dependencies": {
"ajv": "^6.12.3",
"next": "9.4.4",
"prop-types": "^15.7.2",
"react": "16.13.1",
"react-dom": "16.13.1"
},
"devDependencies": {
"@fullhuman/postcss-purgecss": "^2.3.0",
"babel-eslint": "^10.1.0",
"eslint": "^7.6.0",
"eslint-config-airbnb": "^18.2.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-react": "^7.20.5",
"eslint-plugin-react-hooks": "^4.0.8",
"postcss-preset-env": "^6.7.0",
"tailwindcss": "^1.4.6"
}
}