-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.65 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
{
"name": "my-webpack-project",
"version": "1.0.0",
"description": "My webpack project",
"main": "preload.js",
"scripts": {
"build:prod": "./build.sh && webpack --mode=production --node-env=production",
"watch": "webpack --watch",
"start": "./build.sh && webpack --mode=development -w",
"dev": "webpack serve --config=webpack.config.dev.js",
"changeLog":"./autoTag.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/HELLOWORED0510/uTools-bookmark-helper.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/HELLOWORED0510/uTools-bookmark-helper/issues"
},
"homepage": "https://github.com/HELLOWORED0510/uTools-bookmark-helper#readme",
"devDependencies": {
"@babel/cli": "^7.17.10",
"@babel/core": "^7.17.10",
"@babel/preset-env": "^7.17.10",
"@babel/preset-typescript": "^7.16.7",
"@types/node": "^17.0.33",
"@types/react": "^18.0.9",
"@types/react-dom": "^18.0.3",
"@types/styled-components": "^5.1.25",
"@webpack-cli/generators": "^2.4.2",
"babel-loader": "^8.2.5",
"html-webpack-plugin": "^5.5.0",
"prettier": "^2.6.2",
"ts-loader": "^9.3.0",
"typescript": "^4.6.4",
"utools-api-types": "^2.6.4",
"webpack": "^5.72.0",
"webpack-bundle-analyzer": "^4.5.0",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.9.0"
},
"dependencies": {
"@babel/preset-react": "^7.16.7",
"@mui/material": "^5.7.0",
"@mui/styled-engine-sc": "^5.7.0",
"core-js": "^3.22.5",
"pinyin-pro": "^3.10.0",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"styled-components": "^5.3.5"
}
}