-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathpackage.json
118 lines (118 loc) · 3.68 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
{
"name": "web-app-bootstrap",
"version": "1.0.8",
"description": "f2e state management sample",
"keywords": [
"data",
"framework",
"dataflow",
"reduce"
],
"repository": {
"type": "git",
"url": "https://github.com/app-bootstrap/web-app-bootstrap.git"
},
"scripts": {
"dev": "webpack serve",
"dev:test": "cross-env NODE_ENV=test npm run dev",
"lint": "eslint --fix . --ext .vue,.jsx,.js && stylelint --fix assets/**/*.less -s less",
"build": "cross-env NODE_ENV=production webpack",
"prepublish": "npm run build",
"test": "npm run clean && macaca run -d ./test --verbose",
"test:antd": "npm run clean && macaca run -d ./test/antd-sample --coverage-ignore \"antd-sample/common\" --verbose",
"clean": "rm -rf report coverage",
"ci": "concurrently \"npm run dev:test\" \"npm run test:antd\"",
"reliable": "reliable report -c ./macaca-reliable.config.js",
"contributor": "git-contributor"
},
"devDependencies": {
"@ant-design/icons": "^5.2.6",
"@babel/core": "^7.0.0",
"@babel/plugin-proposal-class-properties": "^7.0.0",
"@babel/plugin-proposal-decorators": "^7.0.0",
"@babel/plugin-proposal-export-namespace-from": "^7.0.0",
"@babel/plugin-proposal-function-sent": "^7.0.0",
"@babel/plugin-proposal-json-strings": "^7.0.0",
"@babel/plugin-proposal-numeric-separator": "^7.0.0",
"@babel/plugin-proposal-throw-expressions": "^7.0.0",
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
"@babel/plugin-syntax-import-meta": "^7.0.0",
"@babel/plugin-transform-runtime": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"@babel/preset-react": "^7.0.0",
"@babel/register": "^7.10.5",
"@babel/runtime-corejs2": "^7.0.0",
"antd": "^4.16.13",
"antd-mobile": "^2.3.2",
"antd-mobile-icons": "^0.2.2",
"babel-eslint": "^9.0.0",
"babel-loader": "^8.0.0",
"babel-plugin-istanbul": "6",
"classnames": "^2.2.5",
"concurrently": "^7.2.2",
"cross-env": "^5.1.1",
"css-loader": "^6.7.1",
"datahub-proxy-middleware": "4",
"eslint": "^4.10.0",
"eslint-config-standard": "^11.0.0-beta.0",
"eslint-loader": "^2.0.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-mocha": "^4.11.0",
"eslint-plugin-node": "^5.2.1",
"eslint-plugin-promise": "^3.6.0",
"eslint-plugin-react": "^7.5.1",
"eslint-plugin-standard": "^3.0.1",
"eslint-plugin-vue-libs": "^2.1.0",
"flux": "^3.1.3",
"git-contributor": "1",
"husky": "^1.3.1",
"immutable": "^3.8.2",
"intl": "^1.2.5",
"jsdom": "^11.8.0",
"jsx-loader": "^0.13.2",
"less": "^4.1.2",
"less-loader": "^10.2.0",
"macaca-cli": "2",
"macaca-datahub": "4",
"macaca-playwright": "1",
"macaca-reporter": "1",
"macaca-wd": "4",
"marked": "^0.3.4",
"mini-css-extract-plugin": "^2.6.0",
"mobx": "^3.4.1",
"mobx-react": "^4.3.5",
"mocha-webpack": "^1.1.0",
"prop-types": "^15.6.0",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-redux": "7",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0",
"redux": "4",
"redux-devtools": "3",
"redux-saga": "^1.1.3",
"reliable-cli": "1",
"stylelint": "^8.4.0",
"ts-loader": "^4.3.1",
"tslint": "^5.9.1",
"tslint-loader": "^3.6.0",
"typescript": "^2.8.1",
"unstated": "^2.1.1",
"vue": "^2.5.13",
"vue-class-component": "^6.2.0",
"vue-loader": "^15.2.1",
"vue-template-compiler": "^2.5.13",
"vuex": "^3.0.1",
"webpack": "5",
"webpack-cli": "^4.9.0",
"webpack-dev-server": "^4.7.4",
"whatwg-fetch": "^2.0.4",
"xutil": "1"
},
"husky": {
"hooks": {
"pre-commit": "npm run lint"
}
},
"license": "MIT"
}