-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 868 Bytes
/
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
{
"name": "portfolio",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "node server.js",
"build": "next build",
"start": "NODE_ENV=production node server.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"express": "^4.16.4",
"next": "9.3.2",
"next-redux-wrapper": "3.0.0-alpha.0",
"next-seo": "^1.9.0",
"prismic-javascript": "^2.0.1",
"prismic-reactjs": "^0.3.2",
"react": "^16.7.0",
"react-dom": "^16.7.0",
"react-redux": "6.0.0",
"redux": "4.0.1",
"redux-devtools-extension": "2.13.8",
"redux-responsive": "^4.3.8",
"redux-thunk": "2.3.0",
"styled-components": "^4.1.3",
"typed.js": "^2.0.9"
},
"devDependencies": {
"babel-plugin-module-resolver": "3.1.3",
"babel-plugin-styled-components": "^1.10.0"
}
}