This repository has been archived by the owner on Jul 8, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.62 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
{
"name": "wannaworkthere-admin",
"version": "0.1.0",
"description": "Admin application for the wannaworkthere package",
"main": "public/app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "brunch w --server",
"build:local": "brunch b",
"build:production": "PRODUCTION=true brunch b --production"
},
"repository": {
"type": "git",
"url": "git+https://gitlab.com/srodriki/wannaworkthere.git"
},
"keywords": [
"vue",
"brunch",
"vuex",
"vue-router"
],
"author": "Rodrigo Juliani <srodriki@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://gitlab.com/srodriki/wannaworkthere/issues"
},
"homepage": "https://gitlab.com/srodriki/wannaworkthere#README",
"devDependencies": {
"babel-brunch": "^6.0.6",
"babel-plugin-transform-runtime": "^6.22.0",
"babel-preset-es2015": "^6.22.0",
"babel-preset-es2016": "^6.22.0",
"babel-preset-latest": "^6.22.0",
"babel-preset-stage-3": "^6.22.0",
"brunch": "^2.10.6",
"copycat-brunch": "^1.1.0",
"process-env-brunch": "^1.4.5",
"sass-brunch": "^2.10.4",
"vue-brunch": "^2.0.0"
},
"dependencies": {
"animate.css": "^3.5.2",
"axios": "^0.15.3",
"bulma": "^0.4.0",
"countries-list": "^1.3.2",
"feathers": "^2.1.1",
"feathers-hooks": "^2.0.1",
"feathers-rest": "^1.7.2",
"font-awesome": "^4.7.0",
"izitoast": "^1.1.1",
"moment": "^2.17.1",
"qs": "^6.4.0",
"store": "^1.3.20",
"vee-validate": "^2.0.0-beta.25",
"vue": "^2.1.10",
"vue-i18n": "^6.0.0",
"vue-router": "^2.2.0",
"vuex": "^2.1.2"
}
}