-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.09 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.09 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
{
"name": "ligature-to-html-entity",
"version": "2.0.0",
"description": "Webpack loader to transform your google material design icons from ligature to HTML entities",
"main": "index.js",
"author": "Samuel J Roberton <sjroberton8@gmail.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/sam7r/ligature-to-html-entity"
},
"keywords": [
"webpack",
"material icons",
"ligature",
"html entities",
"react"
],
"scripts": {
"test": "tape ./test/**/*.js | tap-spec",
"example-webpack": "webpack --config ./example/webpack.config.js"
},
"dependencies": {
"colors": "^1.1.2",
"loader-utils": "^1.2.3",
"material-design-icons": "^3.0.1"
},
"devDependencies": {
"@babel/core": "^7.8.4",
"@babel/preset-env": "^7.8.4",
"@babel/preset-react": "^7.8.3",
"babel-loader": "^8.0.6",
"expect": "^1.20.2",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"tap-spec": "^5.0.0",
"tape": "^4.6.2",
"webpack": "^4.41.6",
"webpack-cli": "^3.3.11"
}
}