-
Notifications
You must be signed in to change notification settings - Fork 26
/
package.json
46 lines (46 loc) · 1.14 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
{
"name": "@smallstep/hello-mtls",
"version": "0.0.69",
"author": "Smallstep",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git+https://github.com/smallstep/hello-mtls.git"
},
"main": "./index.js",
"scripts": {
"start": "next",
"test": "jest",
"lint": "prettier --check 'src/**/*.{js,jsx}'",
"dist": "webpack --config webpack/config.dist.js && cp package.json README.md LICENSE.txt ./dist"
},
"devDependencies": {
"ajv": "^6.10.2",
"github-markdown-css": "^3.0.1",
"image-size": "^0.7.4",
"image-type": "^4.1.0",
"jest": "^24.8.0",
"js-yaml": "^3.13.1",
"loader-utils": "^1.2.3",
"lodash.merge": "^4.6.2",
"next": "^9.3.2",
"prettier": "^1.18.2",
"prismjs": "^1.21.0",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"read-chunk": "^3.2.0",
"style-loader": "^1.0.0",
"unified": "^8.3.2",
"webpack-cli": "^3.3.6"
},
"dependencies": {
"mustache": "^3.0.3",
"react-markdown": "^4.1.0",
"remark-parse": "^5.0.0",
"unist-util-map": "^1.0.5"
},
"peerDependencies": {
"react": "^16.9.0",
"react-dom": "^16.9.0"
}
}