-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
83 lines (83 loc) · 2.62 KB
/
package.json
File metadata and controls
83 lines (83 loc) · 2.62 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
"name": "@19h47/19h47",
"version": "3.0.1",
"description": "19h47 WordPress theme",
"main": "dist/main.js",
"scripts": {
"prod": "webpack --mode=production --config webpack/webpack.config.js",
"dev": "webpack --mode=development --config webpack/webpack.config.js"
},
"author": {
"name": "Jérémy Levron",
"email": "levronjeremy@19h47.fr",
"url": "https://www.19h47.fr"
},
"repository": {
"type": "git",
"url": "https://github.com/19h47/19h47.fr.git"
},
"license": "ISC",
"devDependencies": {
"@19h47/prettier-config": "^1.0.0",
"@babel/eslint-parser": "^7.15.4",
"@babel/plugin-proposal-class-properties": "^7.13.0",
"@babel/plugin-proposal-object-rest-spread": "^7.15.6",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-parameters": "^7.15.4",
"@babel/plugin-transform-react-jsx": "^7.14.9",
"@babel/plugin-transform-runtime": "^7.15.0",
"@babel/plugin-transform-spread": "^7.14.6",
"@babel/preset-env": "^7.15.6",
"@babel/preset-react": "^7.13.13",
"autoprefixer": "10.3.4",
"babel-loader": "^8.2.2",
"clean-webpack-plugin": "^4.0.0",
"compression-webpack-plugin": "9.0.0",
"copy-webpack-plugin": "^9.0.1",
"css-loader": "^6.2.0",
"cssnano": "5.0.8",
"dotenv": "^10.0.0",
"eslint": "^7.32.0",
"eslint-config-airbnb-base": "^14.2.0",
"eslint-config-prettier": "^8.3.0",
"eslint-config-standard": "^16.0.3",
"eslint-import-resolver-webpack": "^0.13.1",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.1.0",
"eslint-webpack-plugin": "^3.0.1",
"image-webpack-loader": "^7.0.1",
"mini-css-extract-plugin": "^2.3.0",
"node-sass": "^7.0.0",
"postcss": "^8.4.31",
"postcss-100vh-fix": "^1.0.2",
"postcss-loader": "^6.1.1",
"postcss-object-fit-images": "^1.1.2",
"prettier": "^2.4.1",
"purgecss-webpack-plugin": "^4.0.3",
"sass-loader": "^12.0.0",
"svg-sprite-loader": "6.0.9",
"svg-transform-loader": "^2.0.13",
"svgo-loader": "^3.0.0",
"url-loader": "^4.1.1",
"webpack": "5.104.1",
"webpack-cli": "4.8.0",
"webpack-manifest-plugin": "^4.0.2",
"webpack-merge": "^5.8.0",
"webpack-notifier": "^1.13.0"
},
"dependencies": {
"@19h47/architecture": "19h47/architecture",
"@babel/core": "^7.15.5",
"barba.js": "^1.0.0",
"bootstrap": "^5.1.1",
"dom-classes": "^1.0.0",
"dom-css": "^2.1.0",
"dom-select": "^1.1.1",
"dom-style": "^1.0.0",
"gsap": "3.7.1",
"mustache": "4.2.0",
"ress": "4.0.0",
"scrollmonitor": "^1.2.4"
}
}