-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.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
{
"name": "openasce-site",
"version": "0.0.1",
"private": true,
"description": "Official website of OpenASCE",
"scripts": {
"start": "npm run dev",
"dev": "dumi dev",
"build": "dumi build",
"prepare": "husky install && dumi setup"
},
"authors": [
"Aaron <[email protected]>"
],
"license": "MIT",
"commitlint": {
"extends": [
"@commitlint/config-conventional"
]
},
"lint-staged": {
"*.{md,json}": [
"prettier --write --no-error-on-unmatched-pattern"
]
},
"dependencies": {
"antd": "^5.11.5",
"dumi": "^2.2.14",
"lodash": "^4.17.21",
"react-device-detect": "^2.2.3",
"styled-components": "^6.1.0"
},
"devDependencies": {
"@ant-design/icons": "^5.2.5",
"@commitlint/cli": "^18.0.0",
"@commitlint/config-conventional": "^18.0.0",
"@types/lodash": "^4.14.202",
"@types/node": "^20.8.8",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"husky": "^8.0.3",
"lint-staged": "^15.0.2",
"prettier": "^3.0.3",
"typescript": "^5.1.6"
},
"repository": "[email protected]:Open-All-Scale-Causal-Engine/OpenASCE.github.io.git"
}