-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.17 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
{
"name": "nextpose",
"version": "0.1.1",
"repository": "[email protected]:brianespinosa/nextpose.git",
"license": "MIT",
"author": "Brian Espinosa <[email protected]>",
"scripts": {
"build": "next build",
"dev": "next dev",
"start": "next start"
},
"prettier": "@bjeco/prettier-config",
"eslintConfig": {
"extends": "@bjeco",
"rules": {
"jsx-a11y/anchor-is-valid": "off",
"react/react-in-jsx-scope": "off"
}
},
"dependencies": {
"@jsdevtools/rehype-inline-svg": "^1.1.3",
"@mapbox/rehype-prism": "0.5.0",
"@theme-ui/prism": "0.3.0",
"framer-motion": "2.3.0",
"mermaid.cli": "0.5.1",
"next": "9.5.2",
"next-mdx-enhanced": "3.1.0",
"react": "16.13.1",
"react-dom": "16.13.1",
"remark-capitalize": "1.1.0",
"remark-emoji": "2.1.0",
"remark-mermaid": "0.2.0",
"remark-slug": "6.0.0",
"sass": "1.26.10",
"theme-ui": "0.4.0-rc.1"
},
"devDependencies": {
"@bjeco/eslint-config": "*",
"@bjeco/prettier-config": "*",
"babel-eslint": "10.1.0",
"prop-types": "15.7.2"
},
"engines": {
"node": "14.5.0"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
}
}