-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
78 lines (78 loc) · 2.21 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
{
"name": "ibt2",
"version": "1.2.9",
"description": "I'll be there, 2: an oversimplified application to register attendees at a conference or event",
"author": "Davide Alberani <[email protected]>",
"license": "Apache-2.0",
"private": true,
"homepage": "https://github.com/raspibo/ibt2",
"repository": {
"type": "git",
"url": "https://github.com/raspibo/ibt2.git"
},
"bugs": {
"url": "https://github.com/raspibo/ibt2/issues"
},
"scripts": {
"dev": "node build/dev-server.js",
"devserver": "python3 ibt2.py --debug --db_name=ibt2_test",
"server": "python3 ibt2.py --debug",
"build": "node build/build.js"
},
"dependencies": {
"jquery": "^3.2.1",
"material-design-icons": "^3.0.1",
"materialize-css": "^0.100.2",
"roboto-fontface": "^0.8.0",
"vue": "^2.4.4",
"vue-loader": "^13.0.4",
"vue-markdown": "^2.1.3",
"vue-material": "^0.7.5",
"vue-resource": "^1.3.4",
"vue-router": "^2.7.0",
"vuejs-datepicker": "^0.9.13",
"vuex": "^2.4.0"
},
"devDependencies": {
"autoprefixer": "^6.7.7",
"babel-cli": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.6.0",
"chalk": "^1.1.3",
"connect-history-api-fallback": "^1.3.0",
"copy-webpack-plugin": "^4.0.1",
"css-loader": "^0.27.3",
"eventsource-polyfill": "^0.9.6",
"express": "^4.15.2",
"extract-text-webpack-plugin": "^2.1.0",
"file-loader": "^0.10.1",
"friendly-errors-webpack-plugin": "^1.6.1",
"function-bind": "^1.1.0",
"html-webpack-plugin": "^2.28.0",
"http-proxy-middleware": "^0.17.4",
"opn": "^4.0.2",
"optimize-css-assets-webpack-plugin": "^1.3.2",
"ora": "^1.1.0",
"rimraf": "^2.6.1",
"semver": "^5.3.0",
"url-loader": "^0.5.8",
"vue-loader": "^11.1.4",
"vue-style-loader": "^2.0.3",
"vue-template-compiler": "^2.4.4",
"webpack": "^2.2.1",
"webpack-bundle-analyzer": "^3.3.2",
"webpack-dev-middleware": "^1.10.1",
"webpack-hot-middleware": "^2.17.1",
"webpack-merge": "^4.0.0"
},
"engines": {
"node": ">= 4.0.0",
"npm": ">= 3.0.0"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
]
}