-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.11 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
41
{
"name": "frestun",
"version": "1.0.0",
"private": true,
"license": "MIT",
"scripts": {
"build": "bankai build index.js",
"create": "choo-scaffold",
"inspect": "bankai inspect index.js",
"start": "bankai start index.js",
"test": "standard && ava && npm audit && npm run test-deps",
"test-deps": "dependency-check . && dependency-check . --extra --no-dev -i tailwindcss -i extend",
"now-build": "bankai build index.js",
"deploy": "npm test && now && now alias",
"refresh": "rm -rf node_modules && rm package-lock.json && npm install"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Alheimsins/frestun.git"
},
"dependencies": {
"choo": "7.1.0",
"choo-persist": "3.0.2",
"choo-service-worker": "3.0.0",
"extend": "3.0.2",
"file-saver": "2.0.5",
"sheetify": "8.0.0",
"tailwindcss": "3.1.6"
},
"devDependencies": {
"ava": "4.3.3",
"bankai": "9.15.3",
"choo-devtools": "3.0.4",
"choo-scaffold": "1.2.0",
"dependency-check": "4.1.0",
"standard": "16.0.4"
},
"engines": {
"node": ">=10.15.3"
}
}