-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.13 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.13 KB
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
{
"name": "evanshunt-next",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "next dev",
"dev2": "scripts/dev",
"build": "next build",
"export": "next export",
"start": "next start"
},
"keywords": [],
"author": "Justine Matsalla",
"license": "ISC",
"dependencies": {
"@contentful/rich-text-react-renderer": "^15.16.3",
"@evanshunt/derekstrap": "^0.1.11",
"bootstrap": "^4.6.2",
"breakpoint-sass": "^2.7.1",
"classnames": "^2.3.2",
"contentful": "^10.1.0",
"eslint-config-next": "^13.3.0",
"gsap": "file:gsap-bonus.tgz",
"next": "^13.3.0",
"pure-react-carousel": "^1.30.1",
"react": "^18.2.0",
"react-accessible-accordion": "^5.0.0",
"react-dom": "^18.2.0",
"react-gtm-module": "^2.0.11",
"react-inlinesvg": "^3.0.2",
"react-markdown": "^8.0.7",
"react-modal": "^3.16.1",
"sass": "^1.85.0",
"sass-em": "^1.0.3",
"sass-rem": "^2.0.1"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"eslint": "^7.32.0",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0"
}
}