-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.55 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": "artistry",
"version": "0.9.8",
"author": "Sean Johnson <[email protected]>",
"private": false,
"repository": "https://www.github.com/sjohnsonaz/artistry.git",
"license": "MIT",
"description": "A powerful and configurable stylesheet",
"main": "src/styl/main.styl",
"scripts": {
"prepublishOnly": "webpack",
"build": "webpack",
"min": "webpack --progress",
"dev": "webpack --config webpack.dev.js --progress",
"watch": "webpack --config webpack.dev.js --watch --progress",
"serve": "webpack-dev-server --config webpack.dev.js --watch --progress",
"open": "opn test/html/index.html"
},
"dependencies": {
"normalize.css": "8.0.1"
},
"devDependencies": {
"@types/jquery": "3.3.38",
"autoprefixer": "9.8.0",
"clean-css-loader": "2.0.0",
"css-loader": "3.6.0",
"handlebars": "4.7.6",
"handlebars-loader": "1.7.1",
"html-webpack-plugin": "4.3.0",
"jquery": "3.5.1",
"mini-css-extract-plugin": "0.9.0",
"opn-cli": "5.0.0",
"optimize-css-assets-webpack-plugin": "5.0.3",
"postcss-loader": "3.0.0",
"roboto-fontface": "0.10.0",
"source-map-loader": "1.0.0",
"style-loader": "1.2.1",
"stylus": "0.54.7",
"stylus-loader": "3.0.2",
"ts-loader": "7.0.5",
"typescript": "3.9.5",
"webpack": "4.43.0",
"webpack-cli": "3.3.11",
"webpack-dev-server": "3.11.0"
},
"keywords": [
"widget",
"component",
"html",
"css",
"stylesheet",
"configurable",
"modals",
"tabs",
"carousels",
"buttons",
"forms"
]
}