-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 949 Bytes
/
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
{
"name": "schemavalidator",
"author": "Seyyed Mahdi Hassanpour - Email: Smahdi1991@gmail.com",
"version": "1.0.0",
"description": "Schema Validator using jsonschema and highlightJS, but consider for enterprise use, you should use AJV ",
"private": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "webpack --mode=development",
"dev:watch": "webpack --mode=development --watch",
"serve": "webpack-dev-server"
},
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.9.0",
"@babel/preset-env": "^7.9.0",
"babel-loader": "^8.1.0",
"clean-webpack-plugin": "^3.0.0",
"css-loader": "^3.4.2",
"glob": "^7.1.6",
"html-webpack-plugin": "^3.2.0",
"style-loader": "^1.1.3",
"webpack": "^4.42.1",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.10.3"
},
"dependencies": {
"highlight.js": "^9.18.1",
"jsonschema": "^1.2.5"
}
}