-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.23 KB
/
Copy pathpackage.json
File metadata and controls
50 lines (50 loc) · 1.23 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
48
49
50
{
"name": "cleanify-design",
"version": "2.3.0",
"description": "HTML, CSS & JS personal framework",
"homepage": "https://savandev.github.io/cleanify-design",
"repository": "https://github.com/SavanDev/cleanify-design.git",
"author": "SavanDev <Dylan2018.2019@gmail.com>",
"keywords": [
"css",
"html",
"javascript",
"framework",
"web"
],
"license": "MIT",
"scripts": {
"start": "gulp",
"dist": "gulp build",
"docs": "gulp docs"
},
"dependencies": {
"normalize.css": "^8.0.1",
"rfs": "^9.0.3"
},
"devDependencies": {
"@types/browser-sync": "^2.x",
"@types/browserify": "^12.x",
"@types/gulp": "^4.x",
"@types/gulp-sass": "^5.x",
"@types/gulp-zip": "4.x",
"@types/vinyl-source-stream": "^0.x",
"browser-sync": "^2.x",
"browserify": "^17.x",
"gulp": "^5.0.0",
"gulp-sass": "^5.x",
"gulp-zip": "^5.x",
"sass": "^1.x",
"ts-node": "^10.x",
"tsify": "^5.x",
"typescript": "^4.x",
"vinyl-source-stream": "^2.x"
},
"files": [
"dist/{css,js}/*.{css,js}",
"scss/**/*.scss",
"ts/**/*.ts"
],
"jsdelivr": "dist/css/cleanify.css",
"funding": "https://ko-fi.com/savandev"
}