-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.12 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
{
"name": "dash-of-style",
"version": "1.2.0",
"description": "Add a dash of style and turn a simple html page into a styleguide with example code.",
"homepage": "https://github.com/demingfactor/dash-of-style",
"repository": "https://github.com/demingfactor/dash-of-style",
"bugs": {
"url": "https://github.com/ashleygwilliams/dash-of-style/issues"
},
"main": "dist/dash-of-style.js",
"dependencies": {
"clipboard": "^2.0.6",
"code-prettify": "0.1.0",
"html-escaper": "^3.0.0",
"urlify": "^0.3.6"
},
"scripts": {
"start": "webpack-dev-server --open --config webpack.config.js",
"build": "webpack --config webpack.config.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"styleguide",
"css",
"style"
],
"author": "DemingFactor <[email protected]> (http://demingfactor.com)",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.10.5",
"babel-loader": "^8.1.0",
"@babel/preset-env": "^7.10.4",
"clean-webpack-plugin": "^3.0.0",
"css-loader": "^4.0.0",
"style-loader": "^1.2.1",
"webpack": "^4.44.0"
}
}