-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
51 lines (51 loc) · 1.37 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
{
"name": "png-16-browser",
"version": "0.0.5",
"description": "16 Bit PNG",
"private": true,
"keywords": [],
"author": "Harry Mustoe-Playfair <[email protected]>",
"repository": {
"type": "git"
},
"license": "MIT",
"devDependencies": {
"autoprefixer": "^10.4.7",
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.7.0",
"babel-preset-es2015-ie": "^6.7.0",
"bulma": "^0.9.4",
"css-loader": "^6.7.3",
"html-loader": "^4.2.0",
"mini-css-extract-plugin": "^2.7.2",
"node-sass": "^8.0.0",
"npm-run-all": "^4.1.5",
"postcss-cli": "^9.1.0",
"sass": "^1.51.0",
"sass-loader": "^13.2.0",
"style-loader": "^3.3.1",
"ts-loader": "^9.4.2",
"typescript": "^4.9.5",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.1",
"webpack-merge": "^5.8.0"
},
"scripts": {
"watch": "webpack --config webpack.dev.config.js --watch",
"build": "webpack --config webpack.dev.config.js",
"author": "webpack --config webpack.production.config.js"
},
"dependencies": {
"@types/jquery": "^3.5.16",
"@types/leaflet": "^1.9.1",
"@types/leaflet-providers": "^1.2.1",
"@types/throttle-debounce": "^5.0.0",
"comlink": "^4.4.1",
"jquery": "^3.6.3",
"leaflet": "^1.9.4",
"leaflet-providers": "^2.0.0",
"pako": "^2.1.0",
"throttle-debounce": "^5.0.0",
"upng-js": "^2.1.0"
}
}