-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 906 Bytes
/
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
{
"name": "i18n-webpack-plugin-generate-json-example",
"version": "1.0.0",
"description": "",
"author": "matt colman <matt@mattcolman.com>",
"main": "index.js",
"scripts": {
"start": "node devServer.js",
"i18n-generate": "i18n-generate -d src -l 'de cn fr'"
},
"license": "ISC",
"dependencies": {
"react": "^15.6.1",
"react-dom": "^15.6.1"
},
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-core": "^6.14.0",
"babel-loader": "^6.2.5",
"babel-plugin-transform-class-properties": "6.24.1",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-polyfill": "^6.13.0",
"babel-preset-es2015": "^6.14.0",
"babel-preset-react": "^6.24.1",
"html-webpack-plugin": "^2.24.1",
"i18n-webpack-plugin": "^1.0.0",
"i18n-webpack-plugin-generate-json": "^1.1.0",
"webpack": "^2.6.1",
"webpack-dev-server": "^2.4.5"
}
}