|
1 | 1 | { |
2 | | - "name": "react-tagging-input", |
3 | | - "version": "1.8.6", |
4 | | - "description": "Simple tagging component", |
5 | | - "main": "dist/react-tags.js", |
6 | | - "license": "MIT", |
7 | | - "repository": { |
8 | | - "type": "git", |
9 | | - "url": "https://github.com/JFusco/react-tagging-input" |
10 | | - }, |
11 | | - "author": { |
12 | | - "name": "Joe Fusco", |
13 | | - "email": "jfusco311@gmail.com" |
14 | | - }, |
15 | | - "scripts": { |
16 | | - "preversion": "npm test", |
17 | | - "version": "npm run build && git add .", |
18 | | - "postversion": "git push origin master --tags", |
19 | | - "test": "jest --coverage", |
20 | | - "lint": "eslint --fix --color --debug --ignore-path .eslintignore ./src/component/js/*", |
21 | | - "start": "cross-env NODE_ENV=development webpack-dev-server --hot --inline --open", |
22 | | - "start-docs": "webpack-dev-server --config ./webpack.config.example.babel.js --hot --inline --open", |
23 | | - "build-docs": "npm test && webpack --config ./webpack.config.example.babel.js --progress --colors", |
24 | | - "build": "npm run lint && cross-env NODE_ENV=production webpack --display-chunks --display-modules --progress --colors && npm run build-docs" |
25 | | - }, |
26 | | - "peerDependencies": { |
27 | | - "react": "^15.4.1" |
28 | | - }, |
29 | | - "devDependencies": { |
30 | | - "babel-cli": "^6.23.0", |
31 | | - "babel-core": "^6.23.0", |
32 | | - "babel-eslint": "^7.1.1", |
33 | | - "babel-jest": "^19.0.0", |
34 | | - "babel-loader": "^6.4.1", |
35 | | - "babel-preset-es2015": "^6.18.0", |
36 | | - "babel-preset-react": "^6.16.0", |
37 | | - "babel-preset-stage-0": "^6.22.0", |
38 | | - "babel-register": "^6.18.0", |
39 | | - "clean-webpack-plugin": "^0.1.16", |
40 | | - "copy-webpack-plugin": "^4.0.1", |
41 | | - "cross-env": "^3.2.4", |
42 | | - "css-loader": "^0.27.3", |
43 | | - "del": "^2.2.1", |
44 | | - "enzyme": "^2.7.0", |
45 | | - "enzyme-to-json": "^1.4.5", |
46 | | - "eslint": "^3.17.1", |
47 | | - "extract-text-webpack-plugin": "^2.1.0", |
48 | | - "jest-cli": "^19.0.2", |
49 | | - "node-sass": "^4.1.1", |
50 | | - "react": "^15.4.1", |
51 | | - "react-addons-test-utils": "^15.4.1", |
52 | | - "react-addons-update": "^15.4.1", |
53 | | - "react-dom": "^15.4.1", |
54 | | - "react-test-renderer": "^15.4.1", |
55 | | - "run-sequence": "^1.2.1", |
56 | | - "sass-loader": "^6.0.3", |
57 | | - "style-loader": "^0.14.1", |
58 | | - "webpack": "^2.2.1", |
59 | | - "webpack-dev-server": "^2.4.2" |
60 | | - }, |
61 | | - "jest": { |
62 | | - "moduleFileExtensions": [ |
63 | | - "js", |
64 | | - "json", |
65 | | - "es6" |
66 | | - ], |
67 | | - "moduleDirectories": [ |
68 | | - "node_modules" |
69 | | - ], |
70 | | - "moduleNameMapper": { |
71 | | - "\\.(css|scss)$": "<rootDir>/__mocks__/styleMock.js" |
72 | | - }, |
73 | | - "unmockedModulePathPatterns": [ |
74 | | - "<rootDir>/node_modules/react", |
75 | | - "<rootDir>/node_modules/react-dom", |
76 | | - "<rootDir>/node_modules/react-addons-test-utils" |
77 | | - ], |
78 | | - "globals": { |
79 | | - "__DEV__": true |
80 | | - } |
81 | | - }, |
82 | | - "keywords": [ |
83 | | - "react", |
84 | | - "tags", |
85 | | - "react component", |
86 | | - "tag input" |
87 | | - ] |
| 2 | + "name": "react-tagging-input", |
| 3 | + "version": "1.9.0", |
| 4 | + "description": "Simple tagging component", |
| 5 | + "main": "dist/react-tags.js", |
| 6 | + "license": "MIT", |
| 7 | + "repository": { |
| 8 | + "type": "git", |
| 9 | + "url": "https://github.com/JFusco/react-tagging-input" |
| 10 | + }, |
| 11 | + "author": { |
| 12 | + "name": "Joe Fusco", |
| 13 | + "email": "jfusco311@gmail.com" |
| 14 | + }, |
| 15 | + "scripts": { |
| 16 | + "preversion": "npm test", |
| 17 | + "version": "npm run build && git add .", |
| 18 | + "postversion": "git push origin master --tags", |
| 19 | + "test": "jest --coverage", |
| 20 | + "lint": "eslint --fix --color --debug --ignore-path .eslintignore ./src/component/js/*", |
| 21 | + "start": "cross-env NODE_ENV=development webpack-dev-server --hot --inline --open", |
| 22 | + "start-docs": "webpack-dev-server --config ./webpack.config.example.babel.js --hot --inline --open", |
| 23 | + "build-docs": "npm test && webpack --config ./webpack.config.example.babel.js --progress --colors", |
| 24 | + "build": "npm run lint && cross-env NODE_ENV=production webpack --display-chunks --display-modules --progress --colors && npm run build-docs" |
| 25 | + }, |
| 26 | + "peerDependencies": { |
| 27 | + "react": "^15.4.1" |
| 28 | + }, |
| 29 | + "devDependencies": { |
| 30 | + "babel-cli": "^6.23.0", |
| 31 | + "babel-core": "^6.23.0", |
| 32 | + "babel-eslint": "^7.1.1", |
| 33 | + "babel-jest": "^19.0.0", |
| 34 | + "babel-loader": "^6.4.1", |
| 35 | + "babel-preset-es2015": "^6.18.0", |
| 36 | + "babel-preset-react": "^6.16.0", |
| 37 | + "babel-preset-stage-0": "^6.22.0", |
| 38 | + "babel-register": "^6.18.0", |
| 39 | + "clean-webpack-plugin": "^0.1.16", |
| 40 | + "copy-webpack-plugin": "^4.0.1", |
| 41 | + "cross-env": "^3.2.4", |
| 42 | + "css-loader": "^0.27.3", |
| 43 | + "del": "^2.2.1", |
| 44 | + "enzyme": "^2.7.0", |
| 45 | + "enzyme-to-json": "^1.4.5", |
| 46 | + "eslint": "^3.17.1", |
| 47 | + "extract-text-webpack-plugin": "^2.1.0", |
| 48 | + "jest-cli": "^19.0.2", |
| 49 | + "node-sass": "^4.1.1", |
| 50 | + "react": "^15.4.1", |
| 51 | + "react-addons-test-utils": "^15.4.1", |
| 52 | + "react-addons-update": "^15.4.1", |
| 53 | + "react-dom": "^15.4.1", |
| 54 | + "react-test-renderer": "^15.4.1", |
| 55 | + "run-sequence": "^1.2.1", |
| 56 | + "sass-loader": "^6.0.3", |
| 57 | + "style-loader": "^0.14.1", |
| 58 | + "webpack": "^2.2.1", |
| 59 | + "webpack-dev-server": "^2.4.2" |
| 60 | + }, |
| 61 | + "jest": { |
| 62 | + "moduleFileExtensions": [ |
| 63 | + "js", |
| 64 | + "json", |
| 65 | + "es6" |
| 66 | + ], |
| 67 | + "moduleDirectories": [ |
| 68 | + "node_modules" |
| 69 | + ], |
| 70 | + "moduleNameMapper": { |
| 71 | + "\\.(css|scss)$": "<rootDir>/__mocks__/styleMock.js" |
| 72 | + }, |
| 73 | + "unmockedModulePathPatterns": [ |
| 74 | + "<rootDir>/node_modules/react", |
| 75 | + "<rootDir>/node_modules/react-dom", |
| 76 | + "<rootDir>/node_modules/react-addons-test-utils" |
| 77 | + ], |
| 78 | + "globals": { |
| 79 | + "__DEV__": true |
| 80 | + } |
| 81 | + }, |
| 82 | + "keywords": [ |
| 83 | + "react", |
| 84 | + "tags", |
| 85 | + "react component", |
| 86 | + "tag input" |
| 87 | + ] |
88 | 88 | } |
0 commit comments