This repository was archived by the owner on Jun 7, 2019. It is now read-only.
forked from daviferreira/react-mentions
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
79 lines (79 loc) · 2.11 KB
/
package.json
File metadata and controls
79 lines (79 loc) · 2.11 KB
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": "@codemotion/react-mentions",
"version": "1.0.5",
"description": "React mentions input",
"main": "src/index.js",
"scripts": {
"test": "npm run env NODE_ENV=test && mocha",
"lint": "eslint src"
},
"repository": {
"type": "git",
"url": "https://github.com/codemotionapps/react-mentions.git"
},
"keywords": [
"react",
"mentions",
"react-component"
],
"author": "Jan-Felix Schwarz",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/codemotionapps/react-mentions/issues"
},
"homepage": "https://github.com/codemotionapps/react-mentions",
"devDependencies": {
"ajv": "5.5.0",
"babel-cli": "^6.23.0",
"babel-core": "^6.22.1",
"babel-eslint": "8.0.3",
"babel-loader": "^6.2.4",
"babel-plugin-react-html-attrs": "^2.1.0",
"babel-plugin-transform-class-properties": "^6.11.5",
"babel-plugin-transform-decorators-legacy": "1.3.4",
"babel-plugin-transform-runtime": "^6.22.0",
"babel-preset-env": "1.6.1",
"babel-preset-es2015": "^6.22.0",
"babel-preset-react": "^6.22.0",
"babel-preset-stage-0": "^6.22.0",
"bundle-loader": "0.5.1",
"chai": "^3.5.0",
"chai-enzyme": "0.8.0",
"chai-things": "^0.2.0",
"css-loader": "^0.20.0",
"envify": "1.2.0",
"enzyme": "3.2.0",
"enzyme-adapter-react-16": "1.1.0",
"eslint": "4.12.1",
"eslint-config-dimitarnestorov": "1.1.1",
"eslint-plugin-babel": "4.1.2",
"eslint-plugin-react": "7.5.1",
"isparta": "^4.0.0",
"jquery": "^2.2.1",
"jsdom": "^8.0.4",
"less": "~2.3.1",
"less-loader": "^2.2.0",
"mocha": "^3.2.0",
"mversion": "^1.10.0",
"react": "16.1.1",
"react-dom": "16.1.1",
"rimraf": "^2.5.2",
"sinon": "~1.17.7",
"sinon-chai": "^2.8.0",
"style-loader": "^0.13.1",
"webpack": "2.2.1",
"webpack-dev-server": "2.4.1"
},
"dependencies": {
"babel-runtime": "^6.22.0",
"lodash": "^4.5.1",
"prop-types": "^15.5.8"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"peerDependencies": {
"react": "^16.0.0",
"react-dom": "^16.0.0"
}
}