generated from rdnsan/frontend-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.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
38
39
40
{
"name": "@rdnsan/links",
"description": "Personal Links.",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"dev": "webpack serve --config ./bundler/webpack.dev.js",
"build": "webpack --config ./bundler/webpack.prod.js",
"lint": "eslint ./src"
},
"repository": {
"type": "git",
"url": "https://github.com/rdnsan/links.git"
},
"author": "Ridwan Ikhsan <[email protected]>",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.17.8",
"@babel/preset-env": "^7.16.11",
"babel-loader": "^8.2.4",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^10.2.4",
"css-loader": "^6.7.1",
"eslint": "^8.12.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.25.4",
"html-webpack-plugin": "^5.5.0",
"style-loader": "^3.3.1",
"webpack": "^5.70.0",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.7.4",
"webpack-merge": "^5.8.0",
"webpack-pwa-manifest": "^4.3.0",
"workbox-webpack-plugin": "^6.5.2"
},
"dependencies": {
"regenerator-runtime": "^0.13.9",
"vanta": "^0.5.22"
}
}