-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 769 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 769 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": "reactide-website",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"export": "next export"
},
"repository": {
"type": "git",
"url": "git+https://github.com/reactide/reactide-website.git"
},
"author": "Eric Pham, Rocky Liao, Juan Hart, Khalid Umar",
"license": "ISC",
"bugs": {
"url": "https://github.com/reactide/reactide-website/issues"
},
"homepage": "https://github.com/reactide/reactide-website#readme",
"dependencies": {
"@babel/core": "^7.5.5",
"next": "^9.0.3",
"next-images": "^1.1.2",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"styled-jsx": "^3.2.1",
"webpack": "^4.28.4"
}
}