-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 900 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 900 Bytes
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
{
"name": "flatcss",
"version": "2.0.8",
"description": "Write some HTML5, add flat.css, be happy. It is lightweight, easy to build on top of, and no javascript",
"scripts": {
"dev": "vite",
"build": "vite build && cp dist/assets/flat.*.css flat.min.css",
"serve": "vite preview",
"prepublish ": "yarn build",
"preinstall": "node ./check-yarn.js"
},
"author": "Andrew Challen",
"license": "ISC",
"main": "flat.css",
"devDependencies": {
"autoprefixer": "^10.3.7",
"cssnano": "^5.0.8",
"postcss": "^8.3.9",
"postcss-advanced-variables": "^3.0.1",
"postcss-color-mod-function": "^3.0.3",
"postcss-inline-svg": "^5.0.0",
"postcss-nested": "^5.0.6",
"postcss-sassy-mixins": "^2.1.0",
"sanitize.css": "^13.0.0",
"vite": "^2.6.7"
},
"browserslist": [
"last 2 version",
"> 1%"
],
"packageManager": "yarn@3.0.2"
}