-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
51 lines (51 loc) · 1.36 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
{
"name": "flatifycss",
"version": "2.0.0",
"description": "Modern flat design framework for the web — inspired by Duolingo design system.",
"main": "index.html",
"repository": {
"type": "git",
"url": "git+https://github.com/amir2mi/flatifycss.git"
},
"scripts": {
"build": "gulp",
"watch": "gulp watch",
"release": "gulp release"
},
"keywords": [
"css",
"duolingo",
"flat",
"flat-design",
"front-end"
],
"author": "Amir M. Mohamadi",
"license": "MIT",
"bugs": {
"url": "https://github.com/amir2mi/FlatifyCSS/issues"
},
"homepage": "https://flatifycss.com/",
"devDependencies": {
"@babel/core": "^7.16.0",
"@babel/preset-env": "^7.16.4",
"autoprefixer": "^10.3.7",
"cssnano": "^5.0.8",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-bump": "^3.2.0",
"gulp-concat": "^2.6.1",
"gulp-git": "^2.10.1",
"gulp-noop": "^1.0.1",
"gulp-postcss": "^9.0.1",
"gulp-rename": "^2.0.0",
"gulp-sass": "^5.0.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-uglify": "^3.0.2",
"postcss": "^8.4.4",
"sass": "^1.43.4",
"webpack": "^5.65.0",
"webpack-stream": "^7.0.0",
"yargs": "^17.3.0"
},
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}