-
Notifications
You must be signed in to change notification settings - Fork 31
/
package.json
59 lines (59 loc) · 1.83 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
{
"name": "tslint-config-alloy",
"version": "0.2.1",
"description": "AlloyTeam TSLint 规则",
"main": "index.js",
"scripts": {
"start": "npm run build:tslint && npm run build:docs",
"build:tslint": "ts-node scripts/build",
"build:docs": "rimraf docs && parcel build site/index.html --out-dir docs --public-url ./",
"tslint": "tslint --project . ./**/*.ts",
"prettier": "prettier -l ./**/*",
"test": "mocha -r ts-node/register test/index.ts",
"test:watch": "mocha -r ts-node/register -w --watch-extensions ts test/index.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AlloyTeam/tslint-config-alloy.git"
},
"keywords": [
"tslint",
"tslintrc",
"tslintconfig",
"config",
"alloy",
"alloyteam",
"javascript",
"typescript",
"styleguide",
"react",
"vue"
],
"author": "xcatliu <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/AlloyTeam/tslint-config-alloy/issues"
},
"homepage": "https://github.com/AlloyTeam/tslint-config-alloy#readme",
"devDependencies": {
"@types/mocha": "^5.2.5",
"@types/node": "^10.12.9",
"@types/prettier": "^1.15.1",
"@types/prismjs": "^1.9.0",
"@types/react": "^16.7.7",
"@types/react-dom": "^16.0.11",
"mobi-plugin-color": "^1.0.0",
"mobi.css": "^3.1.1",
"mocha": "^5.2.0",
"parcel-bundler": "^1.10.3",
"prettier": "^1.15.2",
"prismjs": "^1.15.0",
"react": "^16.6.3",
"react-dom": "^16.6.3",
"rimraf": "^2.6.2",
"ts-node": "^7.0.1",
"tslint": "^5.11.0",
"tslint-config-prettier": "^1.16.0",
"typescript": "^3.1.6"
}
}