-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
45 lines (45 loc) · 1.26 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
{
"name": "mael-welcome",
"version": "1.0.0",
"description": "Maël Le Goff's website",
"main": "index.js",
"scripts": {
"sass": "sass --watch ./sass/main.scss:./css/style.css",
"watch": "export NODE_ENV=development && webpack --watch",
"build": "webpack"
},
"author": "Maël Le Goff",
"license": "ISC",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.3.0",
"@fortawesome/free-brands-svg-icons": "^6.3.0",
"@octokit/core": "^4.2.0",
"@primer/octicons": "^18.2.0",
"gsap": "^3.11.5",
"i18next": "^22.4.12",
"i18next-browser-languagedetector": "^7.0.1",
"noisejs": "^2.1.0",
"numeral": "^2.0.6",
"three": "^0.150.1"
},
"devDependencies": {
"@babel/core": "^7.21.3",
"@babel/preset-env": "^7.20.2",
"autoprefixer": "^10.4.14",
"babel-core": "^6.26.3",
"babel-loader": "^9.1.2",
"css-loader": "^6.7.3",
"html-webpack-plugin": "^5.5.0",
"mini-css-extract-plugin": "^2.7.5",
"postcss": "^8.4.21",
"postcss-loader": "^7.1.0",
"sass": "^1.59.3",
"sass-loader": "^13.2.1",
"stats.js": "^0.17.0",
"style-loader": "^3.3.2",
"terser-webpack-plugin": "^5.3.7",
"webpack": "^5.76.2",
"webpack-bundle-analyzer": "^4.8.0",
"webpack-cli": "^5.0.1"
}
}