-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.15 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.15 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": "jing_react_components",
"version": "0.0.5",
"description": "React Components",
"main": "./lib/index.js",
"author": "Jing Mirror<zfeidy@qq.com>",
"repository": {
"type": "git",
"url": "https://github.com/zfeidy/react_ui_components"
},
"scripts": {
"build": "webpack index.js",
"start": "node ./bin/www",
"test": "NODE_ENV=test mocha --recursive --compilers js:babel-core/register",
"test:watch": "npm test -- --watch"
},
"license": "MIT",
"dependencies": {
"bootstrap": "^3.3.5",
"debug": "~2.2.0",
"encoding": "^0.1.11",
"jquery": "^2.1.4",
"react": "~0.14.3",
"react-dom": "~0.14.3",
"react-bootstrap": "^0.28.1",
"react-router-bootstrap": "^0.19.3",
"serve-favicon": "~2.3.0",
"underscore": "^1.8.3"
},
"devDependencies": {
"babel-core": "^5.6.18",
"babel-loader": "^5.1.4",
"babel-plugin-react-transform": "^1.0.3",
"node-libs-browser": "^0.5.2",
"react-transform-hmr": "^1.0.0",
"raw-loader": "^0.5.1",
"style-loader": "^0.12.3",
"webpack": "^1.9.11",
"webpack-dev-middleware": "^1.2.0",
"webpack-hot-middleware": "^2.2.0"
}
}