forked from 19h47/19h47.fr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
73 lines (73 loc) · 2.3 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
{
"name": "19h47",
"version": "2.1.0",
"description": "19h47's website",
"main": "index.js",
"scripts": {
"prod": "./bin/production",
"dev": "./bin/development"
},
"author": {
"name": "Jérémy Levron",
"email": "levronjeremy@19h47.fr",
"url": "http://www.19h47.fr"
},
"repository": {
"type": "git",
"url": "https://github.com/19h47/19h47.fr.git"
},
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.9.0",
"@babel/plugin-syntax-dynamic-import": "^7.7.4",
"@babel/plugin-transform-runtime": "^7.9.0",
"@babel/preset-env": "^7.9.0",
"autoprefixer": "^9.7.5",
"babel-eslint": "^10.0.3",
"babel-loader": "^8.1.0",
"breakpoint-sass": "^2.7.1",
"breakpoint-slicer": "^2.0.0",
"clean-webpack-plugin": "3.0.0",
"copy-webpack-plugin": "^5.1.1",
"css-loader": "3.4.2",
"cssnano": "^4.1.10",
"eslint": "6.8.0",
"eslint-config-airbnb-base": "14.1.0",
"eslint-config-standard": "14.1.1",
"eslint-import-resolver-webpack": "0.12.1",
"eslint-loader": "4.0.0",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"file-loader": "6.0.0",
"mini-css-extract-plugin": "0.9.0",
"node-sass": "^4.13.0",
"postcss-loader": "^3.0.0",
"postcss-object-fit-images": "^1.1.2",
"purgecss-webpack-plugin": "2.1.0",
"sass-loader": "8.0.2",
"svg-sprite-loader": "^4.2.2",
"webpack": "^4.42.1",
"webpack-bundle-analyzer": "^3.6.0",
"webpack-cli": "^3.3.10",
"webpack-manifest-plugin": "^2.2.0",
"webpack-merge": "^4.2.2",
"webpack-notifier": "^1.8.0"
},
"dependencies": {
"@babel/runtime": "^7.9.2",
"barba.js": "^1.0.0",
"bootstrap-sass": "^3.4.1",
"core-js": "^3.6.4",
"dom-classes": "^1.0.0",
"dom-css": "^2.1.0",
"dom-select": "^1.1.1",
"dom-style": "^1.0.0",
"gsap": "3.2.6",
"mustache": "4.0.1",
"polyfill-nodelist-foreach": "^1.0.1",
"ress": "2.0.4",
"scrollmonitor": "^1.2.4"
}
}