-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 754 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 754 Bytes
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
{
"name": "codinghub-tips",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@zeit/next-sass": "^1.0.1",
"gray-matter": "^4.0.2",
"next": "^9.3.2",
"next-compose-plugins": "^2.2.0",
"next-transpile-modules": "^2.3.1",
"node-sass": "^4.13.1",
"raw-loader": "^4.0.0",
"react": "^16.13.0",
"react-copy-to-clipboard": "^5.0.2",
"react-dom": "^16.13.0",
"react-embed-gist": "^1.0.10",
"react-feather": "^2.0.3",
"react-flexbox-grid": "^2.1.2",
"react-syntax-highlighter": "^12.2.1",
"simple-icons": "^2.8.0"
}
}