-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 880 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 880 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
{
"name": "optimized-infinite-scroll",
"version": "0.0.1",
"main": "index.js",
"license": "MIT",
"scripts": {
"start": "webpack serve",
"build": "webpack"
},
"dependencies": {
"@emotion/babel-preset-css-prop": "^11.2.0",
"@emotion/react": "^11.5.0",
"@emotion/styled": "^11.3.0",
"html-webpack-plugin": "^5.5.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"webpack": "^5.60.0",
"webpack-cli": "^4.9.1"
},
"devDependencies": {
"@babel/core": "^7.15.8",
"@babel/plugin-transform-runtime": "^7.15.8",
"@babel/preset-env": "^7.15.8",
"@babel/preset-react": "^7.14.5",
"@babel/preset-typescript": "^7.15.0",
"@types/node": "^16.11.5",
"@types/react": "^17.0.32",
"@types/react-dom": "^17.0.10",
"babel-loader": "^8.2.3",
"typescript": "^4.4.4",
"webpack-dev-server": "^4.3.1"
}
}