-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
44 lines (44 loc) · 1.01 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
{
"name": "react-intl-loader",
"version": "1.0.2",
"description": "Async react-intl locale data loader for webpack",
"keywords": [
"async",
"lazy",
"react",
"intl",
"react-intl",
"locale",
"loader",
"webpack"
],
"author": "Danilo Bürger <info@danilobuerger.de> (http://danilobuerger.de)",
"license": "MIT",
"homepage": "https://github.com/danilobuerger/react-intl-loader#readme",
"repository": {
"type": "git",
"url": "https://github.com/danilobuerger/react-intl-loader.git"
},
"bugs": {
"url": "https://github.com/danilobuerger/react-intl-loader/issues"
},
"main": "index.js",
"files": [
"index.js"
],
"dependencies": {
"loader-utils": "^0.2.14"
},
"devDependencies": {
"check-es3-syntax-cli": "^0.1.2",
"eslint": "^3.7.1"
},
"peerDependencies": {
"intl": "^1.1.0",
"intl-locales-supported": "^1.0.0",
"react-intl": "^2.0.1"
},
"scripts": {
"lint": "eslint *.js && check-es3-syntax --kill --print *.js"
}
}