-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.61 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
{
"name": "phpvigo-hexo-theme",
"version": "1.0.0",
"description": "PHPVigo Hexo theme",
"main": "index.js",
"author": "Sergio Carracedo <info@sergiocarracedo.es>",
"license": "MIT",
"scripts": {
"build:dev": "webpack",
"build": "cross-env NODE_ENV=production webpack",
"dev": "webpack --watch"
},
"devDependencies": {
"@babel/core": "^7.7.5",
"@babel/plugin-proposal-class-properties": "^7.7.4",
"@babel/plugin-proposal-decorators": "^7.7.4",
"@babel/plugin-proposal-json-strings": "^7.7.4",
"@babel/plugin-syntax-dynamic-import": "^7.7.4",
"@babel/plugin-syntax-import-meta": "^7.7.4",
"@babel/preset-env": "^7.7.6",
"@fortawesome/fontawesome-free": "^5.12.0",
"autoprefixer": "^9.7.3",
"babel-loader": "^8.0.6",
"cross-env": "^6.0.3",
"css-loader": "^3.3.2",
"extract-loader": "^3.1.0",
"file-loader": "^5.0.2",
"mini-css-extract-plugin": "^0.8.0",
"node-sass": "^4.13.0",
"postcss-cli": "^6.1.3",
"postcss-loader": "^3.0.0",
"resolve-url-loader": "^3.1.1",
"sass": "^1.23.7",
"sass-loader": "^8.0.0",
"sireno-grid": "^0.3.0",
"vue-loader": "^15.8.3",
"vue-style-loader": "^4.1.2",
"vue-template-compiler": "^2.6.11",
"webpack": "^4.41.2",
"webpack-bundle-analyzer": "^3.6.0",
"webpack-cli": "^3.3.10",
"webpack-dev-server": "^3.9.0",
"webpack-hot-middleware": "^2.25.0",
"webpack-merge": "^4.2.2"
},
"dependencies": {
"@babel/polyfill": "^7.7.0",
"axios": "^0.19.0",
"jquery": "^3.4.1",
"moment": "^2.24.0",
"tarteaucitronjs": "^1.3.1",
"vue": "^2.6.11"
}
}