forked from maximilian-lindsey/showcar-icons
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 877 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
{
"name": "showcar-icons",
"version": "0.7.1",
"description": "Showcar Icons for Showcar projects",
"main": "dist/showcar-icons.min.js",
"scripts": {
"start": "webpack -w & webpack-dev-server --open",
"build": "webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AutoScout24/showcar-icons.git"
},
"keywords": [
"icon",
"icons",
"web components",
"custom elements",
"polymer"
],
"author": "AutoScout24",
"license": "MIT",
"bugs": {
"url": "https://github.com/AutoScout24/showcar-icons/issues"
},
"devDependencies": {
"@babel/core": "^7.6.2",
"@babel/preset-env": "^7.6.2",
"babel-loader": "^8.0.6",
"raw-loader": "^3.1.0",
"svgo": "^1.3.0",
"svgo-loader": "^2.2.1",
"webpack": "^4.40.2",
"webpack-cli": "^3.3.9",
"webpack-dev-server": "^3.8.1"
}
}