-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
54 lines (54 loc) · 1.37 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
53
54
{
"name": "macaca-reporter",
"version": "1.0.8",
"description": "macaca reporter",
"keywords": [
"macaca",
"reporter"
],
"main": "lib/macaca-reporter.js",
"repository": {
"type": "git",
"url": "git://github.com/macacajs/macaca-reporter.git"
},
"dependencies": {
"macaca-utils": "^1.0.0",
"microtemplate": "^1.0.2",
"mocha": "^2.4.5",
"xlogger": "^1.0.6"
},
"devDependencies": {
"antd": "^2.12.6",
"babel-core": "^6.17.0",
"babel-loader": "^7.1.0",
"babel-plugin-import": "^1.0.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-latest": "^6.24.1",
"babel-preset-react": "^6.24.1",
"css-loader": "^0.14.5",
"d3-tree": "^1.0.9",
"eslint-plugin-mocha": "^4.11.0",
"eslint-plugin-react": "^7.2.1",
"extract-text-webpack-plugin": "^3.0.0",
"istanbul": "^0.4.5",
"json-loader": "^0.5.7",
"less": "^2.7.2",
"less-loader": "^4.0.5",
"lodash": "^4.17.4",
"react": "^15.6.1",
"react-dom": "^15.6.1",
"react-syntax-highlighter": "^5.6.3",
"should": "^11.1.2",
"style-loader": "^0.18.2",
"webpack": "^3.5.3",
"webpack-dev-server": "^2.7.1"
},
"scripts": {
"dev": "webpack-dev-server",
"build": "webpack -p",
"lint": "eslint .",
"prepublish": "npm run build"
},
"homepage": "https://macacajs.github.io/pageuitest",
"license": "MIT"
}