-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.21 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
{
"name": "joi-tester",
"version": "1.0.3",
"description": "",
"main": "index.js",
"scripts": {
"build": "webpack --progress",
"watch": "npm run build -- --watch",
"prod": "npm run build -- -p",
"fetch-docs": "node convert-docs.js"
},
"author": "Stefan-Gabriel Muscalu <stefan.gabriel.muscalu@gmail.com> (http://my.corneroftheinternet.rocks/)",
"license": "MIT",
"devDependencies": {
"@babel/core": "7.0.0-beta.31",
"@babel/plugin-transform-runtime": "7.0.0-beta.31",
"@babel/preset-env": "7.0.0-beta.31",
"@babel/runtime": "7.0.0-beta.31",
"autoprefixer": "^7.1.6",
"babel-loader": "8.0.0-beta.0",
"babel-plugin-transform-runtime": "^6.23.0",
"css-loader": "^0.28.7",
"cssnano": "^3.10.0",
"extract-text-webpack-plugin": "^3.0.2",
"github-markdown-css": "^3.0.1",
"html-loader": "^0.5.1",
"node-fetch": "^2.6.1",
"node-sass": "^4.13.1",
"postcss-import": "^11.0.0",
"postcss-loader": "^2.0.8",
"sass-loader": "^6.0.6",
"showdown": "^1.9.0",
"style-loader": "^0.19.0",
"webpack": "^3.10.0"
},
"dependencies": {
"codemirror": "^5.31.0",
"@hapi/joi": "^16.1.7",
"json-stringify-pretty-compact": "^1.0.4"
}
}