forked from sumimakito/hexo-theme-typography
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 1.02 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
{
"name": "hexo-theme-typography",
"version": "1.1.0",
"description": "Rediscover the beauty of typography.",
"main": "index.js",
"scripts": {
"test": "echo 'No tests' && exit",
"build": "node-sass raw/scss -o source/css --output-style compressed && postcss source/css -u autoprefixer -r",
"scss-compile": "npm run build",
"watch": "node-sass -w raw/scss -o source/css"
},
"repository": {
"type": "git",
"url": "https://github.com/SumiMakito/hexo-theme-typography"
},
"keywords": [
"hexo",
"theme",
"typography"
],
"author": "Makito <[email protected]> (https://www.keep.moe/)",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/SumiMakito/hexo-theme-typography/issues"
},
"homepage": "https://github.com/SumiMakito/hexo-theme-typography/README.md",
"devDependencies": {},
"dependencies": {
"scss-compile": "^0.1.7",
"yamljs": "^0.3.0",
"autoprefixer": "^9.2.0",
"node-sass": "^4.10.0",
"postcss": "^7.0.5",
"postcss-cli": "^6.0.0"
}
}