-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.59 KB
/
Copy pathpackage.json
File metadata and controls
60 lines (60 loc) · 1.59 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
{
"name": "personal_site",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "webpack-dev-server --open",
"build": "webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/goingtogogo/gngtgg.space.git"
},
"author": "goingtogogo",
"license": "ISC",
"bugs": {
"url": "https://github.com/goingtogogo/gngtgg.space/issues"
},
"browserslist": [
"last 2 years",
"> 1%",
"not dead"
],
"homepage": "https://github.com/goingtogogo/gngtgg.space#readme",
"devDependencies": {
"@babel/core": "^7.12.3",
"@babel/preset-env": "^7.12.1",
"autoprefixer": "^10.0.2",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.2.0",
"copy-webpack-plugin": "^6.3.2",
"css-loader": "^7.1.2",
"csso-webpack-plugin": "^2.0.0-beta.1",
"eslint": "^7.13.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-config-prettier": "^6.15.0",
"eslint-loader": "^4.0.2",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-prettier": "^3.1.4",
"html-loader": "^1.1.0",
"html-webpack-plugin": "^4.2.0",
"mini-css-extract-plugin": "^2.9.4",
"postcss": "^8.1.7",
"postcss-loader": "^4.0.4",
"prettier": "^2.1.2",
"sass": "^1.57.1",
"sass-loader": "^8.0.2",
"style-loader": "^1.1.3",
"svg-inline-loader": "^0.8.2",
"webpack": "^5.101.3",
"webpack-cli": "^6.0.1",
"webpack-dev-server": "^5.2.2",
"write-file-webpack-plugin": "^4.5.1"
},
"dependencies": {
"@vercel/analytics": "^0.1.8",
"core-js": "^3.7.0",
"normalize.css": "^8.0.1"
}
}