-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
49 lines (49 loc) · 1.29 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
{
"name": "anima-boilerplate",
"version": "1.0.0",
"description": "a standard project",
"boilerplateVersion": "1.0.0",
"scripts": {
"start": "NODE_ENV=development dora -p 8001 --plugins webpack",
"mock": "NODE_ENV=mock dora -p 8001 --plugins webpack",
"test": "atool-test",
"lint": "eslint test src",
"simulator": "dora -p 8001 --plugins 'webpack,livereload,config-manager?path=./mobile.config.js|simOpts,simulator'",
"build": "atool-build"
},
"keywords": [
"standard"
],
"author": "anima",
"entry": {
"index": "./src/index/index.js",
"detail": "./src/detail/detail.js"
},
"dependencies": {
"anima-hd": "*",
"anima-querystring": "~1.0.0",
"anima-template": "~1.0.12",
"anima-yocto-lite": "^1.1.2",
"atpl-loader": "~0.2.0"
},
"devDependencies": {
"atool-build": "^0.7.1",
"atool-test": "^0.4.11",
"babel-eslint": "~6.0.0",
"dora": "^0.3.2",
"dora-plugin-config-manager": "~0.2.3",
"dora-plugin-livereload": "0.3.x",
"dora-plugin-simulator": "~0.1.2",
"dora-plugin-webpack": "0.5.x",
"ejs-html-loader": "~1.2.2",
"eslint": "2.x",
"eslint-config-anima": "^1.0.2",
"eslint-config-egg": "^2.0.0"
},
"engines": {
"install-node": "4.4.4"
},
"tnpm": {
"mode": "npminstall"
}
}