-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
69 lines (69 loc) · 1.91 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
68
69
{
"name": "@littleware/little-nodedev",
"version": "1.1.0",
"type": "commonjs",
"description": "build and deployment tools for @littlewaer/ projects",
"main": "",
"files": [
"README.md",
"web/*",
"commonjs/*",
"site/*",
"spec/*",
".eslintrc.js",
".eslintignore",
"gulpfile.js",
"gulpHelper.js"
],
"dependencies": {
"gulp-nunjucks-render": "latest",
"gulp-replace": "latest",
"gulp-rev-replace": "latest",
"gulp-rimraf": "latest",
"gulp-sourcemaps": "latest",
"gulp-typescript": "latest",
"gulp-watch": "latest",
"marked": "latest",
"merge2": "latest",
"mkdirp": "latest",
"nunjucks": "latest",
"nunjucks-markdown": "latest"
},
"devDependencies": {
"@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",
"gulp": "latest",
"jasmine": "latest",
"jasmine-core": "latest",
"karma": "latest",
"karma-chrome-launcher": "latest",
"karma-jasmine": "latest",
"ts-custom-elements": "latest",
"typescript": "latest"
},
"scripts": {
"build": "gulp",
"start": "little-server /modules/@littleware/little-elements/web/ ./web/ /admin module:./commonjs/bin/helloHandler.js",
"watch": "gulp little-watch",
"lint": "eslint -c .eslintrc.js 'src'",
"test": "jasmine"
},
"repository": {
"type": "git",
"url": "git+https://github.com/frickjack/little-nodedev.git"
},
"author": "",
"homepage": "https://github.com/frickjack/little-nodedev",
"license": "ISC"
}