-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
56 lines (56 loc) · 1.53 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
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "nextjs-stater",
"version": "1.0.0",
"description": "",
"main": "bin/www",
"scripts": {
"dev": "nodemon bin/www",
"build": "next build",
"start": "NODE_ENV=production nodemon bin/www"
},
"repository": {
"type": "git",
"url": "git+https://github.com/myungjaeyu/nextjs-starter.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/myungjaeyu/nextjs-starter/issues"
},
"homepage": "https://github.com/myungjaeyu/nextjs-starter#readme",
"dependencies": {
"@babel/runtime-corejs2": "^7.9.2",
"@emotion/core": "^10.0.27",
"@emotion/styled": "^10.0.27",
"@fortawesome/fontawesome-svg-core": "^1.2.25",
"@fortawesome/free-regular-svg-icons": "^5.11.2",
"@fortawesome/free-solid-svg-icons": "^5.11.2",
"@fortawesome/react-fontawesome": "^0.1.7",
"@zeit/next-sass": "^1.0.1",
"axios": "^0.19.0",
"express": "^4.17.1",
"immutability-helper": "^3.0.1",
"js-cookie": "^2.2.1",
"next": "^9.1.2",
"next-compose-plugins": "^2.2.0",
"next-pwa": "^1.1.1",
"next-redux-wrapper": "^4.0.1",
"next-seo": "^1.12.0",
"node-sass": "^4.12.0",
"nookies": "^2.0.8",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-hook-form": "^3.26.4",
"react-redux": "^7.1.1",
"redux": "^4.0.4",
"redux-actions": "^2.6.5",
"redux-observable": "^1.2.0",
"rxjs": "^6.5.3",
"shards-react": "^1.0.3",
"universal-rxjs-ajax": "^2.0.3"
},
"devDependencies": {
"nodemon": "^1.19.1"
}
}