-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
71 lines (71 loc) · 1.34 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
{
"name": "demo",
"description": "a demo project",
"author": "mx",
"version": "0.1.0",
"private": true,
"scripts": {
"no": "no",
"prepublish": "no build"
},
"repository": {
"type": "git",
"url": "ssh://[email protected]/mx/demo.git"
},
"license": "MIT",
"devDependencies": {
"awesome-typescript-loader": "0.14.1",
"mx-fe-bone-kit": "0.6.10",
"babel": "5.8.23",
"babel-core": "5.8.25",
"babel-eslint": "4.1.3",
"babel-loader": "5.3.3",
"css-loader": "0.21.0",
"eslint": "1.8.0",
"eslint-loader": "1.1.0",
"less": "2.5.3",
"less-loader": "2.2.1",
"node-libs-browser": "0.5.3",
"nokit": "0.16.7",
"path-to-regexp": "1.2.1",
"send": "0.13.0",
"style-loader": "0.13.0",
"typescript": "1.6.2",
"webpack": "1.12.2"
},
"eslintConfig": {
"parser": "babel-eslint",
"rules": {
"indent": [
2,
4
],
"quotes": [
2,
"single"
],
"linebreak-style": [
2,
"unix"
],
"semi": [
2,
"always"
],
"no-trailing-spaces": 2,
"space-before-function-paren": [
2,
"always"
],
"eqeqeq": [
2,
"allow-null"
]
},
"env": {
"browser": true,
"node": true
},
"extends": "eslint:recommended"
}
}