-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) · 2.13 KB
/
package.json
File metadata and controls
69 lines (69 loc) · 2.13 KB
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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "build-pkg",
"version": "1.0.0",
"private": true,
"description": "building third library",
"main": "index.js",
"scripts": {
"build:antd-mobile": "pnpm --filter antd-mobile-test run compile",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "liujinghan",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.22.10",
"@babel/eslint-parser": "^7.22.10",
"@babel/eslint-plugin": "^7.22.10",
"@babel/plugin-syntax-import-assertions": "^7.22.5",
"@babel/plugin-transform-modules-umd": "^7.22.5",
"@babel/plugin-transform-runtime": "^7.22.10",
"@babel/preset-env": "^7.22.10",
"@babel/preset-react": "^7.22.5",
"@babel/preset-typescript": "^7.22.5",
"@ecomfe/eslint-config": "^7.5.1",
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-commonjs": "^25.0.4",
"@rollup/plugin-node-resolve": "^15.2.0",
"@rollup/plugin-terser": "^0.4.3",
"@rollup/stream": "^3.0.0",
"@types/lodash": "^4.14.197",
"@types/node": "^20.5.1",
"@types/react": "^18.2.20",
"@types/react-dom": "^18.2.7",
"@types/react-is": "^18.2.1",
"@types/use-sync-external-store": "^0.0.3",
"autoprefixer": "^10.4.15",
"babel-loader": "^9.1.3",
"css-loader": "^6.8.1",
"esbuild": "^0.19.2",
"esbuild-sass-plugin": "^2.13.0",
"eslint": "^8.47.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"gogocode": "^1.0.55",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-less": "^5.0.0",
"gulp-postcss": "^9.0.1",
"gulp-terser": "^2.1.0",
"gulp-typescript": "6.0.0-alpha.1",
"less": "^4.2.0",
"merge2": "^1.4.1",
"postcss": "^8.4.28",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rimraf": "^5.0.1",
"rollup": "^3.28.0",
"rollup-plugin-import-css": "^3.3.1",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-scss": "^4.0.0",
"sass": "^1.66.1",
"style-loader": "^3.3.3",
"typescript": "^5.1.6",
"vinyl-source-stream": "^2.0.0",
"webpack": "^5.88.2",
"webpack-stream": "^7.0.0"
}
}