forked from shdwmtr/millennium
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.11 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
{
"scripts": {
"build": "millennium-ttc --build dev",
"prod": "millennium-ttc --build prod",
"create-env": "python -m venv .venv",
"prepare": "husky"
},
"devDependencies": {
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@semantic-release/github": "^10.1.1",
"@steambrew/api": "^3.8.12",
"@steambrew/client": "^3.8.12",
"@steambrew/ttc": "^1.0.5",
"@steambrew/webkit": "^3.8.12",
"@types/react": "16.14.0",
"@types/react-dom": "^18.2.25",
"@types/webpack": "^5.28.0",
"husky": "^9.1.4",
"semantic-release": "^24.0.0",
"shx": "^0.3.4",
"tslib": "^2.6.2",
"typescript": "^4.9.5"
},
"type": "module",
"name": "millennium-plugin",
"version": "1.0.0",
"description": "a template plugin for millennium",
"main": "./frontend/index.jsx",
"author": "Millennium",
"license": "MIT",
"pnpm": {
"peerDependencyRules": {
"ignoreMissing": [
"react",
"react-dom"
]
}
},
"dependencies": {
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1"
}
}