-
Notifications
You must be signed in to change notification settings - Fork 93
/
package.json
80 lines (80 loc) · 2.46 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
{
"name": "@unicef/material-ui-currency-textfield",
"version": "0.8.6",
"description": "Currency input textfield for react with Material-ui style",
"keywords": [
"material design",
"material ui",
"currency",
"currency input",
"currency textfield",
"react"
],
"main": "./dist/index.js",
"typings": "./dist/index.d.ts",
"homepage": "https://unicef.github.io/material-ui-currency-textfield",
"scripts": {
"build": "rollup -c",
"start": "rollup -c -w",
"styleguide": "styleguidist server",
"styleguide:build": "styleguidist build",
"deploy": "gh-pages -d styleguide",
"transpile": "./node_modules/@babel/cli/bin/babel.js src/components/CurrencyTextField -d dist --copy-files",
"prepublishOnly": "npm run transpile",
"publish-demo": "npm run build && npm run deploy"
},
"repository": {
"type": "git",
"url": "git+https://github.com/unicef/material-ui-currency-textfield.git"
},
"author": "UNICEF",
"license": "MIT",
"peerDependencies": {
"react": "^16.8.6",
"react-dom": "^16.8.6",
"prop-types": "^15.7.2",
"@material-ui/core": ">= 4.3.0"
},
"devDependencies": {
"@babel/cli": "^7.5.5",
"@babel/core": "^7.5.5",
"@babel/plugin-proposal-object-rest-spread": "^7.5.5",
"@babel/plugin-transform-react-jsx": "^7.3.0",
"@babel/preset-env": "^7.5.5",
"@babel/preset-react": "^7.0.0",
"@material-ui/core": "^4.8.3",
"@types/node": "^12.6.8",
"@types/react": "^16.9.22",
"babel-core": "^6.23.0",
"babel-loader": "^8.0.5",
"babel-plugin-external-helpers": "^6.22.0",
"babel-plugin-transform-react-jsx": "^6.24.1",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"babelrc-rollup": "^3.0.0",
"core-util-is": "^1.0.2",
"file-loader": "^4.1.0",
"gh-pages": "^2.1.1",
"node-sass": "^4.12.0",
"prop-types": "^15.7.2",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-router-dom": "^5.0.1",
"react-select": "^3.0.4",
"react-styleguidist": "^10.4.2",
"rollup": "^1.17.0",
"rollup-plugin-babel": "^3.0.7",
"rollup-plugin-commonjs": "^10.0.1",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-peer-deps-external": "^2.2.0",
"rollup-plugin-url": "^2.2.2",
"style-loader": "^0.23.1",
"webpack": "^4.29.6",
"webpack-cli": "^3.3.6",
"webpack-dev-server": "^3.2.1"
},
"dependencies": {
"autonumeric": "^4.5.4"
}
}