-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.6 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
{
"name": "portfolio",
"version": "0.1.0",
"private": true,
"dependencies": {
"@turf/bbox": "^6.0.1",
"axios": "^0.19.2",
"bootstrap": "^4.5.0",
"d3-request": "^1.0.6",
"dotenv": "^8.2.0",
"gh-pages": "^2.2.0",
"immutable": "^4.0.0-rc.12",
"rc-slider": "^8.7.1",
"react": "^16.13.1",
"react-bootstrap": "^1.0.1",
"react-dom": "^16.13.1",
"react-ga": "^3.0.0",
"react-hook-form": "^3.29.4",
"react-map-gl": "^5.2.5",
"react-router-dom": "^5.2.0",
"react-scripts": "^3.4.1",
"react-speech-recognition": "^2.0.4",
"react-spinners": "^0.6.1",
"styled-css-grid": "^1.2.1",
"three": "^0.111.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"lint": "eslint --fix . && echo 'Lint complete.'"
},
"homepage": "https://oddeirik.no",
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"eslint-config-prettier": "^6.11.0",
"eslint-config-standard": "^14.1.1",
"eslint-plugin-import": "^2.21.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.20.0",
"eslint-plugin-react-hooks": "^4.0.4",
"eslint-plugin-standard": "^4.0.1",
"pre-commit": "^1.2.2",
"styled-components": "^5.1.1"
},
"pre-commit": [
"lint"
]
}