-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathpackage.json
51 lines (51 loc) · 1.16 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
{
"name": "nextjs-reactstrap",
"description": "NextJS with Reactstrap Dashboard",
"keywords": [
"NextJS",
"ReactJS",
"Reactstrap"
],
"homepage": "https://github.com/dyarfi/nextjs-reactstrap",
"version": "0.1.0",
"private": false,
"license": "Unlicense",
"author": {
"name": "Defrian Yarfi",
"email": "dyarfi20@gmail.com",
"url": "https://dyarfi.github.io/"
},
"contributors": [
"defrian <dyarfi20@gmail.com> (https://dyarfi.github.io/)"
],
"scripts": {
"dev": "next dev -p 3001",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.12.1",
"@zeit/next-sass": "^1.0.1",
"bootstrap": "^4.4.1",
"cssnano": "^4.1.10",
"next": "9.3.2",
"next-redux-wrapper": "^5.0.0",
"node-sass": "^4.13.1",
"prop-types": "^15.7.2",
"react": "16.12.0",
"react-dom": "16.12.0",
"react-redux": "^7.2.0",
"reactstrap": "^8.4.1",
"redux": "^4.0.5"
},
"browserslist": [
">0.3%",
"not ie 11",
"not dead",
"not op_mini all"
],
"devDependencies": {
"prettier": "^1.19.1",
"redux-devtools-extension": "^2.13.8"
}
}