-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
52 lines (52 loc) · 1.41 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
{
"name": "verk",
"version": "0.1.0",
"description": "http://verk.writeflowy.com Only a library, Use library create web application, We don't need a framework",
"main": "umd/index.js",
"types": "umd/index.d.ts",
"private": false,
"scripts": {
"eslint": "eslint --ext .tsx,.ts --fix ./example",
"dev": "live-server ./webside",
"lib": "node rollup.config.js"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"./{lib}/**/*.{ts,tsx}": [
"npm run eslint",
"prettier --write",
"git add"
]
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^3.7.0",
"@typescript-eslint/parser": "^3.7.0",
"babel-eslint": "^10.1.0",
"eslint": "^7.5.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-jsx-control-statements": "^2.2.1",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.20.3",
"husky": "^4.2.5",
"lint-staged": "^10.2.11",
"monaco-editor": "^0.20.0",
"prettier": "^2.0.5",
"rollup": "^1.24.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-typescript2": "^0.24.3",
"rollup-plugin-uglify": "^6.0.3",
"typescript": "3.5.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ymzuiku/violent.git"
},
"bugs": {
"url": "git+https://github.com/ymzuiku/violent.git"
},
"homepage": "http://verk.writeflowy.com"
}