-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 737 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 737 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
{
"name": "react-christmas",
"license": "MIT",
"scripts": {
"dev": "next",
"build": "next build",
"start": "NODE_ENV=production next start",
"deploy": "npm run build && now && now alias"
},
"dependencies": {
"babel-plugin-styled-components": "^1.5.1",
"date-fns": "^2.4.1",
"debounce": "^1.2.0",
"extract-domain": "^2.0.4",
"marked": "^0.5.2",
"next": "^9.1.1",
"prop-types": "^15.6.2",
"react": "^16.8.3",
"react-dom": "^16.8.3",
"react-ga": "^2.5.6",
"reading-time": "^1.1.3",
"styled-components": "^4.0.2",
"styled-normalize": "^8.0.0"
},
"devDependencies": {
"babel-plugin-root-import": "^6.4.1",
"frontmatter-markdown-loader": "^2.1.0"
}
}