-
Notifications
You must be signed in to change notification settings - Fork 513
/
package.json
75 lines (75 loc) · 2.24 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "albinotonnina",
"version": "4.0.0",
"license": "CC-BY-NC-ND-4.0",
"homepage": "https://github.com/albinotonnina/albinotonnina.com",
"author": {
"name": "Albino Tonnina",
"email": "[email protected]",
"url": "http://www.albinotonnina.com"
},
"scripts": {
"dev": "webpack-dev-server --mode development",
"build": "webpack --mode production",
"analyze": "webpack --mode production --analyze",
"test": "jest"
},
"dependencies": {
"d3-interpolate": "^1.4.0",
"ease-component": "^1.0.0",
"react": "16.12.0",
"react-dom": "16.12.0",
"scroll": "^3.0.1",
"scroll-doc": "^0.2.1",
"style-object-to-css-string": "^1.0.1",
"svg-filter": "^1.2.1",
"web-vitals": "^1.0.1"
},
"repository": {
"type": "git",
"url": "[email protected]:albinotonnina/albinotonnina.com.git"
},
"devDependencies": {
"@babel/core": "^7.9.0",
"@babel/plugin-proposal-optional-chaining": "^7.9.0",
"@babel/preset-env": "^7.9.0",
"@babel/preset-react": "^7.10.1",
"@babel/register": "^7.9.0",
"@babel/runtime": "^7.9.2",
"@svgr/webpack": "^5.4.0",
"autoprefixer": "^9.7.6",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.1.0",
"css-loader": "^3.4.2",
"cssnano": "^4.1.10",
"eslint": "^6.8.0",
"eslint-config-airbnb-base": "^14.1.0",
"eslint-config-prettier": "^6.10.1",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-react": "^7.20.0",
"favicons-webpack-plugin": "^3.0.1",
"file-loader": "^6.0.0",
"html-loader": "^1.1.0",
"html-webpack-plugin": "^4.0.3",
"image-webpack-loader": "^6.0.0",
"jest": "^25.2.4",
"mini-css-extract-plugin": "^0.9.0",
"postcss-import": "^12.0.1",
"postcss-js": "^2.0.3",
"postcss-loader": "^3.0.0",
"postcss-nested": "^4.2.1",
"postcss-preset-env": "^6.7.0",
"prettier": "^2.0.2",
"raw-loader": "^4.0.0",
"string-replace-webpack-plugin": "^0.1.3",
"stylelint": "^13.3.0",
"stylelint-config-standard": "^20.0.0",
"svg-inline-loader": "^0.8.2",
"svg-url-loader": "^5.0.0",
"webpack": "^4.42.1",
"webpack-bundle-analyzer": "^3.6.1",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.10.3"
}
}