-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
72 lines (72 loc) · 2.23 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
{
"name": "alaska-dev",
"version": "0.13.0",
"description": "Componentized and pluggable web framework for Node.js",
"keywords": [
"alaska",
"koa",
"mongoose",
"react",
"mvc"
],
"scripts": {
"test-install": "node scripts/test.js --install",
"test-copy": "node scripts/test.js --copy",
"test-start": "node scripts/test.js --start",
"test-watch": "node scripts/test.js --watch",
"test": "node scripts/test.js --test",
"cover": "node scripts/test.js --cover",
"eslint": "eslint --ext .jsx,.js ./",
"fix": "eslint --ext .jsx,.js --fix ./",
"flow": "flow check --show-all-errors",
"update": "node scripts/update.js",
"watch": "node scripts/watch.js",
"publish": "node scripts/publish.js && lerna publish",
"sync": "node scripts/sync.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/maichong/alaska.git"
},
"author": {
"email": "[email protected]",
"name": "Liang",
"url": "https://github.com/liangxingchen"
},
"license": "MIT",
"devDependencies": {
"akita": "^0.4.0",
"babel-cli": "^6.26.0",
"babel-eslint": "^8.2.2",
"babel-plugin-syntax-class-properties": "^6.13.0",
"babel-plugin-syntax-export-extensions": "^6.13.0",
"babel-plugin-syntax-flow": "^6.18.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-export-extensions": "^6.22.0",
"babel-plugin-transform-flow-strip-types": "^6.22.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"chalk": "^2.3.2",
"chokidar": "^2.0.3",
"eslint": "^4.19.1",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-flowtype": "^2.46.1",
"eslint-plugin-flowtype-errors": "^3.5.1",
"eslint-plugin-import": "^2.10.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.7.0",
"flow-bin": "^0.69.0",
"flow-declarations": "^0.3.6",
"fs-extra": "^5.0.0",
"lerna": "^2.9.1",
"lodash": "^4.17.5",
"minimist": "^1.2.0",
"mkdirp": "^0.5.1",
"mz": "^2.7.0",
"read-promise": "^1.0.0",
"semver": "^5.5.0",
"shelljs": "^0.8.1"
}
}