-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
85 lines (85 loc) · 2.66 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
74
75
76
77
78
79
80
81
82
83
84
85
{
"name": "prime-vuejs",
"version": "1.0.1",
"description": "Prime VueJS",
"main": "index.html",
"scripts": {
"start": "NODE_ENV=production node server/index.js",
"start:development": "NODE_ENV=development node server/index.js",
"prebuild": "rimraf dist",
"build": "NODE_ENV=production ./node_modules/.bin/webpack --config ./internals/webpack/webpack.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/org-victorinox/prime-vuejs.git"
},
"keywords": [
"vue"
],
"author": "Hemerson Vianna <hemerson.lourenco@gmail.com> (https://nerdcalistenico.com.br)",
"bugs": {
"url": "https://github.com/org-victorinox/prime-vuejs/issues"
},
"homepage": "https://github.com/org-victorinox/prime-vuejs#readme",
"dependencies": {
"@babel/polyfill": "7.4.4",
"dnscache": "1.0.2",
"vue": "2.6.10",
"vue-router": "3.1.2",
"vuex": "3.1.1",
"vuex-router-sync": "5.0.0"
},
"devDependencies": {
"@babel/core": "7.5.5",
"@babel/plugin-syntax-dynamic-import": "7.2.0",
"@babel/preset-env": "7.5.5",
"@babel/register": "7.5.5",
"autoprefixer": "9.6.1",
"babel-eslint": "10.0.2",
"babel-helper-vue-jsx-merge-props": "2.0.3",
"babel-loader": "8.0.6",
"babel-plugin-transform-runtime": "6.23.0",
"babel-plugin-transform-vue-jsx": "3.7.0",
"babel-preset-env": "1.7.0",
"babel-preset-stage-2": "6.24.1",
"babel-preset-vue": "2.0.2",
"clean-webpack-plugin": "3.0.0",
"copy-webpack-plugin": "5.0.4",
"css-loader": "3.2.0",
"ejs": "2.6.2",
"eslint": "6.1.0",
"eslint-config-google": "0.13.0",
"eslint-plugin-import": "2.18.2",
"eslint-plugin-prettier": "3.1.0",
"express": "4.17.1",
"file-loader": "4.2.0",
"friendly-errors-webpack-plugin": "1.7.0",
"html-webpack-plugin": "3.2.0",
"mini-css-extract-plugin": "0.8.0",
"node-sass": "4.12.0",
"optimize-css-assets-webpack-plugin": "5.0.3",
"postcss-discard-duplicates": "4.0.2",
"postcss-discard-unused": "4.0.1",
"postcss-import": "12.0.1",
"postcss-loader": "3.0.0",
"postcss-preset-env": "6.7.0",
"rimraf": "2.6.3",
"sass-loader": "7.2.0",
"semver": "6.3.0",
"shelljs": "0.8.3",
"svg-inline-loader": "0.8.0",
"uglifyjs-webpack-plugin": "2.2.0",
"url-loader": "2.1.0",
"vue-loader": "15.7.1",
"vue-style-loader": "4.1.2",
"vue-template-compiler": "2.6.10",
"webpack": "4.39.1",
"webpack-bundle-analyzer": "3.4.1",
"webpack-cli": "3.3.6",
"webpack-dev-middleware": "3.7.0",
"webpack-dev-server": "3.8.0",
"webpack-hot-middleware": "2.25.0",
"webpack-merge": "4.2.1"
},
"license": "MIT"
}