-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.41 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
{
"name": "webpack-config-intl",
"version": "0.1.1",
"author": "Neal Granger <[email protected]>",
"description": "Add support for intl to your [webpack] build.",
"main": "intl.webpack.config.js",
"scripts": {
"prepublish": "./node_modules/.bin/babel -s -d . src",
"lint": "./node_modules/.bin/eslint src",
"test": "npm run lint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/webpack-config/webpack-config-intl.git"
},
"license": "CC0-1.0",
"bugs": {
"url": "https://github.com/webpack-config/webpack-config-intl/issues"
},
"homepage": "https://github.com/webpack-config/webpack-config-intl#readme",
"dependencies": {
"bundle-loader": "^0.5.4",
"chalk": "^1.1.3",
"find-nearest-file": "^1.0.0",
"locale-emoji": "^0.1.0",
"lodash": "^4.17.4",
"webpack-partial": "^2.0.2"
},
"devDependencies": {
"babel-cli": "^6.22.2",
"babel-core": "^6.22.1",
"babel-preset-metalab": "^0.2.1",
"eslint": "^2.10.2",
"eslint-config-metalab": "^4.0.1",
"eslint-import-resolver-babel-module": "^2.0.1",
"eslint-plugin-filenames": "^0.2.0",
"eslint-plugin-import": "^1.15.0",
"eslint-plugin-lodash-fp": "^1.2.0",
"eslint-plugin-react": "^5.1.1",
"intl": ">=1.0.0",
"react-intl": ">=2.0.0",
"webpack": "^2.2.1"
},
"peerDependencies": {
"intl": ">=1.0.0",
"react-intl": ">=2.0.0",
"webpack": ">=1.0.0"
}
}