-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.64 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
49
50
{
"name": "gshaly",
"version": "1.2.0",
"description": "official website of the GS Haly Co",
"main": "index.html",
"dependencies": {
"babel-polyfill": "6.26.0",
"dotenv": "^8.6.0",
"formidable": "^1.2.6",
"postmark": "^2.9.5"
},
"devDependencies": {
"autoprefixer": "7.2.6",
"babel-core": "^6.26.3",
"babel-loader": "7.1.2",
"babel-minify-webpack-plugin": "0.3.0",
"babel-preset-env": "^1.7.0",
"node-sass": "^6.0.1",
"onchange": "3.3.0",
"postcss-cli": "5.0.0",
"webpack": "3.11.0"
},
"resolutions": {
"graceful-fs": "4.2.3"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"style.sass": "node-sass --output-style compressed --omit-source-map-url true ./static/src/style/main.scss ./static/dist/style/main_v1.0.1.css",
"style.autoprefixer": "postcss --use autoprefixer --no-map --replace ./static/dist/style/main_v1.0.1.css",
"style.build": "npm run style.sass && npm run style.autoprefixer",
"style.watch": "onchange './static/src/style/**/*' -- npm run style.build",
"script.build": "webpack",
"script.watch": "onchange './static/src/script/**/*' -- npm run script.build",
"build": "npm run style.build && npm run script.build && hugo --ignoreCache",
"watch": "npm run style.watch & npm run script.watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/benforshey/gshaly.com.git"
},
"author": "",
"license": "CC-BY-NC-ND-4.0",
"bugs": {
"url": "https://github.com/benforshey/gshaly.com/issues"
},
"homepage": "https://github.com/benforshey/gshaly.com#readme",
"engines": {
"node": "16.x"
}
}