-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.17 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
{
"name": "@regru/dict-loader",
"version": "1.0.5",
"description": "Webpack loader for babelfish i18n",
"repository": {
"type": "git",
"url": "git+https://github.com/regru/dict-loader.git"
},
"main": "index.js",
"directories": {
"lib": "lib",
"test": "tests"
},
"scripts": {
"test": "mocha --ui tdd --recursive tests/",
"lint": "eslint ./",
"lint:fix": "eslint --fix ./",
"prepublish": "npm run lint"
},
"author": "Makarychev Andrey <[email protected]>",
"license": "MIT",
"devDependencies": {
"@regru/eslint-config-regru-light": "^2.0.1",
"babelfish": "git+https://github.com/regru/babelfish.git#1.1.3-regru",
"chai": "^3.5.0",
"eslint": "^5.16.0",
"mocha": "^5.2.0",
"sinon": "^6.1.3"
},
"dependencies": {
"ajv": "6.5.2",
"loader-utils": "1.1.0",
"lodash.get": "4.4.2",
"lodash.isplainobject": "4.0.6",
"markdown-it": "8.3.1",
"object.omit": "2.0.1",
"typograf": "6.13.0"
},
"bugs": {
"url": "https://github.com/regru/dict-loader/issues"
},
"homepage": "https://github.com/regru/dict-loader#readme",
"keywords": [
"webpack",
"loader",
"babelfish"
]
}