-
Notifications
You must be signed in to change notification settings - Fork 42
/
package.json
99 lines (99 loc) · 3.09 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
{
"name": "tau",
"title": "tau",
"description": "Tizen Advanced UI",
"version": "1.2.9",
"scripts": {
"build": "npx grunt build",
"postinstall": "npm run build",
"grunt": "grunt",
"http-server": "http-server -p 8888 -a localhost",
"preinstall": "./check-node.py && ./install-hooks",
"test": "npx grunt test",
"test:karma": "karma start tests/karma/all.conf.js",
"test:karma-single-test": "karma start tests/karma/single.conf.js",
"lint-check": "lint-diff $TRAVIS_COMMIT_RANGE",
"spellcheck": "cspell 'src/**/*.js' 'src/**/*.html' 'examples/mobile/UIComponents/**/*.js' 'examples/wearable/UIComponents/**/*.js' 'examples/mobile/UIComponents/**/*.html' 'examples/wearable/UIComponents/**/*.html'"
},
"engines": {
"node": "6.16"
},
"devDependencies": {
"async": "^0.9.2",
"autoprefixer": "^6.5.3",
"cli-table": "^0.3.1",
"cspell": "^5.12.2",
"css-loader": "^2.1.1",
"dox": "0.4.4",
"fast-stats": "0.0.2",
"grunt": "^0.4",
"grunt-auto-install": "^0.2.3",
"grunt-cli": "1.3.2",
"grunt-contrib-clean": "0.5.0",
"grunt-contrib-compress": "0.13.0",
"grunt-contrib-concat": "~0.5.0",
"grunt-contrib-connect": "~0.10.1",
"grunt-contrib-copy": "*",
"grunt-contrib-cssmin": "0.6.1",
"grunt-contrib-less": "^1.4.1",
"grunt-contrib-qunit": "0.2.2",
"grunt-contrib-requirejs": "0.4.1",
"grunt-contrib-symlink": "~0.3.0",
"grunt-contrib-uglify": "0.3.2",
"grunt-contrib-watch": "~0.6.1",
"grunt-debug-task": "~0.1.4",
"grunt-dom-munger": "^3.4.0",
"grunt-eslint": "^19.0.0",
"grunt-exec": "latest",
"grunt-jsduck": "~1.0.0",
"grunt-lesslint": "^3.2.0",
"grunt-lib-phantomjs": "^0.6.0",
"grunt-open": "~0.2.3",
"grunt-postcss": "^0.8.0",
"grunt-qunit-istanbul": "0",
"grunt-qunit-junit": "^0.3.1",
"grunt-qunit-tap": "~2.0.0",
"grunt-string-replace": "~0.2.4",
"grunt-sync": "^0.6.2",
"http-server": "^0.11.1",
"karma": "^1.3.0",
"karma-chrome-launcher": "^2.0.0",
"karma-coverage": "^1.1.1",
"karma-html-reporter": "^0.2.7",
"karma-junit-reporter": "^1.2.0",
"karma-qunit": "^1.2.1",
"karma-requirejs": "^1.1.0",
"lint-diff": "^1.2.1",
"marked": "^0.3.5",
"moment": "^2.17.1",
"mu2": "~0.5.20",
"node-inspector": "^1.0.0",
"qunitjs": "^1.23.1",
"rjs-build-analysis": "~0.0.3",
"script-loader": "^0.7.2",
"shelljs": "latest",
"style-loader": "^0.23.1",
"svg-sprite": "1.3.7",
"underscore": "1.6.0",
"webpack": "^4.29.6",
"xml2js": "~0.4.4"
},
"main": "Gruntfile.js",
"dependencies": {
"cheerio": "^1.0.0-rc.2",
"easyimage": "2.1.0",
"escomplex": "^2.0.0-alpha",
"eslint": "^6.8.0",
"eslint-plugin-html": "^1.7.0",
"eslint-plugin-jsdoc": "^2.4.0",
"grunt-karma": "^2.0.0",
"grunt-run": "^0.6.0",
"jenkins": "^0.20.0",
"jira-connector": "^2.6.0",
"karma-console-reporter": "file:tools/karma-plugins/console-reporter",
"moment": "^2.18.1",
"node-resemble-js": "^0.2.0",
"sloc": "^0.2.0",
"sonarqube-scanner": "^1.0.0"
}
}