-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 984 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 984 Bytes
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
{
"name": "react-duoshuo",
"version": "0.0.2",
"description": "A react wrapper of Duoshuo",
"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-duoshuo.git"
},
"keywords": [
"react",
"textarea",
"webpack"
],
"bugs": {
"url": "https://github.com/LingyuCoder/react-duoshuo/issues"
},
"homepage": "https://github.com/LingyuCoder/react-duoshuo#readme"
}