Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
wellsousaaa
GitHub Repository: wellsousaaa/Five-Nights-at-Freddys-Web
Path: blob/main/package.json
268 views
1
{
2
"name": "fnaf",
3
"version": "0.1.0",
4
"private": true,
5
"homepage": "https://wellsousaaa.github.io/Five-Nights-at-Freddys-Web/",
6
"dependencies": {
7
"@testing-library/jest-dom": "^4.2.4",
8
"@testing-library/react": "^9.3.2",
9
"@testing-library/user-event": "^7.1.2",
10
"gh-pages": "^3.2.3",
11
"global": "^4.4.0",
12
"react": "^16.13.1",
13
"react-dom": "^16.13.1",
14
"react-image-mapper": "^0.0.15",
15
"react-redux": "^7.2.2",
16
"react-scripts": "3.4.1",
17
"redux": "^4.0.5"
18
},
19
"scripts": {
20
"predeploy": "npm run build",
21
"deploy": "gh-pages -d build",
22
"start": "react-scripts start",
23
"build": "react-scripts build",
24
"test": "react-scripts test",
25
"eject": "react-scripts eject"
26
},
27
"eslintConfig": {
28
"extends": "react-app"
29
},
30
"browserslist": {
31
"production": [
32
">0.2%",
33
"not dead",
34
"not op_mini all"
35
],
36
"development": [
37
"last 1 chrome version",
38
"last 1 firefox version",
39
"last 1 safari version"
40
]
41
}
42
}
43
44