-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
87 lines (87 loc) · 2.74 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
{
"name": "cloud",
"version": "0.1.0",
"private": true,
"license": "MIT",
"dependencies": {
"@nteract/directory-listing": "^2.1.0",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"aws-sdk": "^2.935.0",
"firebase": "^8.7.0",
"html-webpack-plugin": "^4.3.0",
"react": "^17.0.2",
"react-device-detect": "^1.17.0",
"react-drag-and-drop": "^3.0.0",
"react-jupyter": "^0.1.0",
"react-notifications": "^1.7.2",
"react-pdf": "^5.3.0",
"react-scripts": "^4.0.3",
"react-search-field": "^1.2.1",
"styled-components": "^5.3.0",
"underscore": "^1.13.1",
"web-vitals": "^1.0.1"
},
"scripts": {
"start": "webpack-dev-server --host 0.0.0.0 --open --config webpack.config.js",
"build": "GENERATE_SOURCEMAP=false react-scripts build -p",
"test": "react-scripts test",
"eject": "react-scripts eject",
"lint": "eslint src"
},
"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/compat-data": "^7.9.0",
"@babel/core": "^7.12.10",
"@babel/plugin-proposal-class-properties": "^7.12.1",
"@babel/plugin-transform-runtime": "^7.12.10",
"@babel/preset-env": "^7.12.11",
"@babel/preset-react": "^7.12.10",
"@babel/runtime": "^7.12.5",
"babel-cli": "^6.18.0",
"babel-plugin-check-es2015-constants": "^6.22.0",
"babel-plugin-transform-es2015-arrow-functions": "^6.22.0",
"babel-plugin-transform-es2015-block-scoping": "^6.26.0",
"babel-plugin-transform-es2015-classes": "^6.24.1",
"babel-plugin-transform-es2015-computed-properties": "^6.24.1",
"babel-plugin-transform-es2015-destructuring": "^6.23.0",
"babel-plugin-transform-es2015-for-of": "^6.23.0",
"babel-plugin-transform-es2015-parameters": "^6.24.1",
"babel-plugin-transform-es2015-shorthand-properties": "^6.24.1",
"babel-plugin-transform-es2015-spread": "^6.22.0",
"babel-plugin-transform-es2015-template-literals": "^6.22.0",
"babel-polyfill": "^6.0.16",
"bootstrap": "^4.5.3",
"clean-webpack-plugin": "^3.0.0",
"css-loader": "^3.6.0",
"dotenv": "^10.0.0",
"html-webpack-plugin": "^3.2.0",
"lodash": "^4.17.20",
"mini-css-extract-plugin": "^0.9.0",
"react": "^16.14.0",
"react-bootstrap": "^1.4.0",
"react-dom": "^16.14.0",
"react-router-dom": "^5.2.0",
"style-loader": "^1.3.0",
"uglifyjs-webpack-plugin": "^2.2.0",
"webpack-dev-server": "^3.11.0"
}
}