-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 935 Bytes
/
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
{
"dependencies": {
"leaflet": "^1.9.4",
"lit": "^3.1.2"
},
"devDependencies": {
"@types/leaflet": "^1.9.8",
"autoprefixer": "^10.4.17",
"babel-loader": "^9.1.3",
"babel-plugin-template-html-minifier": "^4.1.0",
"css-loader": "^6.10.0",
"cssnano": "^6.0.3",
"html-webpack-plugin": "^5.6.0",
"postcss-import": "^16.0.0",
"postcss-loader": "^8.1.0",
"ts-loader": "^9.5.1",
"typescript": "^5.3.3",
"webpack": "^5.90.1",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1"
},
"types": "./index.d.ts",
"name": "basic-world-map",
"version": "1.0.0",
"description": "A basic map of the world with highlightable, annotatable countries.",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --config webpack.prod.js",
"start": "webpack serve --open --config webpack.dev.js"
},
"author": "John Michael Swartz",
"license": "ISC"
}