-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
96 lines (96 loc) · 2.89 KB
/
Copy pathpackage.json
File metadata and controls
96 lines (96 loc) · 2.89 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
{
"name": "alg-visualizer",
"version": "0.1.0",
"private": true,
"dependencies": {
"@fullpage/react-fullpage": "^0.1.18",
"@reduxjs/toolkit": "^1.4.0",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
"@types/node": "^12.0.0",
"@types/react": "^16.9.0",
"@types/react-dom": "^16.9.0",
"@types/react-redux": "^7.1.11",
"@types/react-router-bootstrap": "^0.24.5",
"@types/react-router-dom": "^5.1.6",
"@types/redux-logger": "^3.0.8",
"bootstrap": "^4.5.3",
"create-react-app": "^4.0.1",
"evergreen-ui": "^5.1.2",
"identity-obj-proxy": "^3.0.0",
"jest-transform-css": "^2.1.0",
"npm": "^6.14.10",
"rc-slider": "^9.7.1",
"react": "^16.13.1",
"react-animated-css": "^1.2.1",
"react-animated-slider": "^2.0.0",
"react-awesome-slider": "^4.1.0",
"react-bootstrap": "^1.4.0",
"react-bootstrap-range-slider": "^2.0.2",
"react-dom": "^16.13.1",
"react-dropdown": "^1.9.0",
"react-redux": "^7.2.2",
"react-router-bootstrap": "^0.25.0",
"react-router-dom": "^5.2.0",
"react-scripts": "3.4.3",
"react-toastify": "^6.1.0",
"redux": "^4.0.5",
"redux-logger": "^3.0.6",
"semantic-ui-css": "^2.4.1",
"semantic-ui-react": "^2.0.1",
"ts-heap": "^1.1.3"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "jest",
"eject": "react-scripts eject",
"lint": "eslint . --ext .ts ",
"prettier-format": "prettier --config .prettierrc 'src/**/*.ts' --write",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@types/jest": "^24.9.1",
"@types/react-bootstrap-range-slider": "^1.2.0",
"@typescript-eslint/eslint-plugin": "^4.2.0",
"@typescript-eslint/parser": "^4.3.0",
"eslint": "^6.8.0",
"eslint-config-airbnb-typescript": "11.0.0",
"eslint-config-prettier": "^6.12.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.21.3",
"eslint-plugin-react-hooks": "^4.1.2",
"gh-pages": "^3.1.0",
"jest": "^26.6.3",
"prettier": "2.2.1",
"ts-jest": "^26.4.4",
"typescript": "^3.7.5"
},
"jest": {
"moduleNameMapper": {
"\\.(jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$": "<rootDir>/__mocks__/fileMock.js",
"\\.(css|less)$": "identity-obj-proxy"
}
},
"homepage": "http://GeorgianBadita.github.io/algorithm-visualizer"
}