-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.19 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": "pikadeck",
"version": "00.00.01",
"description": "A Pokemon deck builder application",
"main": "index.html",
"author": "Adam Youngers <[email protected]>",
"license": "MIT",
"devDependencies": {
"autoprefixer": "^7.2.6",
"chai": "^4.1.2",
"grunt": "^1.0.3",
"grunt-cli": "^1.3.1",
"grunt-contrib-clean": "^1.1.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-connect": "^0.11.2",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-htmlmin": "^2.4.0",
"grunt-contrib-imagemin": "^2.0.1",
"grunt-contrib-jshint": "^1.1.0",
"grunt-contrib-sass": "^1.0.0",
"grunt-contrib-uglify": "^3.4.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-html-build": "^0.7.1",
"grunt-mocha": "^1.1.0",
"grunt-postcss": "^0.9.0",
"grunt-scss-lint": "^0.5.0",
"mocha": "^3.5.3"
},
"dependencies": {
"animate.css": "^3.7.0",
"bootstrap": "^4.1.3",
"chart.js": "^2.7.2",
"handlebars": "^4.0.12",
"jquery": "^3.3.1",
"jspdf": "^1.4.1",
"lazysizes": "^4.1.1",
"npm": "^6.4.1",
"popper.js": "^1.14.4",
"select2": "^4.0.6-rc.1",
"store": "^2.0.12",
"toastr": "^2.1.4"
},
"private": true
}