-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.43 KB
/
Copy pathpackage.json
File metadata and controls
56 lines (56 loc) · 1.43 KB
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
49
50
51
52
53
54
55
56
{
"name": "hexo-theme-iris",
"version": "0.0.0",
"description": "A blazing pure hexo theme",
"repository": "https://github.com/giuem/hexo-theme-iris",
"author": "GIUEM",
"license": "MIT",
"scripts": {
"build": "NODE_ENV=production gulp",
"dev": "gulp dev",
"size": "bundlesize"
},
"devDependencies": {
"@babel/core": "^7.4.5",
"@babel/preset-env": "^7.4.5",
"@babel/register": "^7.4.4",
"@fortawesome/fontawesome-svg-core": "^1.2.14",
"@fortawesome/free-regular-svg-icons": "^5.7.1",
"@fortawesome/free-solid-svg-icons": "^5.7.1",
"autoprefixer": "^9.7.4",
"bundlesize": "^0.18.0",
"core-js": "^3.1.3",
"cssnano": "^4.1.10",
"gulp": "^4.0.2",
"gulp-rev": "^9.0.0",
"hover.css": "^2.3.2",
"husky": "^1.3.1",
"intersection-observer": "^0.7.0",
"medium-zoom": "^0.4.0",
"quicklink": "^1.0.1",
"rollup": "^1.21.2",
"rollup-plugin-babel": "^4.3.2",
"rollup-plugin-clear": "^2.0.7",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-postcss": "^2.0.3",
"rollup-plugin-progress": "^1.1.1",
"rollup-plugin-uglify": "^6.0.4",
"sass": "^1.23.3"
},
"husky": {
"hooks": {
"pre-commit": "yarn build"
}
},
"bundlesize": [
{
"path": "./source/dist/iris.js",
"maxSize": "25 kb"
},
{
"path": "./source/dist/iris.css",
"maxSize": "10 kb"
}
]
}