-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
50 lines (50 loc) · 1.41 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
{
"name": "Map-Panda",
"version": "1.0.0",
"description": "Explore popular locations around you.",
"private": true,
"scripts": {
"prod": "webpack",
"dev": "webpack serve"
},
"repository": "https://github.com/mikejoyceio/map-panda.git",
"author": "Mike Joyce <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/mikejoyceio/map-panda/issues"
},
"homepage": "https://github.com/mikejoyceio/map-panda",
"devDependencies": {
"@babel/core": "^7.18.0",
"@babel/preset-env": "^7.18.0",
"animate-sass": "^0.8.2",
"babel-loader": "^8.2.5",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.7.1",
"html-loader": "^3.1.0",
"html-webpack-plugin": "^5.5.0",
"mini-css-extract-plugin": "^2.6.0",
"postcss": "^8.4.13",
"postcss-fail-on-warn": "^0.2.1",
"postcss-input-range": "^5.0.0",
"postcss-loader": "^6.2.1",
"postcss-preset-env": "^7.5.0",
"postcss-scss": "^4.0.4",
"sass": "^1.51.0",
"sass-loader": "^12.6.0",
"webpack": "^5.72.1",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.9.0",
"webpack-mild-compile": "^3.4.0"
},
"dependencies": {
"axios": "^0.27.2",
"clipboard": "^2.0.11",
"compass.js": "^1.3.0",
"fontawesome": "file:fontawesome",
"google-maps-infobox": "^2.0.0",
"js-rich-marker": "^1.1.2",
"knockout": "^3.5.1",
"perfect-scrollbar": "^1.5.5"
}
}