-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
53 lines (53 loc) · 1.33 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
{
"name": "art_finder_rails_api_vuejs_spa",
"version": "1.0.0",
"description": "ArtBinder testament task, built as a simple SPA with Rails API.",
"main": "index.js",
"scripts": {
"build": "webpack",
"dev": "bundle exec rails server | webpack-dev-server",
"watch": "webpack --watch",
"start": "node server.js",
"postinstall": "webpack --config ./webpack-production.config.babel.js --progress --colors"
},
"engines": {
"node": ">=8.1.4"
},
"keywords": [
"rails",
"rails-api",
"vuejs",
"vue-js",
"webpack",
"uikit"
],
"author": "victorpolko@gmail.com",
"license": "MIT",
"dependencies": {
"babel": "^6.23.0",
"babel-core": "^6.23.1",
"babel-loader": "^6.3.2",
"babel-preset-es2015": "^6.22.0",
"css-loader": "^0.26.1",
"express": "^4.14.1",
"file-loader": "^0.10.0",
"http-proxy": "^1.16.2",
"jquery": "^3.1.1",
"lodash": "^4.17.4",
"node-sass": "^4.5.0",
"pug": "^2.0.0-beta11",
"sass-loader": "^6.0.0",
"style-loader": "^0.13.1",
"uikit": "^3.0.0-beta.11",
"url-loader": "^0.5.7",
"vue": "^2.1.10",
"vue-loader": "^11.0.0",
"vue-router": "^2.2.1",
"vue-template-compiler": "^2.1.10",
"vuejs-paginator": "^2.0.0",
"webpack": "^2.2.1"
},
"devDependencies": {
"webpack-dev-server": "^2.3.0"
}
}