-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
67 lines (67 loc) · 2.08 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
66
67
{
"name": "@littleware/little-elements",
"version": "1.2.0",
"type": "commonjs",
"description": "",
"main": "index.js",
"files": [
"README.md",
"web/*",
"commonjs/*",
"site/*",
"gulpHelper.js"
],
"dependencies": {
"bunyan": "^1.8.14",
"@fortawesome/fontawesome-free": "^5.15.3",
"i18next": "^19.7.0",
"lit-html": "^1.4.1",
"node-fetch": "^2.6.1",
"purecss": "^2.0.6"
},
"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",
"@webcomponents/webcomponentsjs": "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",
"aws-sdk": "^2.819.0",
"express": "latest",
"gulp": "latest",
"jasmine": "latest",
"jasmine-core": "latest",
"karma": "latest",
"karma-chrome-launcher": "latest",
"karma-jasmine": "latest",
"ts-custom-elements": "latest",
"typescript": "latest",
"workbox-build": "latest"
},
"bin": {
"little-server": "./commonjs/bin/little-server.js"
},
"scripts": {
"build": "gulp",
"jasmine": "jasmine --config=node_modules/@littleware/little-nodedev/spec/support/jasmine.json",
"lint": "eslint -c node_modules/@littleware/little-nodedev/.eslintrc.js 'src'",
"start": "node commonjs/bin/little-server.js /modules/@littleware/little-elements/web/ ./web/ /admin module:./commonjs/bin/helloHandler.js",
"test": "jasmine --config=node_modules/@littleware/little-nodedev/spec/support/jasmine.json && karma start karma.conf.js",
"watch": "gulp little-watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/frickjack/little-elements.git"
},
"author": "",
"homepage": "https://github.com/frickjack/little-elements",
"license": "ISC"
}