-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
53 lines (53 loc) · 1.23 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
{
"name": "kaggle-look-alike",
"version": "1.0.3",
"description": "Kaggle Data Explorer look-alike single page app",
"copyright": "(c) 2024 Olivier Giulieri",
"author": "Olivier Giulieri (https://evoluteur.github.io/)",
"license": "MIT",
"repository": "github:evoluteur/kaggle-look-alike",
"homepage": "https://evoluteur.github.io/kaggle-look-alike/",
"dependencies": {
"@material-ui/icons": "^4.11.3",
"d3": "^7.9.0",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-scripts": "^5.0.1",
"sass": "^1.72.0"
},
"devDependencies": {
"react-dev-utils": "^12.0.1",
"@babel/plugin-proposal-private-property-in-object": "^7.21.11"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"babel": {
"presets": [
"react-app"
]
},
"eslintConfig": {
"extends": "react-app",
"parser": "@typescript-eslint/parser"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"keywords": [
"kaggle",
"data",
"data-science",
"data-mining",
"data-analysis",
"table",
"histogram",
"data-exploration"
]
}