-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.16 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": "relaxng-forms",
"version": "0.0.1",
"description": "convert relaxng schemas into bootstrap webforms",
"main": "src/parsers/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "webpack-dev-server --env=dev",
"build": "webpack"
},
"author": "niko@niko.io",
"license": "ISC",
"dependencies": {
"lodash": "^4.17.19",
"xmldom": "^0.1.27",
"z": "^1.0.9"
},
"devDependencies": {
"babel-core": "^6.0.0",
"babel-eslint": "^10.0.1",
"babel-loader": "^6.0.0",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-preset-env": "^1.5.1",
"babel-preset-es2015": "^6.24.1",
"cross-env": "^3.0.0",
"eslint": "^5.14.1",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-loader": "^2.1.2",
"eslint-plugin-compat": "^2.7.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-lodash-fp": "^2.2.0-a1",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-vue": "^5.2.2",
"js-beautify": "^1.10.2",
"prismjs": "^1.17.1",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.10",
"webpack-dev-server": "^3.9.0",
"xml-formatter": "^1.2.0"
}
}