-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 867 Bytes
/
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
{
"name": "patchwork",
"version": "1.0.0",
"description": "Web app based on the mobile Patchwork app",
"main": "index.js",
"scripts": {
"start": "bankai index.js -p 3000 --html [ --favicon /assets/favicon.ico ]",
"start:open": "bankai index.js -p 3000 --html [ --favicon /assets/favicon.ico ] --open",
"build": "bankai build index.js dist/ --html [ --favicon /assets/favicon.ico ]",
"lint": "standard --verbose",
"test": "npm run lint"
},
"keywords": [
"patchwork",
"web"
],
"author": "Luis Del Águila <luisdelaguila@outlook.com>",
"license": "ISC",
"dependencies": {
"choo": "^6.0.0",
"choo-log": "^7.2.1",
"choo-service-worker": "^2.3.0",
"css-wipe": "^4.2.2",
"sheetify": "^6.0.1",
"tachyons": "^4.6.2"
},
"devDependencies": {
"bankai": "^9.0.0-1",
"standard": "^10.0.3"
}
}