-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.34 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": "aurelia-kawaii",
"description": "Aurelia port of react-kawaii.",
"version": "0.9.3",
"repository": {
"type": "git",
"url": "https://github.com/CuddleBunny/aurelia-kawaii.git"
},
"license": "MIT",
"devDependencies": {
"@types/node": "^13.11.1",
"aurelia-animator-css": "^1.0.4",
"aurelia-bootstrapper": "^2.3.2",
"aurelia-cli": "^1.0.2",
"aurelia-testing": "^1.0.0",
"aurelia-tools": "^2.0.0",
"babel-eslint": "^10.1.0",
"browser-sync": "^2.26.3",
"connect-history-api-fallback": "^1.6.0",
"debounce": "^1.2.0",
"del": "^3.0.0",
"eslint": "^6.8.0",
"gulp": "^4.0.0",
"gulp-less": "^4.0.1",
"gulp-notify": "^3.2.0",
"gulp-plumber": "^1.2.1",
"gulp-rename": "^1.4.0",
"gulp-tslint": "^8.1.4",
"gulp-typescript": "^5.0.0",
"gulp-watch": "^5.0.1",
"minimatch": "^3.0.4",
"promise-polyfill": "^8.1.0",
"requirejs": "^2.3.6",
"simple-git": "^3.15.0",
"text": "requirejs/text#latest",
"through2": "^3.0.0",
"tslint": "^5.13.0",
"typescript": "^3.1.2",
"vinyl-fs": "^3.0.3"
},
"scripts": {
"build": "au build-plugin",
"start": "au run",
"prepare": "npm run build"
},
"engines": {
"node": ">=8.9.0"
},
"main": "dist/commonjs/index.js",
"module": "dist/native-modules/index.js",
"files": [
"dist"
]
}