-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.42 KB
/
package.json
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
{
"name": "react",
"version": "1.0.0",
"description": "React example starter project",
"keywords": [
"react",
"starter"
],
"main": "src/index.js",
"homepage": "https://bogdanq.github.io/algorithms",
"dependencies": {
"@material-ui/core": "4.9.13",
"@material-ui/icons": "4.9.1",
"date-fns": "2.13.0",
"effector": "20.13.5",
"effector-react": "20.6.3",
"fastpriorityqueue": "0.6.3",
"gh-pages": "2.2.0",
"lodash": "^4.17.20",
"react": "16.12.0",
"react-ace": "^9.2.1",
"react-dom": "16.12.0",
"react-draggable": "^3.3.2",
"react-icons": "3.10.0",
"react-modal": "3.11.2",
"react-scripts": "3.0.1",
"react-syntax-highlighter": "12.2.1",
"react-tree-graph": "4.1.0",
"styled-components": "5.1.0"
},
"devDependencies": {
"@types/lodash": "4.14.155",
"@types/node": "14.0.9",
"@types/react": "16.9.35",
"@types/react-dom": "16.9.8",
"@types/react-modal": "3.10.5",
"@types/react-syntax-highlighter": "11.0.4",
"@types/styled-components": "5.1.0",
"install": "0.13.0",
"npm": "6.14.6",
"typescript": "3.8.3"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"deploy": "gh-pages -d build"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}