-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.04 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
{
"name": "nordic-theme",
"version": "0.1.0",
"author": "Sixteenbit",
"license": "GPL-2.0 AND MIT",
"repository": "https://github.com/sixteenbit/nordic-theme",
"private": true,
"scripts": {
"postinstall": "gulp init"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.2",
"foundation-sites": "^6.6.3",
"motion-ui": "^2.0.3",
"what-input": "^5.2.9"
},
"devDependencies": {
"browser-sync": "^2.26.13",
"clean-css": "^4.1.11",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^7.0.1",
"gulp-cli": "^2.2.1",
"gulp-concat": "^2.6.1",
"gulp-cssnano": "^2.1.3",
"gulp-if": "^3.0.0",
"gulp-imagemin": "^7.1.0",
"gulp-load-plugins": "^2.0.6",
"gulp-plumber": "^1.2.1",
"gulp-rename": "^2.0.0",
"gulp-replace": "^1.0.0",
"gulp-rtlcss": "^1.4.1",
"gulp-sass": "^4.0.2",
"gulp-sort": "^2.0.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-uglify": "^3.0.0",
"gulp-util": "^3.0.8",
"gulp-wp-pot": "^2.5.0",
"gulp-zip": "^5.0.2",
"js-yaml": "^4.0.0",
"rimraf": "^3.0.2",
"uglify-js": "^3.12.5",
"yargs": "^16.2.0"
}
}