-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.18 KB
/
Copy pathpackage.json
File metadata and controls
47 lines (47 loc) · 1.18 KB
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
{
"name": "vista.css",
"version": "0.2.0",
"description": "A design system for building faithful recreations of Windows Vista UIs",
"main": "dist/vista.css",
"files": [
"dist/vista.css",
"assets/"
],
"scripts": {
"build": "node build.js",
"build:prod": "NODE_ENV=production node build.js",
"start": "node server.js",
"dev": "node server.js"
},
"author": "Vlad Iftime <vladiftime60@gmail.com>",
"license": "MIT",
"repository": "github:Vleid/vista.css",
"bugs": "https://github.com/Vleid/vista.css/issues",
"homepage": "https://Vleid.github.io/vista.css/",
"keywords": [
"css",
"css-framework",
"windows-vista",
"aero",
"retro",
"design-system",
"ui"
],
"devDependencies": {
"autoprefixer": "^10.4.8",
"chokidar": "^3.3.1",
"cssnano": "^5.1.7",
"dedent": "^0.7.0",
"ejs": "^3.0.2",
"glob": "^7.1.6",
"highlight.js": ">=10.4.1",
"live-server": "^1.1.0",
"postcss": "^8.3.5",
"postcss-base64": "^0.7.1",
"postcss-calc": "^7.0.2",
"postcss-css-variables": "^0.19.0",
"postcss-import": "^12.0.1",
"postcss-nested": "^4.2.1",
"postcss-prefix-selector": "^1.15.0"
}
}