-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.35 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
{
"name": "stardew-crop-profits",
"description": "",
"scripts": {
"test": "gulp lint",
"start": "gulp"
},
"repository": {
"type": "git",
"url": "git+https://github.com/polarstoat/stardew-crop-profits.git"
},
"author": "Polar stoat <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/polarstoat/stardew-crop-profits/issues"
},
"homepage": "https://github.com/polarstoat/stardew-crop-profits#readme",
"private": true,
"devDependencies": {
"browser-sync": "^2.26.3",
"del": "^3.0.0",
"eslint": "^4.19.1",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-plugin-import": "^2.16.0",
"gh-pages": "^1.2.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^5.0.0",
"gulp-cache": "^1.1.1",
"gulp-cssnano": "^2.1.3",
"gulp-eslint": "^4.0.2",
"gulp-htmlmin": "^4.0.0",
"gulp-if": "^2.0.2",
"gulp-imagemin": "^4.1.0",
"gulp-jsonminify": "^1.1.0",
"gulp-load-plugins": "^1.5.0",
"gulp-plumber": "^1.2.1",
"gulp-rename": "^1.4.0",
"gulp-sass": "^4.0.2",
"gulp-size": "^3.0.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-uglify-es": "^1.0.4",
"gulp-useref": "^3.1.6",
"natives": "^1.1.6",
"run-sequence": "^2.2.1"
},
"dependencies": {
"bootstrap": "^4.3.1",
"chart.js": "^2.7.3",
"jquery": "^3.3.1"
}
}