-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.35 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
{
"name": "marco-frontier",
"version": "0.1.0",
"description": "A blog system of Marco, by Marco, for Marco.",
"main": "index.js",
"scripts": {
"dev": "webpack-dev-server --config build/webpack.dev.config.js",
"build": "webpack --config build/webpack.prod.config.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"blog",
"vuejs"
],
"author": "Marco",
"license": "WTFPL",
"dependencies": {
"axios": "^0.17.1",
"bulma": "^0.6.1",
"moment": "^2.19.2",
"normalize.css": "^7.0.0",
"vue": "^2.5.3",
"vue-router": "^3.0.1",
"vuex": "^3.0.1"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-env": "^1.6.1",
"babel-runtime": "^6.26.0",
"css-loader": "^0.28.7",
"eslint": "^4.11.0",
"extract-text-webpack-plugin": "^3.0.2",
"style-loader": "^0.19.0",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.1",
"uglifyjs-webpack-plugin": "^1.0.1",
"vue-hot-reload-api": "^2.2.3",
"vue-html-loader": "^1.2.3",
"vue-loader": "^13.5.0",
"vue-style-loader": "^3.0.1",
"vue-template-compiler": "^2.5.3",
"webpack": "^3.8.1",
"webpack-dev-server": "^2.9.4",
"webpack-merge": "^4.1.1"
},
"repository": {
"type": "git",
"url": "https://github.com/marcong95/marco-frontier.git"
}
}