-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·56 lines (56 loc) · 1.65 KB
/
package.json
File metadata and controls
executable file
·56 lines (56 loc) · 1.65 KB
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
{
"name": "andeas",
"version": "1.0.0",
"description": "",
"main": "webpack.config.dev.js",
"scripts": {
"start": "webpack-dev-server --mode development --config webpack.config.dev.js --open",
"dev": "webpack --mode development --config webpack.config.dev.js",
"build": "webpack --mode production --config webpack.config.prod.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/core": "7.24.6",
"@babel/preset-env": "7.24.6",
"@babel/preset-react": "7.24.6",
"babel-core": "6.26.3",
"babel-loader": "9.1.3",
"babel-plugin-transform-class-properties": "6.24.1",
"babel-preset-env": "1.7.0",
"babel-preset-react": "6.24.1",
"css-loader": "6.11.0",
"fast-sass-loader": "2.0.1",
"mini-css-extract-plugin": "2.9.0",
"node-sass": "9.0.0",
"prop-types": "15.8.1",
"react": "16.14.0",
"react-dom": "16.14.0",
"sass-loader": "13.3.3",
"style-loader": "3.3.4",
"weak-key": "1.0.3",
"webpack": "5.91.0",
"webpack-bundle-tracker": "3.1.0",
"webpack-cli": "4.10.0",
"webpack-dev-server": "4.15.2"
},
"dependencies": {
"@carbon/grid": "^11.0.0",
"@carbon/icons-react": "^11.0.0",
"axios": "^1.0.0",
"carbon-components": "^10.6.1",
"carbon-components-react": "^8.0.0",
"carbon-icons": "^7.0.7",
"file-loader": "^6.0.0",
"google-maps-react": "^2.0.2",
"moment": "^2.24.0",
"pigeon-maps": "^0.21.0",
"pigeon-marker": "^0.3.4",
"pigeon-overlay": "^0.2.3",
"pure-react-carousel": "^1.22.0",
"react-image-gallery": "^1.0.0",
"react-router-dom": "^6.0.0",
"react-truncate": "^2.4.0"
}
}