-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
65 lines (65 loc) · 2.49 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "@littleware/little-apps",
"version": "1.6.0",
"description": "littleware web apps",
"main": "build/server.js",
"dependencies": {
"@littleware/little-elements": "1.2.0",
"bunyan": "^1.8.14",
"@fortawesome/fontawesome-free": "^5.15.3",
"i18next": "^19.7.0",
"jasmine-core": "latest",
"lit-html": "^1.4.1",
"node-fetch": "^2.6.1",
"purecss": "^2.0.6",
"@webcomponents/webcomponentsjs": "latest"
},
"devDependencies": {
"@littleware/little-nodedev": "latest",
"@types/bunyan": "latest",
"@types/express": "latest",
"@types/jasmine": "latest",
"@types/node": "latest",
"@typescript-eslint/eslint-plugin": "latest",
"@typescript-eslint/parser": "latest",
"eslint": "latest",
"eslint-config-airbnb-typescript": "latest",
"eslint-plugin-import": "latest",
"eslint-plugin-jsx-a11y": "latest",
"eslint-plugin-react": "latest",
"eslint-plugin-react-hooks": "latest",
"express": "latest",
"gulp": "latest",
"gulp-replace": "latest",
"gulp-rimraf": "latest",
"gulp-svg2png": "latest",
"jasmine": "latest",
"karma": "latest",
"karma-chrome-launcher": "latest",
"karma-jasmine": "latest",
"ts-custom-elements": "latest",
"typescript": "latest",
"workbox-build": "latest"
},
"scripts": {
"build": "gulp hugo-build",
"jasmine": "jasmine --config=node_modules/@littleware/little-nodedev/spec/support/jasmine.json",
"lint": "eslint -c node_modules/@littleware/little-nodedev/.eslintrc.js 'src'",
"stage": "gulp hugo-stage && (test /modules/$npm_package_version = $(jq -r .params.jsroot < hugo-site/hugo-apps.frickjack.com/config.json) || (echo \"ERROR: version mismatch\"; false))",
"stagecheck": "node node_modules/.bin/little-server / ./dist/",
"start": "node node_modules/.bin/little-server /modules/$npm_package_version/ ./node_modules/ /modules/$npm_package_version/@littleware/little-apps/web/ ./web/ /resources/ ./web/site/resources/ / ./web/site/",
"test": "jasmine --config=node_modules/@littleware/little-nodedev/spec/support/jasmine.json && karma start karma.conf.js",
"watch": "gulp little-watch",
"hugo": "cd hugo-site/hugo-apps.frickjack.com && hugo server"
},
"repository": {
"type": "git",
"url": "git+https://github.com/frickjack/little-apps.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/frickjack/littleware-apps/issues"
},
"homepage": "https://github.com/frickjack/littleware-apps#readme"
}