forked from renatorib/renatorib.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.67 KB
/
Copy pathpackage.json
File metadata and controls
58 lines (58 loc) · 1.67 KB
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
57
58
{
"name": "rena.to",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next",
"build": "del .next && next build",
"export": "del out && next export",
"deploy": "gh-pages -d out -b master -t",
"lint": "eslint src",
"full-deploy": "yarn lint && yarn build && yarn export && yarn deploy"
},
"dependencies": {
"@emotion/core": "^10.0.35",
"@mdx-js/loader": "^0.20.3",
"@mdx-js/mdx": "^1.1.0",
"@mdx-js/tag": "^0.20.3",
"@sindresorhus/slugify": "^0.9.0",
"@zeit/next-mdx": "^1.2.0",
"date-fns": "^1.30.1",
"emotion": "^10.0.27",
"emotion-server": "^10.0.27",
"emotion-theming": "^10.0.27",
"framer-motion": "^2.6.13",
"next": "^9.5.3",
"next-compose-plugins": "^2.1.1",
"parse-numeric-range": "^0.0.2",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-syntax-highlighter": "^13.5.3",
"react-system": "^0.15.0",
"rss": "^1.2.2",
"styled-system": "^5.1.5"
},
"devDependencies": {
"@emotion/babel-preset-css-prop": "^10.0.27",
"babel-eslint": "^10.0.1",
"babel-plugin-macros": "^2.6.1",
"babel-plugin-module-resolver": "^3.2.0",
"babel-plugin-preval": "^3.0.1",
"del-cli": "^1.1.0",
"eslint": "^5.15.3",
"eslint-plugin-prettier": "^3.0.1",
"eslint-plugin-react": "^7.12.4",
"gh-pages": "^2.0.1",
"imagemin-gifsicle": "^6.0.1",
"imagemin-mozjpeg": "^8.0.0",
"imagemin-optipng": "^6.0.0",
"next-optimized-images": "^2.4.0",
"prettier": "^1.16.4",
"remark": "^11.0.0",
"remark-mdx": "^1.1.0",
"remark-parse": "^7.0.0",
"remark-squeeze-paragraphs": "^3.0.4",
"to-vfile": "^6.0.0",
"unified": "^8.3.2"
}
}