-
Notifications
You must be signed in to change notification settings - Fork 57
/
package.json
44 lines (44 loc) · 1.32 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
{
"name": "overwatch-item-tracker",
"version": "1.0.0",
"author": "Js41637",
"scripts": {
"gen-data": "node ./helpers/dataMapper.js",
"gen-missing-data": "node ./helpers/dataMapper.js missing",
"test-previews": "node ./helpers/scripts/preview-checker.js",
"lint": "eslint -f node_modules/eslint-formatter-pretty --cache --max-warnings 100 js --ignore-pattern js/vendor/**",
"dev": "concurrently \"serve -c 0\" \"gulp dev\" \"start http://localhost:5000\""
},
"repository": {
"type": "git",
"url": "https://github.com/Js41637/Overwatch-Item-Tracker.git"
},
"dependencies": {},
"devDependencies": {
"async": "2.6.1",
"babel-eslint": "10.1.0",
"chalk": "4.1.0",
"concurrently": "5.3.0",
"eslint": "6.8.0",
"eslint-formatter-pretty": "3.0.1",
"eslint-plugin-angular": "4.0.1",
"eslint-plugin-es5": "1.5.0",
"eslint-plugin-standard": "4.0.2",
"gulp": "4.0.2",
"gulp-cli": "2.3.0",
"gulp-concat": "2.6.1",
"gulp-csso": "4.0.1",
"gulp-plumber": "1.2.1",
"gulp-rename": "2.0.0",
"gulp-sass": "4.1.0",
"lodash": "4.17.20",
"moment": "2.29.1",
"request": "2.88.2",
"sass": "1.27.0",
"serve": "11.3.2",
"stylelint": "13.7.2",
"stylelint-config-standard": "20.0.0",
"stylelint-scss": "3.18.0"
},
"license": "Beerware"
}