-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 816 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 816 Bytes
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
{
"name": "@zionbuilder/importcss",
"version": "1.1.0",
"description": "Import CSS from url",
"keywords": [
"import",
"css",
"async",
"promise"
],
"main": "dist/importCSS.js",
"repository": {
"type": "git",
"url": "git+github:zionbuilder/importCSS.git"
},
"homepage": "https://github.com/zionbuilder/importCSS#readme",
"bugs": {
"url": "https://github.com/zionbuilder/importCSS/issues"
},
"scripts": {
"build": "webpack --mode=production",
"serve": "webpack-dev-server --mode=development"
},
"author": "ZionBuilder",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.8.4",
"@babel/preset-env": "^7.8.4",
"babel-loader": "^8.0.6",
"webpack": "^4.41.5",
"webpack-cli": "^3.3.10",
"webpack-dev-server": "^3.10.2"
}
}