forked from mazipan/bulma-resume-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.46 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
{
"name": "bulma-resume-template",
"version": "1.0.0",
"description": "💼 Free resume page template with bulma css",
"main": "index.js",
"scripts": {
"watch:sass": "node-sass --importer node_modules/node-sass-magic-importer/dist/cli.js --watch src/scss -o dist/css",
"build:sass": "node-sass --importer node_modules/node-sass-magic-importer/dist/cli.js src/scss -o dist/css",
"build-local:sass": "node-sass --importer node_modules/node-sass-magic-importer/dist/cli.js src/scss -o dist/css",
"build:eleventy": "NODE_ENV=production eleventy",
"watch:eleventy": "cross-env NODE_ENV=development eleventy --watch --serve",
"dev": "npm-run-all build-local:sass --parallel watch:*",
"build": "npm-run-all build:*",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mazipan/bulma-resume-template.git"
},
"keywords": [
"bulma",
"css-template",
"resume-template",
"resume-website"
],
"author": "Irfan Maulana <github.com/mazipan/>",
"license": "MIT",
"bugs": {
"url": "https://github.com/mazipan/bulma-resume-template/issues"
},
"homepage": "https://github.com/mazipan/bulma-resume-template#readme",
"devDependencies": {
"cross-env": "7.0.2",
"gh-pages": "3.1.0",
"node-sass": "^4.14.1",
"node-sass-magic-importer": "^5.3.2",
"rimraf": "3.0.2"
},
"dependencies": {
"@11ty/eleventy": "^0.11.0",
"bulma": "^0.9.1",
"bulma-dracula": "^1.1.1",
"npm-run-all": "^4.1.5"
}
}