-
Notifications
You must be signed in to change notification settings - Fork 23
/
package.json
56 lines (56 loc) · 1.81 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
{
"name": "base-camp",
"version": "1.9.0",
"description": "Awesome WordPress starter theme with own CLI for developers based on modern web technologies.",
"main": "index.js",
"scripts": {
"dev": "cross-env webpack --config build/webpack.config.js --progress --hide-modules --mode development",
"watch": "npm run dev -- --watch",
"prod": "cross-env NODE_ENV=production webpack --config build/webpack.config.js --progress --hide-modules --mode production"
},
"keywords": [],
"author": "Toni Suomalainen",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.1.6",
"@babel/polyfill": "^7.0.0",
"@babel/preset-env": "^7.1.6",
"autoprefixer": "^9.3.1",
"babel-eslint": "^10.0.1",
"babel-loader": "^8.0.4",
"browser-sync": "^2.24.5",
"browser-sync-webpack-plugin": "^2.2.2",
"clean-webpack-plugin": "^1.0.0",
"cross-env": "^5.2.0",
"css-loader": "^1.0.1",
"cssnano": "^4.1.7",
"eslint": "^5.0.1",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.13.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-vue": "^4.5.0",
"file-loader": "^2.0.0",
"font-awesome": "^4.7.0",
"hard-source-webpack-plugin": "^0.12.0",
"image-webpack-loader": "^4.3.1",
"mini-css-extract-plugin": "^0.4.5",
"node-sass": "^4.10.0",
"postcss-loader": "^3.0.0",
"prettier-eslint": "^8.2.2",
"purgecss-webpack-plugin": "^1.2.0",
"sass-loader": "^7.0.3",
"style-loader": "^0.23.1",
"url-loader": "^1.0.1",
"vue-loader": "^15.2.4",
"vue-template-compiler": "^2.5.16",
"webpack": "^4.14.0",
"webpack-cli": "^3.0.8",
"webpack-fix-style-only-entries": "^0.0.5",
"webpack-manifest-plugin": "^2.0.3"
},
"dependencies": {
"bulma": "0.7.2",
"jquery": "^3.3.1",
"vue": "^2.5.16"
}
}