This repository has been archived by the owner on Sep 11, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
81 lines (81 loc) · 2.4 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
79
80
81
{
"name": "signali-default-theme",
"version": "0.0.1",
"main": "elements/app/script/index.js",
"author": "Obshtestvo.bg Foundation",
"license": "OBSHTESTVO OPEN LICENSE",
"scripts": {
"provision": "bower install && npm install",
"build": "cross-env PRODUCTION=1 webpack",
"start": "webpack-dev-server --inline --info false --hot --content-base ./research --host 0.0.0.0",
"lint": "eslint . --fix",
"clean": "rimraf ./build"
},
"dependencies": {
"animate.css": "3.4.0",
"block-ui": "2.70.1",
"deepmerge": "0.2.10",
"eventemitter3": "1.1.1",
"google-maps": "2.1.1",
"html5-history-api": "^4.2.5",
"jquery": "2.1.4",
"jquery.scrollto": "2.1.1",
"loaders.css": "0.1.1",
"lodash.debounce": "3.1.1",
"lodash.throttle": "3.0.4",
"magnific-popup": "1.0.0",
"mutation-observer": "^1.0.2",
"normalize.css": "3.0.3",
"parsleyjs": "2.2.0-rc1",
"progressbar.js": "0.9.0",
"selectize": "^0.12.1",
"skatejs": "skatejs/skatejs#7fdcd472ea89c676b9f1da43521d831177be5fb0",
"skatejs-types": "skatejs/types#c436ed2e015a4115d1842f4d7b3fe9dec0e5b724",
"spin.js": "2.3.2"
},
"optionalDependencies": {
"webpack-dev-server": "^1.14.1"
},
"devDependencies": {
"autoprefixer": "6.0.2",
"babel": "^6.3.13",
"babel-core": "^6.3.21",
"babel-eslint": "^4.1.6",
"babel-loader": "^6.2.0",
"babel-plugin-transform-class-properties": "^6.3.13",
"babel-plugin-transform-object-assign": "^6.3.13",
"babel-plugin-transform-runtime": "^6.3.13",
"babel-polyfill": "^6.3.14",
"babel-preset-es2015": "^6.3.13",
"babel-runtime": "^6.3.19",
"bower": "1.3.12",
"cross-env": "^1.0.7",
"css-loader": "0.23.1",
"eslint": "^1.10.3",
"eslint-loader": "^1.2.0",
"eslint-plugin-react": "^3.16.0",
"extract-text-webpack-plugin": "0.8.2",
"file-loader": "0.8.5",
"hogan.js": "3.0.2",
"html-loader": "0.2.3",
"imports-loader": "^0.6.3",
"loader-utils": "0.2.7",
"modernizr": "^3.2.0",
"modernizr-loader": "0.0.4",
"mustache-loader": "0.3.1",
"node-sass": "^3.4.2",
"postcss": "5.0.4",
"postcss-loader": "0.6.0",
"raw-loader": "0.5.1",
"rimraf": "^2.5.1",
"sass-loader": "^3.1.2",
"style-loader": "0.13.0",
"svgo": "0.6.1",
"svgo-loader": "1.1.0",
"url-loader": "0.5.7",
"webpack": "1.12.9"
},
"repository": {
"type": "git"
}
}