forked from searchfe/san-ssr-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
79 lines (79 loc) · 2.15 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
72
73
74
75
76
77
78
79
{
"name": "san-ssr-plugin",
"version": "1.5.0",
"description": "",
"main": "dist/plugin.js",
"scripts": {
"build": "gulp build -f ./gulpfile.ts --require ./.vscode/ts-node.js && tsc --declaration --outDir dist/ --emitDeclarationOnly -p ./src",
"test": "jest",
"semantic-release": "semantic-release"
},
"repository": {
"type": "git",
"url": "https://github.com/searchfe/san-ssr-plugin.git"
},
"author": "meixg",
"license": "ISC",
"dependencies": {
"de-indent": "^1.0.2",
"hash-sum": "^2.0.0"
},
"peerDependencies": {
"san-loader": "^0.3.4",
"san-ssr": ">1.0.0"
},
"lint-staged": {
"*.{js,jsx,ts,tsx}": "eslint",
"*.{css,less,scss,styl}": "stylelint"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"devDependencies": {
"@babel/preset-env": "^7.12.1",
"@babel/preset-typescript": "^7.12.1",
"@ecomfe/eslint-config": "^4.0.0",
"@ecomfe/stylelint-config": "^1.0.0",
"@semantic-release/changelog": "^5.0.1",
"@semantic-release/commit-analyzer": "^8.0.1",
"@semantic-release/git": "^9.0.0",
"@types/gulp": "^4.0.7",
"@types/gulp-babel": "^6.1.29",
"@types/hash-sum": "^1.0.0",
"@types/jest": "^26.0.15",
"@types/webpack": "^4.41.24",
"@typescript-eslint/eslint-plugin": "^4.6.1",
"@typescript-eslint/parser": "^4.6.1",
"babel-eslint": "^10.0.0",
"babel-loader": "^8.1.0",
"clean-webpack-plugin": "^3.0.0",
"css-loader": "^3.6.0",
"del": "^6.0.0",
"eslint": "^7.0.0",
"eslint-plugin-babel": "^5.0.0",
"eslint-plugin-import": "^2.22.1",
"file-loader": "^6.2.0",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"html-loader": "^1.3.2",
"husky": "^4.0.0",
"jest": "^26.6.3",
"less": "^3.12.2",
"less-loader": "^7.0.2",
"lint-staged": "^10.0.0",
"memfs": "^3.2.0",
"san": "~3.11.2",
"san-loader": "^0.3.4",
"san-ssr": ">1.0.0",
"semantic-release": "^17.3.4",
"semantic-release-cli": "^5.4.2",
"style-loader": "^2.0.0",
"stylelint": "^13.0.0",
"ts-jest": "^26.4.4",
"ts-node": "^9.0.0",
"typescript": "^4.0.5",
"webpack": "^4.44.2"
}
}