-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 1.15 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
{
"name": "domenica",
"version": "1.0.0",
"description": "Tired of your old Kindle gathering dust on the shelf? In Domenica we will jailbreak and outdated Kindle and transform it into a tasks tool and interactive calendar designed specifically for children!",
"source": "src/index.html",
"browserslist": "> 0.5%, last 2 versions, not dead",
"scripts": {
"parcel:serve": "parcel src/index.html --open",
"parcel:build": "parcel build --public-url /domenica",
"predeploy": "npm run build",
"deploy": "gh-pages -d dist",
"clean": "rimraf dist .cache .cache-loader .parcel-cache",
"start": "npm-run-all clean parcel:serve",
"build": "npm-run-all clean parcel:build",
"format": "prettier --write src/**/*.*",
"css:lint": "stylelint src/**/*.css",
"test": "echo 'Everything is working as expected ✅\nStart working on your project by running npm run start'"
},
"keywords": [],
"author": "Xaviju <xaviju@gmail.com>",
"license": "MIT",
"devDependencies": {
"gh-pages": "^5.0.0",
"npm-run-all": "^4.1.5",
"parcel": "^2.9.3",
"prettier": "^3.0.0",
"rimraf": "^5.0.1",
"stylelint": "^15.10.1"
}
}