-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
43 lines (43 loc) · 1.26 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": "oxmohsen-portfolio",
"version": "1.0.0",
"description": "My Portfolio built with react.js bootstrap",
"main": "index.js",
"repository": "https://github.com/oxmohsen/oxmohsen-portfolio.git",
"author": "Mohsen Falakedin",
"license": "MIT",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@apollo/client": "^3.3.21",
"@iconify/react": "^3.1.3",
"@next/eslint-plugin-next": "11.1.3-canary.7",
"bootstrap": "^5.0.2",
"classnames": "^2.3.1",
"graphql": "^15.5.1",
"headroom.js": "^0.12.0",
"moment": "^2.29.1",
"next": "11.1.2",
"nouislider": "^15.2.0",
"prop-types": "^15.7.2",
"react": "17.0.2",
"react-datetime": "^3.0.4",
"react-dom": "17.0.2",
"react-easy-emoji": "^1.5.0",
"react-headroom": "^3.1.1",
"react-lottie": "^1.2.3",
"react-reveal": "^1.2.2",
"react-scripts": "^4.0.3",
"react-typist": "^2.0.5",
"reactstrap": "^8.9.0",
"sharp": "^0.29.1"
},
"devDependencies": {
"eslint": "7.32.0",
"eslint-config-next": "11.1.2"
}
}