-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 938 Bytes
/
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
{
"name": "charlie-ec",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"lint": "eslint",
"prepare": "husky"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-customizable"
}
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@ant-design/icons": "^5.3.1",
"antd": "^5.15.2",
"big.js": "^6.2.1",
"commitizen": "^4.3.0",
"dayjs": "^1.11.11",
"element-plus": "^2.6.1",
"lodash": "^4.17.21"
},
"devDependencies": {
"@babel/eslint-parser": "^7.24.5",
"@commitlint/cli": "19.2.0",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"cz-customizable": "^7.1.0",
"eslint": "^7.3.0",
"eslint-config-prettier": "^9.0.0",
"husky": "^9.0.11",
"lint-staged": "^15.2.2",
"prettier": "^3.0.0",
"sass": "^1.71.1",
"sass-loader": "^14.1.1"
},
"lint-staged": {
"*.{js,vue,ts}": [
"pnpm lint"
]
}
}