-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 856 Bytes
/
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
{
"name": "mnr-form",
"version": "1.0.0",
"description": "simple css frame work for inputs and some another things...",
"main": "none",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"css",
"input",
"checkbox",
"radio"
],
"author": "mnr73",
"license": "ISC",
"devDependencies": {
"gulp": "^4.0.2",
"gulp-autoprefixer": "^7.0.1",
"gulp-clean-css": "^4.3.0",
"gulp-minify": "^3.1.0",
"gulp-postcss": "^9.0.0",
"gulp-sass": "^4.0.2",
"gulp-sourcemaps": "^3.0.0",
"node-sass": "^5.0.0",
"postcss-clean": "^1.1.0"
},
"dependencies": {
"bootstrap": "^4.5.3",
"dart-sass": "^1.25.0",
"expand-brackets": "^4.0.0",
"gulp-concat": "^2.6.1",
"gulp-dart-sass": "^1.0.2",
"gulp-rename": "^2.0.0",
"jquery": "^3.5.1"
}
}