-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.78 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.78 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
54
55
56
57
58
59
60
61
{
"name": "instaart",
"version": "1.0.0",
"description": "Portfolio Web Apps for Designer",
"main": "./scripts/index.js",
"scripts": {
"build": "cross-env NODE_ENV=production webpack --config webpack.prod.js",
"dev": "webpack --config webpack.dev.js",
"graph": "git log --all --oneline --text --decorate --graph"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yusril-adr/instaart.git"
},
"keywords": [
"portfolio",
"social-media"
],
"author": "Yusril A. P.",
"license": "MIT",
"bugs": {
"url": "https://github.com/yusril-adr/instaart/issues"
},
"homepage": "https://github.com/yusril-adr/instaart#readme",
"devDependencies": {
"@babel/core": "^7.13.16",
"@babel/preset-env": "^7.13.15",
"autoprefixer": "^10.2.5",
"babel-loader": "^8.2.2",
"clean-webpack-plugin": "^4.0.0-alpha.0",
"copy-webpack-plugin": "^8.1.1",
"cross-env": "^7.0.3",
"css-loader": "^5.2.4",
"eslint": "^7.25.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.22.1",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.3.1",
"mini-css-extract-plugin": "^1.5.1",
"optimize-css-assets-webpack-plugin": "^5.0.4",
"postcss": "^8.2.13",
"postcss-loader": "^5.2.0",
"sass": "^1.32.12",
"sass-loader": "^11.0.1",
"style-loader": "^2.0.0",
"terser-webpack-plugin": "^5.1.1",
"webpack": "^5.36.1",
"webpack-cli": "^4.6.0",
"webpack-merge": "^5.7.3",
"webpack-pwa-manifest": "^4.3.0",
"workbox-webpack-plugin": "^6.1.5"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.3",
"bootstrap": "^4.6.0",
"bs-custom-file-input": "^1.3.4",
"jquery": "^3.6.0",
"regenerator-runtime": "^0.13.7",
"sweetalert2": "^10.16.6"
}
}