This repository has been archived by the owner on Jul 30, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
70 lines (70 loc) · 1.78 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
{
"name": "pokeclicker",
"version": "0.0.1",
"description": "PokéClicker repository",
"main": "index.js",
"scripts": {
"start": "gulp",
"website": "gulp website",
"test": "gulp scripts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Ishadijcks/pokeclicker.git"
},
"babel": {
"presets": [
"es2015"
]
},
"author": "IshaD",
"license": "ISC",
"bugs": {
"url": "https://github.com/Ishadijcks/pokeclicker/issues"
},
"homepage": "https://github.com/Ishadijcks/pokeclicker#readme",
"devDependencies": {
"@types/jquery": "^3.3.31",
"babel-core": "^6.26.3",
"babel-preset-es2015": "^6.24.1",
"babel-register": "^6.26.0",
"bootstrap-notify": "^3.1.3",
"browser-sync": "^2.26.7",
"del": "^2.2.2",
"es6-promise": "^4.2.8",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^3.1.1",
"gulp-bootstrap-configurator": "^0.4.1",
"gulp-changed": "^1.3.2",
"gulp-clean": "^0.3.1",
"gulp-concat": "^2.6.0",
"gulp-file": "^0.3.0",
"gulp-file-include": "^1.2.0",
"gulp-html-import": "^0.0.2",
"gulp-inject": "^4.3.2",
"gulp-less": "^3.5.0",
"gulp-markdown": "^1.2.0",
"gulp-minify-css": "^1.2.1",
"gulp-minify-html": "^1.0.4",
"gulp-size": "^2.0.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-strip-debug": "^1.0.2",
"gulp-tslint": "^6.1.2",
"gulp-typescript": "^3.2.4",
"gulp-util": "^3.0.7",
"natives": "^1.1.6",
"run-sequence": "^1.1.4",
"tslint": "^3.15.1",
"typescript": "^2.9.2"
},
"dependencies": {
"@types/bootstrap": "^3.4.0",
"@types/bootstrap-notify": "^3.1.34",
"@types/knockout": "^3.4.66",
"bootstrap": "^4.3.1",
"glob": "^7.1.4",
"jquery": "^3.4.1",
"knockout": "^3.5.0",
"popper.js": "^1.15.0"
}
}