forked from wevote/WebApp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
133 lines (133 loc) · 3.9 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
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
{
"name": "wevoteusa",
"version": "1.0.0",
"description": "We Vote 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",
"lint-css": "gulp lint-css",
"test": "npm run lint && npm run lint-css",
"start": "gulp",
"prod": "NODE_ENV=production gulp build",
"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\" ./",
"autoTest": " mocha --compilers js:babel-core/register --require tests/component/index.js \"./tests/component/tests.js\" && npm run lint"
},
"dependencies": {
"bootstrap": "^4.1.3",
"font-awesome": "^4.7.0",
"fsevents": "^1.2.4",
"gulp-livereload": "^4.0.1",
"gulp-uglify": "^2.0.0",
"headroom.js": "^0.9.3",
"history": "^3.2.1",
"iframe-resizer": "^3.6.3",
"immutable": "^3.8.2",
"jquery": "^3.3.1",
"keymirror": "^0.1.1",
"lodash": "^4.17.11",
"lodash.assign": "^4.2.0",
"moment": "^2.22.2",
"moment-timezone": "^0.5.23",
"node-sass": "^4.10.0",
"npm": "^6.4.1",
"object-assign": "^4.0.1",
"popper.js": "^1.14.5",
"prop-types": "^15.6.2",
"react": "^16.6.1",
"react-bootstrap": "^1.0.0-beta.2",
"react-copy-to-clipboard": "^5.0.1",
"react-dom": "^16.6.1",
"react-helmet": "^5.2.0",
"react-iframe-resizer-super": "^0.2.2",
"react-intl": "^2.7.2",
"react-mixin": "^3.1.1",
"react-nps-input": "^0.3.0",
"react-pikaday": "^0.5.1",
"react-player": "^1.6.6",
"react-pure-render": "^1.0.2",
"react-router": "^3.2.1",
"react-router-scroll": "^0.4.4",
"react-select": "^1.3.0",
"react-slick": "^0.23.2",
"react-svg-icons": "^0.3.0",
"react-text-truncate": "^0.13.1",
"react-textarea-autosize": "^7.0.4",
"react-toastify": "^3.4.3",
"react-toggle": "^4.0.2",
"react-transition-group": "^2.5.0",
"stylelint": "^9.7.1",
"superagent": "^3.8.3",
"uglifyify": "^5.0.1"
},
"devDependencies": {
"autoprefixer-loader": "^3.1.0",
"babel": "^6.23.0",
"babel-core": "^6.26.3",
"babel-eslint": "^7.1.1",
"babel-plugin-object-assign": "^1.2.1",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"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",
"browser-sync": "^2.26.3",
"browserify": "^13.3.0",
"chai": "^4.2.0",
"chai-enzyme": "^1.0.0-beta.1",
"classnames": "^2.2.6",
"cssnano": "^3.10.0",
"del": "^2.2.0",
"dependency-check": "^2.10.1",
"doctoc": "^1.3.1",
"enzyme": "^3.7.0",
"enzyme-adapter-react-16": "^1.7.0",
"eslint": "^3.13.1",
"eslint-plugin-react": "^6.9.0",
"express": "^4.16.4",
"fastclick": "^1.0.6",
"flux": "^3.1.3",
"gulp": "^4.0.0",
"gulp-autoprefixer": "^3.1.1",
"gulp-class-prefix": "^1.0.1",
"gulp-cli": "^2.0.1",
"gulp-cssmin": "^0.1.7",
"gulp-cssnano": "^2.1.3",
"gulp-sass": "^3.2.1",
"gulp-sourcemaps": "^1.12.1",
"gulp-stylelint": "^7.0.0",
"jscs": "^3.0.7",
"jsdom": "^9.12.0",
"mocha": "^5.2.0",
"node-libs-browser": "^2.1.0",
"pre-commit": "^1.2.2",
"react-hot-loader": "^1.3.1",
"stylelint-config-standard": "^18.2.0",
"stylelint-declaration-use-variable": "^1.7.0",
"tape": "^4.9.1",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0",
"watchify": "^3.11.0",
"yargs": "^6.6.0"
},
"repository": "https://github.com/wevote/webapp.git",
"pre-commit": [
"test",
"lint"
]
}