-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 741 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 741 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
{
"name": "loja-plantas",
"version": "1.0.0",
"description": "<h1 align=\"center\"> 🪴 Jardim Exótico </h1>",
"main": "index.js",
"scripts": {
"dev": "webpack -w"
},
"keywords": [],
"author": "DEVitor0",
"license": "ISC",
"devDependencies": {
"@babel/cli": "^7.24.1",
"@babel/core": "^7.24.9",
"@babel/plugin-syntax-jsx": "^7.24.7",
"@babel/preset-env": "^7.24.8",
"@babel/preset-react": "^7.24.7",
"@eslint/js": "^9.7.0",
"babel-eslint": "^10.1.0",
"babel-loader": "^9.1.3",
"eslint": "^9.7.0",
"globals": "^15.8.0",
"webpack": "^5.91.0",
"webpack-cli": "^5.1.4"
},
"dependencies": {
"core-js": "^3.37.0",
"regenerator-runtime": "^0.14.1"
}
}