forked from yajie013/frozenui-react-component
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.32 KB
/
package.json
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
{
"name": "frozenui-react-component",
"version": "0.0.1",
"description": "component lib",
"main": "index.js",
"scripts": {
"start": "node server.js",
"test": "node __TOOLS__/test_command.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/studzw/frozenui-react-component.git"
},
"keywords": [
"reactjs",
"react",
"component"
],
"author": "zhangwu",
"license": "ISC",
"bugs": {
"url": "https://github.com/studzw/frozenui-react-component/issues"
},
"homepage": "https://github.com/studzw/frozenui-react-component#readme",
"dependencies": {
"react": "^15.0.1",
"react-dom": "^15.0.1"
},
"devDependencies": {
"babel-core": "^6.7.6",
"babel-loader": "^6.2.4",
"babel-plugin-transform-runtime": "^6.7.5",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-0": "^6.5.0",
"babel-runtime": "^6.6.1",
"chai": "^3.5.0",
"chai-enzyme": "^0.4.2",
"cheerio": "^0.20.0",
"enzyme": "^2.2.0",
"eslint": "^2.8.0",
"eslint-loader": "^1.3.0",
"eslint-plugin-react": "^5.0.1",
"jsdom": "^8.4.0",
"mocha": "^2.4.5",
"react-addons-test-utils": "^15.0.1",
"react-hot-loader": "^1.3.0",
"sinon": "^1.17.3",
"webpack": "^1.13.0",
"webpack-dev-server": "^1.14.1"
}
}