-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
74 lines (74 loc) · 1.94 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"name": "makeup-style",
"version": "0.6.0",
"scripts": {
"dev": "vite dev",
"build": "vite build",
"package": "svelte-kit package",
"preview": "vite preview",
"lint": "stylelint 'src/*.css' && eslint --ignore-path .gitignore .",
"format": "prettier --ignore-path .gitignore --write --plugin-search-dir=. .",
"test": ""
},
"devDependencies": {
"@sveltejs/adapter-vercel": "^3.1.0",
"@sveltejs/kit": "^1.30.3",
"autoprefixer": "^10.4.16",
"charts.css": "^0.9.0",
"cssnano": "^6.0.2",
"eslint": "^8.56.0",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-svelte3": "^4.0.0",
"mdsvex": "^0.10.6",
"postcss": "^8.4.32",
"postcss-import": "^15.1.0",
"postcss-load-config": "^4.0.2",
"postcss-preset-env": "^8.5.1",
"prettier": "^2.8.8",
"prettier-plugin-svelte": "^2.10.1",
"sass": "^1.69.5",
"stylelint": "^15.11.0",
"svelte": "^3.59.2",
"svelte-preprocess": "^5.1.3",
"vite": "^4.5.1"
},
"description": "Minimal CSS files for correcting, improving and normalizing default browser CSS, for narrow viewports first, and provides convenient and intuitive CSS-defaults for styling in general and typographic style.",
"engines": {
"node": "*"
},
"exports": {
".": "./index.js",
"./ahead.css": "./src/ahead.css",
"./develop.css": "./src/develop.css",
"./default.css": "./src/default.css",
"./where-develop.css": "./src/where-develop.css",
"./where-default.css": "./src/where-default.css"
},
"directories": {
"lib": "src"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jssteinberg/some-makeup.git"
},
"keywords": [
"css",
"remedy",
"normalize",
"intuitive",
"default",
"typography"
],
"author": "Johan Sebergsen Steinberg",
"license": "ISC",
"bugs": {
"url": "https://github.com/jssteinberg/some-makeup/issues"
},
"homepage": "https://github.com/jssteinberg/some-makeup#readme",
"files": [
"index.js",
"src/*.css",
"src/class/*.css"
],
"type": "module"
}