-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
44 lines (44 loc) · 1.2 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-language",
"author": "[email protected]",
"version": "0.1.3",
"description": "a React component for dev i18n webpage",
"main": "./src/index.js",
"scripts": {
"dev": "node devServer.js",
"build": "env NODE_ENV=production webpack --config webpack.config.prod.js",
"lint": "./node_modules/.bin/eslint src"
},
"keywords": [
"react i18n",
"react-language"
],
"repository": {
"type": "git",
"url": "https://github.com/Lobos/react-language.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/lobos/react-language/issues"
},
"devDependencies": {
"babel": "^6.5.2",
"babel-core": "~6.7.2",
"babel-eslint": "^6.0.4",
"babel-loader": "~6.2.4",
"babel-plugin-react-transform": "~2.0.2",
"babel-preset-es2015": "~6.6.0",
"babel-preset-es2015-loose": "~7.0.0",
"babel-preset-react": "~6.5.0",
"babel-preset-react-hmre": "~1.1.1",
"eslint": "~2.4.0",
"eslint-plugin-babel": "~3.1.0",
"eslint-plugin-react": "~4.2.3",
"express": "~4.13.4",
"react": "^15.0.2",
"react-dom": "^15.0.2",
"webpack": "~1.12.14",
"webpack-dev-middleware": "~1.5.1",
"webpack-hot-middleware": "~2.10.0"
}
}