-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.06 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
35
36
37
38
39
40
{
"name": "v1-studio",
"version": "1.0.0",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"lint": "eslint components/**/*.js pages/**/*.js"
},
"dependencies": {
"@headlessui/react": "^1.5.0",
"@heroicons/react": "^1.0.6",
"axios": "^0.21.1",
"lodash": "^4.17.21",
"next": "latest",
"prop-types": "^15.7.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-ga": "^3.3.0",
"react-marquee-slider": "^1.1.5",
"react-reveal": "^1.2.2",
"react-typist": "^2.0.5",
"styled-components": "^5.3.3",
"sweetalert2": "^10.3.5",
"typeface-inter": "^3.15.0",
"typeface-source-sans-pro": "^1.1.5"
},
"devDependencies": {
"eslint": "^7.10.0",
"eslint-config-airbnb": "^18.2.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-react": "^7.21.2",
"eslint-plugin-react-hooks": "^4.1.2",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-preset-env": "^5.3.0",
"tailwindcss": "^2.1.2"
},
"license": "MIT"
}