-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.42 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.42 KB
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
{
"name": "ani-time",
"version": "1.0.0",
"description": "List your anime anytime.",
"main": "src/assets/js/index.js",
"scripts": {
"build": "webpack --config webpack.prod.js",
"dev": "webpack-dev-server --config webpack.dev.js",
"graph": "git log --all --oneline --text --decorate --graph"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yusril-adr/ani-time.git"
},
"keywords": [
"anime"
],
"engines": {
"node": "16.x"
},
"author": "Yusril A. P.",
"license": "MIT",
"bugs": {
"url": "https://github.com/yusril-adr/ani-time/issues"
},
"homepage": "https://github.com/yusril-adr/ani-time#readme",
"devDependencies": {
"@babel/core": "^7.10.5",
"@babel/plugin-transform-runtime": "^7.10.5",
"@babel/preset-env": "^7.10.4",
"babel-loader": "^8.1.0",
"css-loader": "^4.0.0",
"file-loader": "^6.0.0",
"html-loader": "^1.1.0",
"html-webpack-plugin": "^4.3.0",
"style-loader": "^1.2.1",
"webpack": "^4.44.0",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^4.15.0",
"webpack-merge": "^5.0.9",
"webpack-pwa-manifest": "^4.2.0",
"workbox-webpack-plugin": "^5.1.3"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.14.0",
"idb": "^5.0.4",
"jquery": "^3.5.1",
"material-design-icons": "^3.0.1",
"materialize-css": "^1.0.0",
"owl.carousel": "^2.3.4",
"sweetalert2": "^9.17.1"
}
}