-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
48 lines (48 loc) · 1.12 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
{
"name": "Racines",
"version": "1.0.0",
"description": "Racines, a tool to produce a page of links",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"browserslist": [
"> 1%",
"last 3 versions",
"firefox >= 4",
"safari >= 7",
"iOS >= 7",
"IE 8",
"IE 9",
"IE 10",
"IE 11"
],
"devDependencies": {
"@babel/core": "^7.10.3",
"@babel/preset-env": "^7.10.3",
"autoprefixer": "^9.8.4",
"browser-sync": "^2.26.7",
"core-util-is": "^1.0.2",
"css-mqpacker": "^7.0.0",
"cssnano": "^4.1.10",
"del": "^5.1.0",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-cache": "^1.1.3",
"gulp-clean": "^0.4.0",
"gulp-cli": "^2.3.0",
"gulp-concat": "^2.6.1",
"gulp-imagemin": "^7.1.0",
"gulp-postcss": "^8.0.0",
"gulp-rename": "^2.0.0",
"gulp-uglify-es": "^2.0.0",
"merge-stream": "^2.0.0",
"postcss-automath": "^1.0.1",
"postcss-flexbugs-fixes": "^4.2.1",
"postcss-import": "^12.0.1",
"postcss-nested": "^4.2.1",
"precss": "^4.0.0"
}
}