-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
43 lines (43 loc) · 1.13 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
{
"name": "linkedin",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 3001",
"build": "next build",
"start": "next start",
"export": "next export"
},
"dependencies": {
"@apollo/client": "^3.3.6",
"@tinymce/tinymce-react": "^3.8.4",
"bootstrap": "^4.5.3",
"chart.js": "^2.9.4",
"easy-peasy": "^5.0.3",
"feather-icons-react": "^0.4.3",
"framer-motion": "^3.2.2-rc.1",
"graphql": "^15.4.0",
"gsap": "^3.6.0",
"next": "^10.0.7",
"plyr-react": "^3.0.7",
"prop-types": "^15.7.2",
"react": "17.0.1",
"react-dom": "17.0.1",
"react-dropzone": "^11.2.4",
"react-html-parser": "^2.0.2",
"react-image-and-background-image-fade": "^1.0.6",
"react-sticky-el": "^2.0.5",
"react-textarea-autosize": "^8.3.0",
"react-waypoint": "^9.0.3",
"sass": "^1.30.0"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"eslint": "^7.15.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.21.5",
"redux-devtools-extension": "^2.13.8"
}
}