-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
65 lines (65 loc) · 1.72 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
{
"name": "mickey-todo",
"version": "1.0.0",
"description": "Simple Todo application build with mickey",
"keywords": [
"mickey",
"examples",
"todo",
"react",
"redux",
"saga",
"router"
],
"author": {
"name": "bubkoo",
"email": "bubkoo.wy@gmail.com"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/mickeyjsx/mickey-todo.git"
},
"bugs": {
"url": "https://github.com/mickeyjsx/mickey-todo/issues"
},
"homepage": "https://github.com/mickeyjsx/mickey-todo#readme",
"devDependencies": {
"babel-eslint": "^7.2.3",
"babel-plugin-import": "^1.4.0",
"babel-plugin-mickey-model-loader": "^0.0.5",
"babel-plugin-mickey-model-validator": "^1.0.3",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-export-extensions": "^6.22.0",
"babel-plugin-transform-runtime": "^6.23.0",
"eslint": "^4.4.1",
"eslint-config-airbnb": "^15.1.0",
"eslint-import-resolver-webpack": "^0.8.3",
"eslint-plugin-babel": "^4.1.2",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jsx-a11y": "^5.1.1",
"eslint-plugin-react": "^7.2.0",
"husky": "^0.14.3",
"porsche": "^1.0.3",
"redbox-react": "^1.5.0"
},
"dependencies": {
"antd": "^2.12.8",
"es6-promise": "^4.1.1",
"isomorphic-fetch": "^2.2.1",
"mickey": "^0.2.8",
"path-to-regexp": "^2.0.0",
"prop-types": "^15.5.10",
"react": "^15.6.1",
"redux-action-buffer": "^1.1.0",
"redux-persist": "^4.9.1",
"url": "^0.11.0",
"uuid": "^3.1.0"
},
"scripts": {
"lint": "eslint --ext .js,.jsx src/",
"start": "porsche server",
"build": "porsche build",
"precommit": "npm run lint"
}
}