-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 882 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 882 Bytes
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
{
"name": "virtual-list",
"version": "1.0.0",
"description": "虚拟长列表",
"main": "index.js",
"scripts": {
"dev": "webpack-dev-server",
"build": "webpack"
},
"author": "mouse-007",
"license": "ISC",
"dependencies": {
"react": "^17.0.1",
"react-dom": "^17.0.1",
"vue": "^2.6.12",
"vue-loader": "^15.9.5"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "7",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"css-loader": "^5.0.1",
"html-webpack-plugin": "^4.5.0",
"regenerator-runtime": "^0.13.7",
"style-loader": "^2.0.0",
"vue-template-compiler": "^2.6.12",
"webpack": "^5.10.0",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.0"
}
}