-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
50 lines (50 loc) · 1.41 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
{
"name": "codebase-4",
"version": "4.0.9",
"description": "Codebase is a super tiny website frontend library. Feature rich CSS (from SCSS) with a miniscule vanilla JS activator script. Alternatively, use with AlpineJS for more powerful HTML components.",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev-eleventy": "npx @11ty/eleventy --serve --quiet",
"dev": "gulp & npx @11ty/eleventy --serve --quiet",
"build": "npx @11ty/eleventy --pathprefix=codebase-4"
},
"keywords": [
"css",
"sass",
"js",
"responsive",
"frontend",
"library",
"framework",
"utility classes",
"HTML components",
"AlpineJS",
"Eleventy",
"documentation"
],
"author": "",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/codebase-frontend-library/codebase-4"
},
"devDependencies": {
"@11ty/eleventy": "^0.11.1",
"@11ty/eleventy-plugin-syntaxhighlight": "^3.0.6",
"@babel/core": "^7.13.8",
"@babel/preset-env": "^7.13.9",
"@types/markdown-it-anchor": "^7.0.0",
"autoprefixer": "^10.2.4",
"browserslist": "^4.16.3",
"cssnano": "^4.1.10",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-postcss": "^9.0.0",
"gulp-sass": "^4.1.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-uglify": "^3.0.2",
"gulp-zip": "^5.0.2",
"markdown-it-anchor": "^6.0.1",
"postcss": "^8.2.7"
}
}