This repository has been archived by the owner on Aug 19, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
59 lines (59 loc) · 1.57 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
52
53
54
55
56
57
58
59
{
"name": "bulma-dracula",
"version": "1.1.1",
"description": "Bulma css with Dracula dark color themes",
"main": "src/bulma-dracula.scss",
"unpkg": "dist/bulma-dracula.css",
"style": "dist/bulma-dracula.css",
"files": [
"dist/bulma-dracula.css",
"src/bulma-dracula.scss",
"src/bulma-dracula-vars.scss",
"LICENSE",
"README.md"
],
"scripts": {
"dev": "webpack-dev-server --hot --color --open",
"build": "rimraf dist && webpack --mode production",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mazipan/bulma-dracula.git"
},
"keywords": [
"bulma",
"bulma-theme",
"bulma-css",
"bulma-dark",
"bulma-dracula"
],
"author": "Irfan Maulana <github.com/mazipan>",
"license": "MIT",
"bugs": {
"url": "https://github.com/mazipan/bulma-dracula/issues"
},
"homepage": "https://github.com/mazipan/bulma-dracula#readme",
"dependencies": {
"bulma": "^0.9.0"
},
"devDependencies": {
"@babel/core": "7.11.6",
"@babel/plugin-syntax-dynamic-import": "7.8.3",
"@babel/preset-env": "7.11.5",
"babel-core": "7.0.0-bridge.0",
"babel-loader": "8.1.0",
"copy-webpack-plugin": "6.1.1",
"css-loader": "4.3.0",
"html-webpack-plugin": "4.5.0",
"mini-css-extract-plugin": "0.11.2",
"node-sass": "4.14.1",
"postcss-loader": "^4.0.2",
"rimraf": "3.0.2",
"sass-loader": "10.0.2",
"style-loader": "1.2.1",
"webpack": "4.44.2",
"webpack-cli": "3.3.12",
"webpack-dev-server": "3.11.0"
}
}