-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.26 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
{
"homepage": "https://ctsiaousis.github.io/country-chalkboard",
"name": "country-chalkboard",
"version": "0.1.0",
"private": true,
"dependencies": {
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.3.0",
"canvas": "^2.9.3",
"mapbox-gl": "^2.9.2",
"react-markdown": "^8.0.3",
"randomcolor": "^0.6.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-scripts": "^5.0.1",
"react-app-rewired": "^2.2.1",
"browserify-fs": "^1.0.0",
"path-browserify": "^1.0.1",
"process": "^0.11.10",
"n-readlines": "^1.0.1",
"marked": "^4.0.18",
"marked-images": "^3.0.0",
"react-burger-menu": "^3.0.8",
"react-select": "^5.4.0",
"node-polyfill-webpack-plugin": "^2.0.1"
},
"devDependencies": {
"gh-pages": "^4.0.0"
},
"scripts": {
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"test": "react-app-rewired test",
"eject": "react-scripts eject",
"lint": "eslint . --ext js,jsx,ts,tsx --fix"
},
"eslintConfig": {
"extends": [
"react-app"
]
},
"browserslist": [
"defaults",
"not ie 11"
],
"author": "Chris Tsiaousis",
"license": "MIT"
}