-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
executable file
·60 lines (60 loc) · 1.57 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
{
"name": "eslint-config-weex",
"version": "1.0.10",
"description": "Standard weex eslint config",
"main": "index.js",
"scripts": {
"start": "npm test && npm run site",
"build": "node ./scripts/build.js && parcel build site/index.html --out-dir docs --public-url ./",
"site": "node ./scripts/build.js && parcel site/index.html",
"test": "npm run lint && node ./test/index.js",
"lint": "eslint --ext .js,.vue --ignore-pattern bad.* ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/weexteam/eslint-config-weex.git"
},
"keywords": [
"eslint",
"eslintrc",
"eslintconfig",
"config",
"alloy",
"alloyteam",
"javascript",
"styleguide",
"react",
"vue",
"typescript"
],
"author": "xcatliu <[email protected]>",
"contributors": [
"heyli <[email protected]>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/weexteam/eslint-config-weex/issues"
},
"homepage": "https://weexteam.github.io/eslint-config-weex/",
"publishConfig": {
"access": "public"
},
"dependencies": {},
"devDependencies": {
"babel-eslint": "^8.0.2",
"babylon": "^6.18.0",
"eslint": "^4.11.0",
"eslint-plugin-react": "^7.7.0",
"eslint-plugin-weex": "^1.0.15",
"fs-extra": "^5.0.0",
"mobi-plugin-color": "^1.0.0",
"mobi.css": "^3.1.1",
"parcel-bundler": "^1.6.2",
"prismjs": "^1.12.2",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"typescript": "^2.7.2",
"typescript-eslint-parser": "^14.0.0",
"vue-eslint-parser": "^2.0.1-beta.2"
}
}