-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 867 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
{
"name": "codesandnotes",
"author": "Oskar Rough Mosumgaard",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "gulp serve",
"build": "gulp build",
"test": "alex content/**/*.md; retext-mapbox-standard content/**/*.md; write-good content/**/*.md"
},
"devDependencies": {
"alex": "^5.1.0",
"autoprefixer": "^7.1.6",
"browser-sync": "^2.18.13",
"del": "^3.0.0",
"gulp": "^4.0.0",
"gulp-cssnano": "^2.1.1",
"gulp-htmlmin": "^3.0.0",
"gulp-load-plugins": "^1.5.0",
"gulp-postcss": "^7.0.0",
"gulp-sass": "^4.0.2",
"gulp-shell": "^0.6.3",
"gulp-size": "^2.0.0",
"gulp-sourcemaps": "^2.6.1",
"postcss-import": "^11.0.0",
"retext-mapbox-standard": "^2.0.0",
"run-sequence": "^2.2.0",
"write-good": "^0.11.3"
},
"dependencies": {
"normalize.css": "^7.0.0"
}
}