-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.24 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.24 KB
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
44
45
{
"name": "calculator-react",
"version": "0.1.0",
"private": true,
"dependencies": {
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^10.4.7",
"create-react-app": "^1.4.3",
"h8k-components": "^1.0.0",
"h8k-design": "^1.0.16",
"react": "^16.13.1",
"react-bootstrap": "^1.6.1",
"react-dom": "^16.13.1",
"react-scripts": "^4.0.3",
"save": "^2.3.1"
},
"scripts": {
"start": "cross-env HOST=0.0.0.0 PORT=8000 ./node_modules/.bin/react-scripts start",
"test": "cross-env CI=true ./node_modules/.bin/react-scripts test --verbose --env=jsdom --testResultsProcessor ./node_modules/jest-junit",
"predeploy": "npm run build",
"build":"react-scripts build",
"deploy": "gh-pages -d build",
"eject":"react-scripts eject"
},
"homepage": "https://radhe021.github.io/Simple-Calculator",
"devDependencies": {
"gh-pages": "^3.2.3",
"cross-env": "^7.0.2",
"expect": "^26.1.0",
"jest-junit": "^11.1.0",
"react-test-renderer": "^16.13.1"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}