-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
82 lines (82 loc) · 2.21 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
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"name": "DigitalFootprintsLab",
"homepage": "https://digitalfootprintslab.pages.dev",
"repository": {
"type": "git",
"url": "https://github.com/ccs-amsterdam/DigitalFootprintsLab"
},
"private": true,
"dependencies": {
"data-donation-importers": "^0.1.11",
"dexie": "^3.2.0",
"fake-indexeddb": "^3.1.7",
"fomantic-ui-css": "^2.9.3",
"i18next": "^21.6.14",
"i18next-browser-languagedetector": "^6.1.3",
"i18next-http-backend": "^1.4.0",
"jszip": "^3.6.0",
"object-hash": "^2.2.0",
"prop-types": "^15.7.2",
"rainbowvis.js": "^1.0.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-i18next": "^11.15.7",
"react-markdown": "^8.0.0",
"react-redux": "^7.2.4",
"react-resizable": "^3.0.4",
"react-router-dom": "^6.2.1",
"react-scripts": "^5.0.0",
"react-vega": "^7.4.4",
"redux": "^4.1.0",
"redux-thunk": "^2.3.0",
"semantic-ui-react": "^2.1.4",
"web-vitals": "^2.1.4"
},
"scripts": {
"start": "react-scripts --max_old_space_size=8192 start",
"predeploy": "react-scripts build && cp build/index.html build/404.html",
"deploy": "gh-pages -d build",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"postinstall": "semantic-ui-css-patch",
"extract": "i18next --config i18next-parser.config.js",
"lint": "eslint . --ext .ts"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@babel/cli": "^7.16.7",
"@babel/core": "^7.17.9",
"@types/jest": "^27.5.1",
"@types/node": "^17.0.34",
"@types/randomcolor": "^0.5.6",
"@types/react": "^17.0.2",
"@types/react-dom": "^17.0.2",
"@types/semantic-ui": "^2.2.7",
"@types/styled-components": "^5.1.25",
"babel-jest": "^28.0.2",
"eslint": "^8.19.0",
"gh-pages": "^3.2.3",
"i18next-parser": "^6.0.0",
"jest": "^28.0.2",
"ts-loader": "^9.3.0",
"typescript": "^4.6.4"
}
}