-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
79 lines (79 loc) · 2.49 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
{
"name": "react-postfix-input",
"version": "0.0.1",
"description": "Simple react input with postfix and format options",
"main": "lib/react-postfix-input.jsx",
"scripts": {
"dev": "cross-env BABEL_ENV=dev && rollup -c -w",
"build": "cross-env BABEL_ENV=production && rollup -c",
"update": "ncu -a && yarn upgrade",
"upgrade": "yarn upgrade",
"test": "cross-env BABEL_ENV=test && mocha --compilers js:babel-core/register ./test/**/*.spec.js",
"pretest": "npm run build",
"lint": "./node_modules/eslint/bin/eslint.js ./src",
"sizes": "du -sch ./dist/*"
},
"repository": {
"type": "git",
"url": "git+https://github.com/se-panfilov/react-postfix-input.git"
},
"keywords": [
"react",
"input",
"postfix",
"fluid-input",
"react-input",
"postfix-input",
"react-postfix-input",
"react.js"
],
"author": "Sergei Panfilov <se-panfilov@ya.ru> (https://se-panfilov.github.io)",
"license": "MIT",
"private": false,
"bugs": {
"url": "https://github.com/se-panfilov/react-postfix-input/issues"
},
"homepage": "https://github.com/se-panfilov/react-postfix-input#readme",
"devDependencies": {
"babel": "6.23.0",
"babel-cli": "6.26.0",
"babel-core": "6.26.0",
"babel-loader": "7.1.2",
"babel-plugin-external-helpers": "6.22.0",
"babel-plugin-transform-es3-member-expression-literals": "6.22.0",
"babel-plugin-transform-es3-property-literals": "6.22.0",
"babel-plugin-transform-runtime": "6.23.0",
"babel-preset-env": "1.6.1",
"babel-preset-es2015": "6.24.1",
"babel-preset-latest": "6.24.1",
"babel-preset-stage-0": "6.24.1",
"babel-runtime": "6.26.0",
"babelify": "7.3.0",
"babili": "0.1.4",
"browserify": "14.4.0",
"chai": "4.1.2",
"cpx": "1.5.0",
"cross-env": "5.0.5",
"eslint": "4.7.1",
"eslint-config-standard": "10.2.1",
"eslint-friendly-formatter": "3.0.0",
"eslint-plugin-import": "2.7.0",
"eslint-plugin-node": "5.1.1",
"eslint-plugin-promise": "3.5.0",
"eslint-plugin-standard": "3.0.1",
"mocha": "3.5.3",
"rimraf": "2.6.2",
"rollup": "0.52.0",
"rollup-plugin-babel": "3.0.2",
"rollup-plugin-commonjs": "8.2.6",
"rollup-plugin-conditional": "1.1.1",
"rollup-plugin-filesize": "1.5.0",
"rollup-plugin-node-resolve": "3.0.0",
"rollup-plugin-strip-code": "0.2.0",
"rollup-plugin-uglify": "2.0.1",
"rollup-watch": "4.3.1",
"sinon": "3.3.0",
"sinon-chai": "2.13.0"
},
"dependencies": {}
}