-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.28 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
{
"name": "rusticit",
"description": "[![Netlify Status](https://api.netlify.com/api/v1/badges/621a3286-65c3-49ab-b9e6-a8e9447f735f/deploy-status)](https://app.netlify.com/sites/rusticit/deploys)",
"version": "1.0.0",
"main": "src/index.html",
"dependencies": {
"parcel-bundler": "1.12.4"
},
"devDependencies": {
"cssnano": "^4.1.10",
"parcel-plugin-robot": "^1.0.0",
"posthtml-expressions": "^1.7.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prebuild": "rm -rf ./dist && mkdir dist && rm -rf ./.cache && mkdir .cache",
"build": "parcel build src/*.html src/presentador/*/*.html src/thanks/*.html src/refined-jw/*.html",
"dev": "parcel src/index.html src/thanks/index.html src/promo.html src/refined-jw/index.html"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sauloco/rusticit.git"
},
"keywords": [
"Rustic",
"IT",
"Landing",
"page"
],
"author": "Rustic IT <contact@rusticit.com>",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/sauloco/rusticit/issues"
},
"homepage": "https://github.com/sauloco/rusticit#readme",
"browserslist": [
"since 2017-06"
],
"packageManager": "yarn@1.22.21+sha1.1959a18351b811cdeedbd484a8f86c3cc3bbaf72"
}