1 | {
|
2 | "name": "react-mentions",
|
3 | "version": "1.1.0",
|
4 | "description": "React mentions input",
|
5 | "main": "lib/index.js",
|
6 | "scripts": {
|
7 | "test": "npm run env NODE_ENV=test && mocha",
|
8 | "transpile": "npm run env NODE_ENV=production && babel src --out-dir lib",
|
9 | "clean": "rimraf lib",
|
10 | "start": "cd gh-pages && webpack-dev-server --config webpack.dev.config.js --port 9090 --d --hot --inline --progress --colors",
|
11 | "lint": "eslint src",
|
12 | "pretranspile": "npm run clean",
|
13 | "prepublish": "npm run transpile",
|
14 | "prepages-publish": "npm run env NODE_ENV=production && cd gh-pages && webpack",
|
15 | "pages-publish": "grunt publish"
|
16 | },
|
17 | "repository": {
|
18 | "type": "git",
|
19 | "url": "https://github.com/effektif/react-mentions.git"
|
20 | },
|
21 | "keywords": [
|
22 | "react",
|
23 | "mentions",
|
24 | "react-component"
|
25 | ],
|
26 | "author": "Jan-Felix Schwarz",
|
27 | "license": "BSD-3-Clause",
|
28 | "bugs": {
|
29 | "url": "https://github.com/effektif/react-mentions/issues"
|
30 | },
|
31 | "homepage": "https://github.com/effektif/react-mentions",
|
32 | "devDependencies": {
|
33 | "babel-cli": "^6.23.0",
|
34 | "babel-core": "^6.22.1",
|
35 | "babel-loader": "^6.2.4",
|
36 | "babel-plugin-transform-class-properties": "^6.11.5",
|
37 | "babel-plugin-transform-runtime": "^6.22.0",
|
38 | "babel-preset-es2015": "^6.22.0",
|
39 | "babel-preset-react": "^6.22.0",
|
40 | "babel-preset-stage-0": "^6.22.0",
|
41 | "bundle-loader": "0.5.1",
|
42 | "chai": "^3.5.0",
|
43 | "chai-enzyme": "^0.6.1",
|
44 | "chai-things": "^0.2.0",
|
45 | "css-loader": "^0.20.0",
|
46 | "envify": "1.2.0",
|
47 | "enzyme": "^2.7.1",
|
48 | "eslint": "^3.16.1",
|
49 | "eslint-config-signavio": "^1.4.2",
|
50 | "eslint-config-signavio-test": "^1.2.1",
|
51 | "grunt": "~1.0.1",
|
52 | "grunt-contrib-copy": "^1.0.0",
|
53 | "grunt-contrib-less": "~1.4.0",
|
54 | "grunt-gh-pages": "~2.0.0",
|
55 | "isparta": "^4.0.0",
|
56 | "jquery": "^2.2.1",
|
57 | "jsdom": "^8.0.4",
|
58 | "less": "~2.3.1",
|
59 | "less-loader": "^2.2.0",
|
60 | "mocha": "^3.2.0",
|
61 | "mversion": "^1.10.0",
|
62 | "radium": "^0.18.1",
|
63 | "react": "^15.3.2",
|
64 | "react-addons-test-utils": "^15.3.2",
|
65 | "react-dom": "^15.3.2",
|
66 | "react-hot-loader": "^3.0.0-beta.6",
|
67 | "react-router": "^2.6.1",
|
68 | "react-test-renderer": "^15.5.4",
|
69 | "recompose": "^0.22.0",
|
70 | "redbox-react": "^1.2.2",
|
71 | "rimraf": "^2.5.2",
|
72 | "sinon": "~1.17.7",
|
73 | "sinon-chai": "^2.8.0",
|
74 | "style-loader": "^0.13.1",
|
75 | "webpack": "2.2.1",
|
76 | "webpack-dev-server": "2.4.1"
|
77 | },
|
78 | "dependencies": {
|
79 | "babel-runtime": "^6.22.0",
|
80 | "lodash": "^4.5.1",
|
81 | "prop-types": "^15.5.8",
|
82 | "substyle": "^5.1.2"
|
83 | },
|
84 | "peerDependencies": {
|
85 | "react": ">=0.14.0",
|
86 | "react-dom": ">=0.14.0"
|
87 | }
|
88 | }
|