-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.02 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.02 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
{
"name": "react-basic-mentions",
"version": "1.0.3",
"description": "Simple mention plugin for react",
"main": "index.js",
"scripts": {
"build:package": "babel src --out-dir lib",
"watch:test": "webpack -d --watch",
"build:test": "webpack -p"
},
"repository": {
"type": "git",
"url": "https://github.com/xavierlefevre/react-basic-mentions"
},
"keywords": [
"react",
"reactjs",
"mentions",
"react-component"
],
"author": "Xavier Lefevre",
"license": "ISC",
"dependencies": {
"babel-polyfill": "^6.9.1",
"babel-runtime": "^6.11.6",
"lodash": "^4.14.1",
"react": "^15.3.0",
"react-dom": "^15.3.0",
"react-router": "^2.6.1",
"style-loader": "^0.13.1"
},
"devDependencies": {
"babel-cli": "^6.11.4",
"babel-loader": "^6.2.4",
"babel-plugin-transform-runtime": "^6.12.0",
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.11.1",
"babel-preset-stage-0": "^6.5.0",
"css-loader": "^0.23.1",
"webpack": "^1.13.1"
}
}