generated from pmanu93/au-neutralino
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.54 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
{
"name": "au-neutralino",
"description": "An Aurelia 2 client application running on neutralino.",
"version": "0.1.0",
"repository": {
"type": "git",
"url": "???"
},
"license": "UNLICENSED",
"dependencies": {
"aurelia": "dev"
},
"devDependencies": {
"@aurelia/plugin-gulp": "dev",
"@aurelia/testing": "dev",
"@types/node": "^14.14.21",
"@typescript-eslint/eslint-plugin": "^4.14.0",
"@typescript-eslint/parser": "^4.14.0",
"autoprefixer": "^10.2.1",
"connect": "^3.7.0",
"connect-history-api-fallback": "^1.6.0",
"connect-injector": "^0.4.4",
"cross-env": "^7.0.3",
"del": "^6.0.0",
"eslint": "^7.18.0",
"gulp": "^4.0.2",
"gulp-dumber": "^1.0.3",
"gulp-dumber-css-module": "^0.1.1",
"gulp-if": "^3.0.0",
"gulp-less": "^4.0.1",
"gulp-plumber": "^1.2.1",
"gulp-postcss": "^9.0.0",
"gulp-terser": "^2.0.1",
"gulp-typescript": "^5.0.1",
"htmlhint": "^0.14.2",
"lesshint": "^6.3.7",
"merge2": "^1.4.1",
"open": "^7.3.1",
"postcss": "^8.2.4",
"postcss-url": "^10.1.1",
"serve-static": "^1.14.1",
"socket.io": "^3.1.0",
"typescript": "^4.1.3"
},
"scripts": {
"lint:js": "eslint src test --ext .js,.ts",
"lint:css": "lesshint \"src/**/*.less\"",
"lint:html": "htmlhint -c .htmlhintrc src",
"lint": "npm run lint:js && npm run lint:html && npm run lint:css",
"start": "gulp",
"build": "gulp clean && cross-env NODE_ENV=xproduction gulp build && neu update",
"clear-cache": "gulp clear-cache"
}
}