-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
67 lines (67 loc) · 1.94 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
{
"name": "selfmarket-frontend",
"version": "1.0.0",
"description": "SelfMarket - Frontend",
"scripts": {
"build": "NODE_ENV=production webpack --progress --colors",
"server": "webpack --watch --progress --colors",
"dev": "node proxy.js"
},
"author": "Andrey D. Korin",
"private": true,
"dependencies": {
"@tweenjs/tween.js": "^17.1.1",
"axios": "^0.16.2",
"babel-preset-env": "^1.6.1",
"babelify": "^8.0.0",
"bootstrap": "^3.3.7",
"browserify": "^14.5.0",
"chart.js": "^2.7.0",
"clipboard": "^1.7.1",
"css-toggle-switch": "^4.1.0",
"fecha": "^2.3.1",
"fingerprintjs2": "^1.5.1",
"font-awesome": "^4.7.0",
"md5": "^2.2.1",
"moment": "^2.19.1",
"nouislider": "^9.2.0",
"promise-polyfill": "^6.0.2",
"raven-js": "^3.18.1",
"simplemde": "^1.11.2",
"sockjs-client": "^1.1.2",
"vue": "^2.4.2",
"vue-chartjs": "^2.8.7",
"vue-lightbox": "^1.1.6",
"vue-on-click-outside": "^1.0.3",
"vue-select": "github:sagalbot/vue-select",
"vue-strap": "github:wffranco/vue-strap",
"vue-upload-component": "^2.3.2",
"world-flags-sprite": "0.0.2"
},
"devDependencies": {
"archiver": "^2.0.3",
"babel-core": "^6.14.0",
"babel-loader": "^6.2.5",
"babel-plugin-transform-object-rest-spread": "^6.16.0",
"babel-preset-es2015": "^6.14.0",
"chokidar": "^1.7.0",
"clean-webpack-plugin": "^0.1.10",
"css-loader": "^0.25.0",
"express": "^4.16.2",
"express-http-proxy": "^1.1.0",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.9.0",
"git-revision-webpack-plugin": "^2.5.1",
"html-webpack-plugin": "^2.26.0",
"node-sass": "^3.13.1",
"nodemon": "^1.10.2",
"request": "^2.81.0",
"resolve-url-loader": "^1.6.1",
"sass-loader": "^4.0.2",
"style-loader": "^0.13.1",
"svg-url-loader": "^2.0.2",
"url-loader": "^0.5.7",
"webpack": "^1.13.2",
"webpack-dev-server": "^1.16.1"
}
}