-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.25 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-flags-svg",
"version": "0.0.11",
"description": "Flags as react components",
"main": "lib/index",
"scripts": {
"build": "babel --presets es2015,react,stage-0 --optional runtime -d lib/ modules/",
"build-umd": "NODE_ENV=production webpack modules/index.js lib/umd/ReactFlags.js",
"build-min": "NODE_ENV=production webpack -p modules/index.js lib/umd/ReactFlags.min.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/andreimc/react-flags.git"
},
"keywords": [
"react",
"flags",
"intl"
],
"author": "Andrei Miulescu",
"license": "MIT",
"bugs": {
"url": "https://github.com/andreimc/react-flags/issues"
},
"homepage": "https://github.com/andreimc/react-flags#readme",
"dependencies": {
"react": "^15.1.0"
},
"devDependencies": {
"babel-cli": "^6.4.0",
"babel-core": "^6.4.0",
"babel-eslint": "^4.1.6",
"babel-loader": "^6.2.1",
"babel-polyfill": "^6.3.14",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"babel-preset-stage-0": "^6.5.0",
"file-loader": "^0.8.5",
"rf-changelog": "^0.4.0",
"url-loader": "^0.5.7",
"webpack": "^1.12.11"
}
}