-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1 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
{
"devDependencies": {
"webpack": "^5.65.0",
"webpack-cli": "^4.9.1",
"babel-loader": "^8.2.3",
"@babel/core": "^7.16.7",
"@babel/preset-env": "^7.16.7",
"css-loader": "^6.5.1",
"sass-loader": "^12.4.0",
"node-sass": "^7.0.1",
"style-loader": "^3.3.1",
"mini-css-extract-plugin": "^2.4.5"
},
"name": "animate-loading",
"version": "1.0.3",
"description": "1kb loading bar like Shopify, Github, JSFiddle... that works",
"main": "dist/main.js",
"scripts": {
"clean": "rm dist/bundle.js",
"dev": "webpack --mode development --watch --color",
"build": "webpack --mode production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hta218/animate-loading-bar.git"
},
"keywords": [
"loading-bar",
"vanilla-js"
],
"author": "Leo @ https://leohuynh.dev",
"license": "ISC",
"bugs": {
"url": "https://github.com/hta218/animate-loading-bar/issues"
},
"homepage": "https://github.com/hta218/animate-loading-bar#readme"
}