-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.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
{
"name": "react-portfolio",
"version": "1.1.0",
"description": "Rebuilding My Portfolio With React",
"main": "index.js",
"scripts": {
"dev": "npm run watch-js & npm run watch-sass",
"build": "next build",
"watch-js": "next -p 8080",
"watch-sass": "sass --watch --no-source-map stylesheets/index.scss public/index.css",
"start": "next start",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "Ryan Grunest",
"license": "ISC",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.35",
"@fortawesome/free-solid-svg-icons": "^5.15.3",
"@fortawesome/react-fontawesome": "^0.1.14",
"@redux-devtools/extension": "^3.1.0",
"@reduxjs/toolkit": "^1.6.1",
"axios": "^0.24.0",
"babel-plugin-graphql-js-client-transform": "^1.1.1",
"cross-fetch": "^3.1.4",
"isomorphic-unfetch": "^3.1.0",
"moment": "^2.29.1",
"next": "^12.0.8",
"next-redux-wrapper": "^7.0.5",
"node-fetch": "^3.1.0",
"postcss": "^8.3.5",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-gtm-module": "^2.0.11",
"react-markdown": "^7.1.2",
"react-redux": "^7.2.6",
"react-scrollmagic": "^2.3.0",
"redux": "^4.1.2",
"redux-thunk": "^2.4.1",
"swr": "^1.1.2"
}
}