-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathpackage.json
129 lines (129 loc) · 4.28 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
{
"name": "fp-psp-frentend",
"version": "0.1.4",
"description": "Frontend para el FP-PSP-SERVER del semáforo de la pobreza",
"main": "main.js",
"devDependencies": {
"auto-changelog": "^1.4.1",
"autoprefixer": "^6.3.6",
"babel-core": "^6.1.2",
"babel-eslint": "^8.0.1",
"babel-loader": "^6.0.1",
"babel-plugin-lodash": "^3.3.2",
"babel-preset-es2015": "^6.1.2",
"babel-preset-react": "^6.24.1",
"body-parser": "^1.15.1",
"chai": "^3.5.0",
"connect-history-api-fallback": "^1.3.0",
"css-loader": "^0.28.9",
"del": "^1.2.1",
"eslint": "^4.14.0",
"eslint-config-airbnb": "^16.1.0",
"eslint-config-prettier": "2.9.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-prettier": "2.4.0",
"eslint-plugin-react": "^7.5.1",
"express": "^4.11.0",
"extract-text-webpack-plugin": "^1.0.1",
"fs-jetpack": "^1.2.0",
"generate-release": "^0.14.0",
"gulp": "^3.8.11",
"gulp-connect": "^5.0.0",
"gulp-imagemin": "^4.0.0",
"gulp-jshint": "^2.0.4",
"gulp-lint-tasks": "^1.5.5",
"gulp-livereload": "^3.7.0",
"gulp-load-plugins": "^1.4.0",
"gulp-noop": "^1.0.0",
"gulp-sass": "^3.1.0",
"gulp-shell": "^0.5.2",
"gulp-size": "^2.1.0",
"gulp-util": "^3.0.3",
"gulp-watch": "^4.1.1",
"handlebars": "^4.0.3",
"handlebars-loader": "^1.1.4",
"hbsfy": "^2.7.0",
"html-webpack-plugin": "^2.30.1",
"husky": "^0.14.3",
"imports-loader": "^0.7.1",
"jshint": "^2.9.4",
"json-loader": "^0.5.7",
"jsonwebtoken": "^5.7.0",
"karma": "^1.4.0",
"karma-fixture": "^0.2.6",
"karma-html2js-preprocessor": "^1.1.0",
"karma-mocha": "^1.3.0",
"karma-phantomjs-launcher": "^1.0.2",
"karma-spec-reporter": "0.0.26",
"karma-webpack": "^2.0.1",
"lint-staged": "^6.0.0",
"merge-stream": "^1.0.1",
"mocha": "^3.2.0",
"morgan": "^1.5.1",
"node-sass": "^4.7.2",
"prettier": "^1.9.2",
"prettier-eslint": "^8.2.0",
"run-sequence": "^1.2.2",
"sass-loader": "^4.1.1",
"scottyjs": "^1.10.0",
"style-loader": "^0.19.1",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.7.0",
"webpack": "^1.15.0",
"webpack-bundle-analyzer": "^2.9.1",
"webpack-dev-middleware": "^1.0.11",
"webpack-merge": "^4.1.1",
"webpack-stream": "^3.2.0"
},
"engines": {
"node": ">=5.0.0"
},
"dependencies": {
"backbone": "^1.3.3",
"backbone-service-modals": "^0.2.0",
"backbone.localstorage": "^2.0.2",
"backbone.marionette": "^3.1.0",
"backbone.service": "^0.5.2",
"backbone.storage": "^0.2.1",
"bootstrap": "^3.3.7",
"c3": "^0.4.18",
"codemirror": "^5.32.0",
"create-react-class": "^15.5.2",
"d3": "^4.12.2",
"eonasdan-bootstrap-datetimepicker": "^4.17.43",
"jquery": "^3.1.1",
"lodash": "^4.17.4",
"moment": "^2.19.1",
"nprogress": "^0.2.0",
"parsleyjs": "^2.7.2",
"react": "^15.6.2",
"react-datetime": "^2.11.1",
"react-dom": "^15.6.2",
"react-gmaps": "^1.7.0",
"react-jsonschema-form": "^0.50.1"
},
"lint-staged": {
"*.js": ["eslint --fix --ignore-path .gitignore \"src/**/*.js\"", "git add"],
"*.json": ["prettier --write", "git add"],
"*.scss": ["prettier --write", "git add"]
},
"scripts": {
"start": "gulp",
"build": "gulp build --type production",
"build:UK": "gulp build --type production --region UK",
"fix:config": "prettier --ignore-path .gitignore --write \"**/*.json\"",
"fix:docs": "prettier --ignore-path .gitignore --write \"**/*.md\"",
"fix:script": "npm run lint -- --fix",
"fix:style": "prettier --ignore-path .gitignore --write \"**/*.scss\"",
"fix": "npm run fix:script && npm run fix:config && npm run fix:style && npm run fix:docs",
"precommit": "lint-staged",
"lint": "eslint --ignore-path .gitignore \"src/**/*.js\"",
"test": "karma start && npm run lint",
"deploy": "scotty --spa --source ./dist --region us-east-1 --bucket aws-website-povertystoplight-w6fez --force --nocdn",
"deploy:UK": "scotty --spa --source ./dist --region eu-west-2 --bucket aws-website-povertystoplight-london --force --nocdn",
"release": "generate-release",
"auto-changelog": "auto-changelog && git add CHANGELOG.md"
}
}