forked from wevote/WebApp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
106 lines (106 loc) · 3.05 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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
{
"name": "wevoteusa",
"version": "1.0.0",
"description": "We Vote USA front end application",
"private": true,
"main": "server.js",
"license": "MIT",
"babel": {
"presets": [
"es2015",
"react",
"stage-0"
]
},
"react-svg-icons": {
"assetPath": "src/img/global/svg-icons"
},
"scripts": {
"lint": "eslint --format stylish --ext .jsx --ext .js src/js",
"test": "npm run lint",
"start": "gulp",
"prod": "NODE_ENV=production gulp",
"deps": "npm run deps:missing && npm run deps:extra",
"deps:missing": "dependency-check package.json",
"deps:extra": "dependency-check package.json --extra --no-dev --ignore",
"build:doc": "doctoc --github --title \"## Contents\" ./"
},
"dependencies": {
"gulp-uglify": "^2.0.0",
"keymirror": "^0.1.1",
"moment": "^2.11.2",
"object-assign": "^4.0.1",
"react": "^15.4.2",
"react-bootstrap-toggle": "^1.2.19",
"react-burger-menu": "^1.10.10",
"react-copy-to-clipboard": "^4.2.3",
"react-dom": "^15.4.2",
"react-headroom": "^2.1.3",
"react-helmet": "^3.3.0",
"react-player": "^0.14.1",
"react-slick": "^0.14.5",
"react-text-truncate": "^0.8.3",
"react-textarea-autosize": "^4.0.5",
"superagent": "^3.3.1",
"underscore": "^1.8.3",
"vinyl-buffer": "^1.0.0"
},
"devDependencies": {
"autoprefixer-loader": "^3.1.0",
"babel-eslint": "^7.1.1",
"babel-plugin-object-assign": "^1.2.1",
"babel-plugin-transform-object-rest-spread": "^6.20.2",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.16.0",
"babel-preset-stage-0": "^6.16.0",
"babelify": "^7.3.0",
"blue-tape": "^1.0.0",
"bootstrap-sass": "^3.3.7",
"browser-sync": "^2.18.6",
"browserify": "^13.3.0",
"classnames": "^2.2.1",
"del": "^2.2.0",
"dependency-check": "^2.7.0",
"doctoc": "^1.2.0",
"eslint": "^3.13.1",
"eslint-plugin-react": "^6.9.0",
"express": "^4.14.0",
"fastclick": "^1.0.6",
"flux": "^2.1.1",
"font-awesome": "^4.7.0",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^3.1.1",
"gulp-class-prefix": "^1.0.1",
"gulp-cli": "^1.2.2",
"gulp-sass": "^3.1.0",
"gulp-sourcemaps": "^1.10.0",
"history": "^4.5.1",
"jscs": "^3.0.7",
"moment": "^2.11.2",
"moment-timezone": "^0.5.11",
"node-libs-browser": "^2.0.0",
"pre-commit": "^1.2.2",
"react-addons-css-transition-group": "^15.4.2",
"react-addons-linked-state-mixin": "^15.4.2",
"react-addons-test-utils": "^15.4.2",
"react-bootstrap": "^0.30.7",
"react-hot-loader": "^1.3.1",
"react-intl": "^2.2.2",
"react-mixin": "^3.0.5",
"react-pikaday": "^0.5.1",
"react-pure-render": "^1.0.2",
"react-router": "^3.0.0",
"react-router-bootstrap": "^0.23.1",
"react-select": "^1.0.0-rc.2",
"react-svg-icons": "^0.2.0",
"react-tap-event-plugin": "^2.0.1",
"tape": "^4.4.0",
"vinyl-source-stream": "^1.1.0",
"yargs": "^6.6.0"
},
"repository": "https://github.com/wevote/webapp.git",
"pre-commit": [
"test",
"lint"
]
}