-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.84 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
{
"name": "base-camp",
"version": "1.8.2",
"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": {
"axios": "^0.18.0",
"babel-core": "^6.26.3",
"babel-eslint": "^8.2.5",
"babel-loader": "^7.1.4",
"babel-preset-es2015": "^6.24.1",
"browser-sync": "^2.24.5",
"browser-sync-webpack-plugin": "^2.2.2",
"bulma-badge": "^2.0.0",
"bulma-checkradio": "^2.1.0",
"clean-webpack-plugin": "^0.1.19",
"cross-env": "^5.2.0",
"css-loader": "^0.28.11",
"eslint": "^5.0.1",
"eslint-plugin-import": "^2.13.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-vue": "^4.5.0",
"file-loader": "^1.1",
"font-awesome": "^4.7.0",
"image-webpack-loader": "^4.3.1",
"mini-css-extract-plugin": "^0.4.1",
"node-sass": "^4.9.0",
"prettier-eslint": "^8.2.2",
"purgecss-webpack-plugin": "^1.2.0",
"sass-loader": "^7.0.3",
"style-loader": "^0.21.0",
"url-loader": "^1.0.1",
"vue-loader": "^15.2.4",
"vue-slick": "^1.1.13",
"vue-template-compiler": "^2.5.16",
"webpack": "^4.14.0",
"webpack-cli": "^3.0.8",
"webpack-manifest-plugin": "^2.0.3"
},
"dependencies": {
"bulma": "0.6.2",
"i": "^0.3.6",
"jquery": "^3.3.1",
"moment": "^2.22.2",
"vue": "^2.5.16",
"vue-cookie": "^1.1.4",
"vue-the-mask": "^0.11.1",
"vuejs-datepicker": "^1.5.3",
"woocommerce-api": "^1.4.2"
}
}