-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
50 lines (50 loc) · 1.1 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
50
{
"name": "webpack-plugin-fr-theme",
"version": "0.2.0",
"license": "MIT",
"description": "form-render theme plugin",
"author": "JSupot",
"main": "index.js",
"files": [
"lib/",
"index.js"
],
"scripts": {
"commit": "git-cz"
},
"devDependencies": {
"commitizen": "^3.0.0",
"cz-conventional-changelog": "2.1.0",
"webpack": "^4.41.2",
"form-render": "^0.3.1"
},
"dependencies": {
"@babel/cli": "^7.4.3",
"@babel/core": "^7.4.3",
"@babel/generator": "^7.4.4",
"@babel/parser": "^7.4.5",
"@babel/runtime": "^7.4.5",
"@babel/traverse": "^7.4.5",
"@babel/types": "^7.4.4",
"nodejs-fs-utils": "^1.1.2"
},
"peerDependencies": {
"webpack": "^4.0.0",
"form-render": "^0.0.1"
},
"keywords": [
"webpack",
"plugin",
"webpack-plugin-fr-theme"
],
"homepage": "https://github.com/JSupot/webpack-plugin-fr-theme",
"repository": "https://github.com/JSupot/webpack-plugin-fr-theme.git",
"engines": {
"node": ">=8.0"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}