-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1.13 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": "parcel-postcss-boilerplate",
"version": "0.0.1",
"description": "Boilerplate - PostCSS with Sugarss syntax with Parcel.",
"main": "index.js",
"scripts": {
"start": "parcel src/index.html",
"tunnel": "ssh -R 80:localhost:1234 serveo.net",
"serve": "concurrently -p \"[{name}]\" -n \"Parcel,Tunnel\" -c \"bgBlue.bold,bgGreen.bold\" \"yarn run serve\" \"yarn run tunnel\"",
"build": "rm -rf dist && parcel build src/index.html",
"prod-share": "rm -rf dist && yarn build && browser-sync dist -w",
"fix": "yes | cp -f .posthtmlfix node_modules/posthtml-include/index.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"components": "^0.1.0",
"pages": "^0.0.16",
"parcel-bundler": "^1.10.1"
},
"devDependencies": {
"browser-sync": "^2.24.7",
"concurrently": "^4.0.1",
"marked": "^4.0.10",
"parcel-plugin-clean-dist": "0.0.6",
"parcel-plugin-imagemin": "^2.1.1",
"parcel-plugin-md": "^1.0.1",
"postcss-modules": "^1.4.1",
"postcss-nested": "^4.1.0",
"posthtml-include": "^1.2.0",
"sugarss": "^2.0.0"
},
"marked": {
"breaks": true
}
}