forked from thiagozanetti/react-intl-currency-input
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
86 lines (86 loc) · 2.51 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"name": "react-intl-currency-input",
"version": "0.1.8",
"description": "A React component for i18n currency input using the Intl API.",
"main": "dist/index.js",
"scripts": {
"build": "babel src --out-dir dist",
"prepublish": "npm run build",
"example:build": "node example/scripts/build.js",
"example:serve": "node example/server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/thiagozanetti/react-intl-currency-input.git"
},
"keywords": [
"react",
"es6",
"intl",
"currency",
"component",
"input"
],
"author": "Thiago Zanetti <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/thiagozanetti/react-intl-currency-input/issues"
},
"homepage": "https://github.com/thiagozanetti/react-intl-currency-input#readme",
"devDependencies": {
"autoprefixer": "6.7.5",
"babel-cli": "^6.23.0",
"babel-core": "6.23.1",
"babel-eslint": "^7.1.1",
"babel-loader": "6.3.2",
"babel-plugin-transform-es2015-destructuring": "^6.23.0",
"babel-plugin-transform-es2015-parameters": "^6.23.0",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-preset-react": "^6.23.0",
"babel-preset-react-app": "^2.1.0",
"babel-preset-stage-0": "^6.22.0",
"big.js": "^3.1.3",
"chalk": "1.1.3",
"cross-spawn": "5.0.1",
"css-loader": "^0.26.2",
"dotenv": "^4.0.0",
"eslint": "^3.14.0",
"eslint-config-react-app": "^0.5.0",
"eslint-loader": "1.6.1",
"eslint-plugin-flowtype": "^2.30.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "3.0.2",
"eslint-plugin-react": "^6.9.0",
"express": "^4.14.1",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "0.10.1",
"filesize": "3.5.5",
"fs-extra": "2.0.0",
"gzip-size": "3.0.0",
"gzippo": "^0.2.0",
"html-webpack-plugin": "2.28.0",
"http-proxy-middleware": "0.17.3",
"json-loader": "0.5.4",
"morgan": "^1.8.1",
"object-assign": "4.1.1",
"opn": "^4.0.2",
"path-exists": "3.0.0",
"postcss-loader": "1.3.2",
"promise": "7.1.1",
"react": "^15.4.2",
"react-dev-utils": "^0.5.0",
"react-dom": "^15.4.2",
"react-syntax-highlighter": "^5.0.0",
"recursive-readdir": "2.1.1",
"rimraf": "2.6.1",
"strip-ansi": "3.0.1",
"style-loader": "^0.13.2",
"url-loader": "0.5.8",
"webpack": "<2.x.x",
"webpack-manifest-plugin": "1.1.0",
"whatwg-fetch": "2.0.2"
},
"eslintConfig": {
"extends": "react-app"
}
}