-
Notifications
You must be signed in to change notification settings - Fork 0
/
package-fab.txt
35 lines (35 loc) · 1.27 KB
/
package-fab.txt
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
{
"name": "vanilla",
"version": "1.0.0",
"description": "## Now * Modular * XMLHttpRequest * DOMException.NetworkError * DOMException.TimeoutError * Caching/Local Storage - user data and image * cache expiration * Async/Await * Promise.then * Dynamic DOM mods * Network status - window.navigator.onLine * Template strings",
"main": "index.js",
"scripts": {
"test": "jest",
"dev": "lite-server",
"build:fabdist": "rm -rf dist && mkdir dist && cd dist/ && mkdir src && cd .. && cp ./index.html dist/ && cp -r assets dist/ && cp package-dist.txt dist/package.json && cp -r src/* dist/src/",
"build:fab": "npm run build:fabdist && npm run fab:compile",
"fab:compile": "fab-static dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/burntsugar/plain-vanilla-javascript-baby.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/burntsugar/plain-vanilla-javascript-baby/issues"
},
"homepage": "https://github.com/burntsugar/plain-vanilla-javascript-baby#readme",
"devDependencies": {
"@babel/preset-env": "^7.7.7",
"jest": "^24.9.0",
"jest-extended": "^0.11.2",
"lite-server": "^2.5.4"
},
"dependencies": {
"@fab/static": "^0.1.8"
},
"jest": {
"roots": [".fab"]
}
}