-
Notifications
You must be signed in to change notification settings - Fork 111
/
package.json
49 lines (49 loc) · 1.2 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
{
"name": "xp.css",
"version": "0.2.6",
"description": "A design system for building faithful recreations of old UIs",
"main": "dist/XP.css",
"directories": {
"doc": "docs"
},
"scripts": {
"build": "node build.js",
"deploy:docs": "npm run build && gh-pages -d dist",
"release": "npm run build && npm publish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/botoxparty/XP.css.git"
},
"keywords": [
"css",
"windows98",
"windowsXP",
"gui"
],
"author": "Adam Hammad <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/botoxparty/XP.css/issues"
},
"homepage": "https://botoxparty.github.io/XP.css/",
"devDependencies": {
"chokidar": "^3.3.1",
"cssnano": "^4.1.10",
"dedent": "^0.7.0",
"ejs": "^3.0.2",
"gh-pages": "^2.2.0",
"glob": "^7.1.6",
"highlight.js": ">=10.4.1",
"live-server": "^1.2.1",
"mkdirp": "^1.0.4",
"postcss-calc": "^7.0.2",
"postcss-copy": "^7.1.0",
"postcss-css-variables": "^0.14.0",
"postcss-import": "^12.0.1",
"postcss-inline": "^1.2.0",
"postcss-inline-svg": "^4.1.0",
"postcss-nested": "^4.2.1"
},
"dependencies": {}
}