-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathpackage.json
executable file
·49 lines (49 loc) · 1.11 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
{
"name": "ax5ui-kernel",
"version": "0.0.1",
"engines": {
"node": ">=0.10.0"
},
"dependencies": {
"ax5core": "",
"ax5ui-calendar": "",
"ax5ui-dialog": "",
"ax5ui-formatter": "",
"ax5ui-mask": "",
"ax5ui-menu": "",
"ax5ui-modal": "",
"ax5ui-picker": "",
"ax5ui-toast": ""
},
"scripts": {
"build": "babel src -d lib"
},
"devDependencies": {
"ax5core": "",
"babel-cli": "^6.0.0",
"babel-preset-es2015": "",
"bootstrap-sass": "^3.0.0",
"bourbon": "^4.2.6",
"fs-finder": "^1.8.1",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-changed": "^2.0.0",
"gulp-clean": "^0.3.2",
"gulp-concat": "^2.6.1",
"gulp-marko-ax5": "^0.4.2",
"gulp-notify": "^3.0.0",
"gulp-plumber": "^1.1.0",
"gulp-sass": "^2.1.1",
"gulp-sourcemaps": "^2.4.1",
"gulp-uglify": "^1.5.1",
"gulp-util": "^2.2.20",
"htmlparser": "^1.7.7",
"js-beautify": "^1.5.10",
"markdown-it": "~5.0.2",
"markdown-it-video": "^0.4.0",
"marko": "^2.8.4",
"node-sass": "^3.0.0",
"strip-indent": "^1.0.1",
"yargs": "^4.7.0"
}
}