-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 725 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 725 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
{
"name": "react-carousel",
"version": "0.2.0",
"author": "Mateus Lopes",
"license": "Apache-2.0",
"scripts": {
"serve": "webpack serve --config webpack.config.js"
},
"dependencies": {
"@emotion/react": "^11.1.2",
"react": "^17.0.1",
"react-dom": "^17.0.1"
},
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/plugin-proposal-class-properties": "^7.12.1",
"@babel/preset-env": "^7.12.10",
"@babel/preset-react": "^7.12.10",
"@emotion/babel-plugin": "^11.1.2",
"babel-loader": "^8.2.2",
"file-loader": "^6.2.0",
"webpack": "^5.10.1",
"webpack-cli": "^4.2.0",
"webpack-dev-server": "^3.11.0",
"@emotion/babel-preset-css-prop": "^11.0.0"
}
}