-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
36 lines (36 loc) · 876 Bytes
/
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
{
"name": "book-database",
"title": "Book Database",
"version": "1.3.2",
"description": "Maintain a database of books and reviews.",
"author": "Ashley Gibson",
"license": "GPL-2.0-or-later",
"keywords": [
"books",
"wordpress",
"wordpress-plugin"
],
"homepage": "https://github.com/ashleyfae/book-database#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/ashleyfae/book-database.git"
},
"bugs": {
"url": "https://github.com/ashleyfae/book-database/issues"
},
"main": "webpack.config.js",
"devDependencies": {
"laravel-mix": "^6.0.43",
"sass": "^1.71.1",
"sass-loader": "^14.1.1",
"webpack-cli": "^5.1.4"
},
"scripts": {
"build": "npx mix --production",
"dev": "npx mix watch"
},
"dependencies": {
"@amcharts/amcharts4": "^4.10.38",
"flatpickr": "^4.6.13"
}
}