-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
100 lines (100 loc) · 2.75 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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
{
"name": "cfd-xyz",
"license": "MIT",
"version": "1.1.0",
"author": "Carlos Pena-Monferrer <carlos@simzero.com>",
"description": "An open-source web platform for data-driven generation and visualization of CFD data",
"dependencies": {
"@babel/helper-module-imports": "7.18.6",
"@emotion/react": "11.10.4",
"@emotion/styled": "11.10.4",
"@firebase/app": "0.7.33",
"@firebase/firestore": "3.5.0",
"@firebase/storage": "0.9.9",
"@fontsource/varela": "4.5.9",
"@fortawesome/fontawesome-svg-core": "6.2.0",
"@fortawesome/free-brands-svg-icons": "6.2.0",
"@fortawesome/free-regular-svg-icons": "6.2.0",
"@fortawesome/free-solid-svg-icons": "6.2.0",
"@fortawesome/react-fontawesome": "0.2.0",
"@kitware/vtk.js": "25.8.5",
"@mui/icons-material": "5.10.6",
"@mui/material": "5.10.7",
"@mui/styles": "5.10.7",
"@simzero/rom": "1.1.0",
"ajv": "8.11.0",
"arraybuffer-loader": "1.0.8",
"babel-loader": "8.2.5",
"babel-plugin-macros": "3.1.0",
"babel-plugin-syntax-dynamic-import": "6.18.0",
"buffer": "6.0.3",
"crypto-browserify": "3.12.0",
"crypto-js": "4.1.1",
"eslint": "8.24.0",
"exports-loader": "4.0.0",
"file-loader": "6.2.0",
"hex-rgb": "5.0.0",
"jszip": "3.10.1",
"jszip-utils": "0.1.0",
"linkify-react": "4.0.2",
"lodash": "4.17.21",
"node-polyfill-webpack-plugin": "2.0.1",
"papaparse": "5.3.2",
"path-browserify": "1.0.1",
"react": "17.0.2",
"react-device-detect": "2.2.2",
"react-dom": "17.0.2",
"react-flippy": "1.1.0",
"react-image": "4.0.3",
"react-mui-dropzone": "4.0.6",
"react-promise-loader": "1.2.0",
"react-promise-tracker": "2.1.0",
"react-router-dom": "6.4.1",
"react-spinners": "0.13.4",
"react-swipeable": "7.0.0",
"serve": "14.0.1",
"styled-components": "5.3.6",
"typescript": "4.8.4",
"use-window-orientation": "1.0.3",
"webpack": "5.74.0",
"webpack-cli": "4.10.0",
"wslink": "1.8.2"
},
"devDependencies": {
"eslint-config-react-app": "7.0.1",
"react-scripts": "5.0.1"
},
"scripts": {
"bundle": "webpack --mode production",
"dev": "react-scripts start",
"start": "serve -s build",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"proxy": "http://localhost:3000",
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browser": {
"crypto": false,
"fs": false,
"path": false,
"os": false
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}