-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
38 lines (38 loc) · 1.03 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
{
"author": "Jonathan Graham <theflametrooper@gmail.com>",
"bugs": {
"url": "https://github.com/jonathan-grah/lofig/issues"
},
"dependencies": {
"regenerator": "^0.14.7",
"whatwg-fetch": "^3.5.0"
},
"description": "Like the Config package, but for client side JavaScript",
"devDependencies": {
"@babel/core": "^7.12.16",
"@babel/preset-env": "^7.12.16",
"@webpack-cli/serve": "^1.3.0",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-loader": "^8.2.2",
"babel-preset-es2015": "^6.24.1",
"exports-loader": "^0.7.0",
"imports-loader": "^0.8.0",
"terser-webpack-plugin": "^5.1.1",
"webpack": "^5.1.0",
"webpack-cli": "^4.3.0",
"webpack-dev-server": "^4.11.1"
},
"license": "MIT",
"main": "dist/lofig.min.js",
"name": "lofig",
"repository": {
"type": "git",
"url": "git+https://github.com/jonathan-grah/lofig.git"
},
"scripts": {
"dev": "webpack serve --open --mode=development",
"build": "webpack --mode=production"
},
"version": "1.3.4"
}