-
Notifications
You must be signed in to change notification settings - Fork 187
/
package.json
39 lines (39 loc) · 910 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
38
39
{
"name": "Pelican-Elegant",
"devDependencies": {
"@semantic-release/changelog": "^6.0.1",
"@semantic-release/exec": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"babel-core": "^6.26.3",
"babel-preset-es2015": "^6.24.1",
"browser-sync": "^2.27.10",
"cssnano": "^5.1.12",
"cz-conventional-changelog": "3.3.0",
"gulp": "^4.0.2",
"gulp-concat": "^2.6.1",
"gulp-postcss": "^9.0.1",
"gulp-run-command": "^0.0.10",
"gulp-terser": "^2.1.0",
"postcss": "^8.4.14",
"postcss-font-magician": "^3.0.0",
"postcss-preset-env": "^7.7.1",
"recess": "^1.1.9",
"rfs": "^9.0.6",
"semantic-release": "^19.0.3"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"babel": {
"presets": [
"es2015"
]
},
"dependencies": {},
"browserslist": [
"defaults",
"IE 10"
]
}