-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.19 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
{
"name": "qidada-npm",
"version": "1.0.18",
"license": "MIT",
"description": "npm发包流程",
"private": false,
"main": "./dist/index.js",
"keywords": [
"npm发布",
"react组件",
"react component",
"npm publish",
"qidada-npm",
"npm-study"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack-dev-server",
"build": "webpack",
"transpile": "babel src/Loading -d dist --copy-files"
},
"author": "qidada",
"dependencies": {
"qidada-npm": "^1.0.18",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.2",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"css-loader": "^6.7.1",
"html-webpack-plugin": "^5.5.0",
"style-loader": "^3.3.1",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.11.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Qi-DaDa/qidada-npm.git"
},
"bugs": {
"url": "https://github.com/Qi-DaDa/qidada-npm/issues"
},
"homepage": "https://github.com/Qi-DaDa/qidada-npm#readme"
}