-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1017 Bytes
/
Copy pathpackage.json
File metadata and controls
43 lines (43 loc) · 1017 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
35
36
37
38
39
40
41
42
43
{
"name": "busterflix",
"version": "1.0.0",
"description": "Java + React Application",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/lcslimas/JavaReact.git"
},
"keywords": [
"Java",
"React"
],
"author": "Lucas Lima",
"license": "ISC",
"bugs": {
"url": "https://github.com/lcslimas/JavaReact/issues"
},
"dependencies": {
"axios": "^0.25.0",
"bootstrap": "^3.4.1",
"cypress": "^9.4.1",
"jquery": "^3.6.0",
"little-loader": "^0.2.0",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react-router-dom": "^5.3.0",
"rest": "^1.3.1"
},
"scripts": {
"watch": "webpack --watch -d",
"cypress:open": "cypress open"
},
"devDependencies": {
"@babel/core": "^7.17.0",
"@babel/preset-env": "^7.16.11",
"@babel/preset-react": "^7.16.7",
"babel-loader": "^8.2.3",
"webpack": "^4.46.0",
"webpack-cli": "^4.9.2"
},
"homepage": "https://github.com/lcslimas/JavaReact#readme"
}