-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
69 lines (69 loc) · 1.85 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
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "array",
"version": "0.1.0",
"private": true,
"homepage": "https://officialrajdeepsingh.github.io/Array",
"dependencies": {
"bootstrap": "^4.4.1",
"bootstrap-icons": "^1.0.0-alpha2",
"chart.js": "^2.9.3",
"cra-template": "1.0.0",
"node-sass": "^4.13.0",
"react": "^16.12.0",
"react-bootstrap": "^1.0.0-beta.16",
"react-chartjs-2": "^2.8.0",
"react-color": "^2.18.0",
"react-contextmenu": "^2.13.0",
"react-date-picker": "^7.10.0",
"react-dom": "^16.12.0",
"react-router-bootstrap": "^0.25.0",
"react-router-dom": "^5.1.2",
"react-scripts": "3.3.0",
"react-share": "^4.0.1",
"react-time-picker": "^3.9.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"predeploy": "npm run build",
"deploy": "gh-pages -b master -d build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"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": {
"@editorjs/checklist": "^1.1.0",
"@editorjs/code": "^2.4.1",
"@editorjs/delimiter": "^1.1.0",
"@editorjs/editorjs": "^2.16.1",
"@editorjs/embed": "^2.2.1",
"@editorjs/header": "^2.4.0",
"@editorjs/image": "^2.3.3",
"@editorjs/inline-code": "^1.3.1",
"@editorjs/link": "^2.1.3",
"@editorjs/list": "^1.4.0",
"@editorjs/marker": "^1.2.2",
"@editorjs/paragraph": "^2.6.1",
"@editorjs/quote": "^2.3.0",
"@editorjs/raw": "^2.1.1",
"@editorjs/simple-image": "^1.3.3",
"@editorjs/table": "^1.2.1",
"@editorjs/warning": "^1.1.1",
"gh-pages": "^2.2.0",
"react-editor-js": "^1.4.2"
}
}