forked from dear-clouds/better-mdl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1004 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
35
36
37
38
39
40
41
{
"name": "better-mdl",
"version": "1.3.3",
"description": "",
"main": "index.js",
"scripts": {
"build": "webpack",
"start": "webpack-dev-server",
"bump": "npm version patch"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@picmo/popup-picker": "^5.8.1",
"css-loader": "^6.7.3",
"emojionearea": "^3.4.2",
"file-loader": "^6.2.0",
"path-browserify": "^1.0.1",
"picmo": "^5.8.1",
"style-loader": "^3.3.2",
"tslib": "^2.5.0",
"url": "^0.11.0",
"webpack": "^5.77.0",
"webpack-bundle-analyzer": "^4.8.0",
"webpack-cli": "^5.0.1",
"webpack-dev-server": "^4.13.2",
"webpack-userscript": "^3.1.0"
},
"dependencies": {
"@emoji-mart/data": "^1.1.2",
"@simonwep/pickr": "^1.8.2",
"chart.js": "^4.3.0",
"chroma-js": "^2.4.2",
"d3-tip": "^0.9.1",
"emoji-mart": "^5.5.2",
"fontawesome-iconpicker": "^3.2.0",
"jquery": "^3.6.4",
"jquery-minicolors": "^2.1.10"
}
}