-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
108 lines (108 loc) · 3.27 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
{
"name": "Artha",
"version": "0.1.0",
"private": true,
"dependencies": {
"@auth0/nextjs-auth0": "^1.5.0",
"@babel/core": "7.9.0",
"@reach/router": "^1.3.4",
"@svgr/webpack": "4.3.3",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.5.0",
"@testing-library/user-event": "^7.2.1",
"@tim-soft/react-spring-web": "^9.0.0-beta.36",
"@typescript-eslint/eslint-plugin": "^2.10.0",
"@typescript-eslint/parser": "^2.10.0",
"babel-eslint": "10.1.0",
"babel-jest": "^24.9.0",
"babel-loader": "8.1.0",
"babel-plugin-named-asset-import": "^0.3.6",
"babel-preset-react-app": "^9.1.2",
"bootstrap": "^4.5.0",
"camelcase": "^5.3.1",
"case-sensitive-paths-webpack-plugin": "2.3.0",
"css-loader": "3.4.2",
"dotenv": "8.2.0",
"dotenv-expand": "5.1.0",
"emailjs-com": "^2.6.3",
"eslint-config-react-app": "^5.2.1",
"eslint-loader": "3.0.3",
"eslint-plugin-flowtype": "4.6.0",
"eslint-plugin-import": "2.20.1",
"eslint-plugin-jsx-a11y": "6.2.3",
"eslint-plugin-react-hooks": "^1.6.1",
"file-loader": "4.3.0",
"font-awesome": "^4.7.0",
"frontmatter-markdown-loader": "^3.6.3",
"fs-extra": "^8.1.0",
"graphql": "^15.5.1",
"graphql-request": "^3.4.0",
"gsap": "^3.7.1",
"history": "^5.0.0",
"html-webpack-plugin": "4.0.0-beta.11",
"identity-obj-proxy": "3.0.0",
"jquery": "^3.5.1",
"lodash": "^4.17.21",
"mini-css-extract-plugin": "0.9.0",
"netlify-cms-app": "^2.15.46",
"next": "^10.0.0",
"next-compose-plugins": "^2.2.1",
"next-images": "^1.8.1",
"next-iron-session": "^4.2.0",
"node-sass": "^4.14.1",
"optimize-css-assets-webpack-plugin": "5.0.3",
"pnp-webpack-plugin": "1.6.4",
"popper.js": "^1.16.1",
"postcss-flexbugs-fixes": "4.1.0",
"postcss-loader": "3.0.0",
"postcss-normalize": "8.0.1",
"postcss-preset-env": "6.7.0",
"postcss-safe-parser": "4.0.1",
"prop-types": "^15.7.2",
"react": "^16.13.1",
"react-animated-slider": "^2.0.0",
"react-app-polyfill": "^1.0.6",
"react-bootstrap": "^1.3.0",
"react-bootstrap-icons": "^1.5.0",
"react-cool-onclickoutside": "^1.5.5",
"react-dev-utils": "^10.2.1",
"react-dom": "^16.13.1",
"react-gsap": "^3.2.1",
"react-hook-form": "^6.4.0",
"react-icons": "^4.2.0",
"react-image-gallery": "^1.2.5",
"react-markdown": "^6.0.2",
"react-photo-gallery": "^8.0.0",
"react-pose": "^4.0.10",
"react-slick": "^0.27.8",
"react-socks": "^2.1.0",
"react-spring-lightbox": "^1.4.11",
"react-tabs": "^3.2.2",
"reactstrap": "^8.9.0",
"resolve": "1.15.0",
"resolve-url-loader": "3.1.1",
"sass": "^1.42.1",
"sass-loader": "8.0.2",
"semver": "6.3.0",
"slick-carousel": "^1.8.1",
"style-loader": "0.23.1",
"styled-components": "^5.1.1",
"swr": "^1.0.1",
"terser-webpack-plugin": "2.3.5",
"ts-pnp": "1.1.6",
"url-loader": "2.3.0",
"webpack": "4.42.0",
"webpack-dev-server": "3.10.3",
"webpack-manifest-plugin": "2.2.0",
"workbox-webpack-plugin": "4.3.1"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"devDependencies": {
"eslint": "^7.31.0",
"eslint-plugin-react": "^7.24.0"
}
}