-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.06 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.06 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
{
"name": "react-as-tagfield",
"version": "0.2.1",
"description": "A react tagfield",
"main": "src/index.js",
"scripts": {
"start": "node server.js",
"build": "webpack"
},
"author": "skyinlayer",
"license": "MIT",
"devDependencies": {
"autoprefixer-loader": "~2.0.0",
"babel-core": "~5.5.4",
"babel-loader": "~5.1.4",
"css-loader": "~0.14.4",
"less": "~2.5.1",
"less-loader": "~2.2.0",
"react-hot-loader": "~1.2.7",
"style-loader": "~0.12.3",
"webpack": "~1.9.10",
"webpack-dev-server": "~1.9.0",
"node-libs-browser": "^0.5.2"
},
"peerDependencies": {
"react": "~0.13.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/LingyuCoder/react-as-tagfield.git"
},
"keywords": [
"react",
"tagfield",
"webpack"
],
"bugs": {
"url": "https://github.com/LingyuCoder/react-as-tagfield/issues"
},
"homepage": "https://github.com/LingyuCoder/react-as-tagfield#readme",
"dependencies": {
"react-as-event-mixin": "^0.1.1",
"react-mixin": "^1.7.0"
}
}