-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
86 lines (86 loc) · 2.4 KB
/
package.json
File metadata and controls
86 lines (86 loc) · 2.4 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
84
85
86
{
"name": "@19h47/formatcine",
"version": "8.0.0",
"description": "Format'ciné's WordPress theme",
"main": "src/index.js",
"scripts": {
"prod": "webpack --mode=production --config webpack/webpack.config.js",
"dev": "webpack --mode=development --config webpack/webpack.config.js"
},
"keywords": [
"Webpack",
"ES6",
"Slick",
"Ress",
"Bootstrap",
"Babel",
"ESLint",
"WordPress"
],
"author": "Jérémy Levron <jeremylevron@19h47.fr> (https://19h47.fr)",
"license": "ISC",
"dependencies": {
"@19h47/architecture": "19h47/architecture",
"@babel/runtime": "7.12.13",
"bootstrap": "^4.6.0",
"ress": "^3.0.0",
"slick-carousel": "^1.8.1"
},
"devDependencies": {
"@19h47/prettier-config": "19h47/prettier-config",
"@babel/core": "^7.12.16",
"@babel/plugin-syntax-dynamic-import": "^7.7.4",
"@babel/plugin-transform-runtime": "7.12.15",
"@babel/preset-env": "^7.12.16",
"autoprefixer": "10.2.4",
"babel-eslint": "^10.0.3",
"babel-loader": "8.2.2",
"clean-webpack-plugin": "^3.0.0",
"clear": "^0.1.0",
"compression-webpack-plugin": "^7.1.2",
"css-loader": "^5.0.2",
"cssnano": "^4.1.10",
"dotenv": "^8.2.0",
"eslint": "^7.20.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-config-prettier": "^7.2.0",
"eslint-config-standard": "16.0.2",
"eslint-import-resolver-webpack": "^0.13.0",
"eslint-loader": "^4.0.2",
"eslint-plugin-import": "2.22.1",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-promise": "^4.3.1",
"eslint-plugin-standard": "^5.0.0",
"file-loader": "6.2.0",
"html-webpack-plugin": "5.1.0",
"ignore-loader": "^0.1.2",
"image-webpack-loader": "^7.0.1",
"mini-css-extract-plugin": "^1.3.6",
"node-sass": "^7.0.0",
"ora": "^5.3.0",
"postcss": "^8.2.6",
"postcss-loader": "^5.0.0",
"postcss-object-fit-images": "^1.1.2",
"purgecss-webpack-plugin": "^4.0.0",
"sass-loader": "^11.0.1",
"style-loader": "^2.0.0",
"svg-sprite-loader": "^5.2.1",
"svg-transform-loader": "^2.0.13",
"svgo": "^1.3.2",
"svgo-loader": "^2.2.1",
"webpack": "^5.21.2",
"webpack-cli": "^4.5.0",
"webpack-format-messages": "^2.0.6",
"webpack-manifest-plugin": "^3.0.0",
"webpack-merge": "^5.7.3",
"webpack-notifier": "^1.13.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/19h47/formatcine.git"
},
"bugs": {
"url": "https://github.com/19h47/formatcine/issues"
},
"homepage": "https://github.com/19h47/formatcine#readme"
}