forked from mozilla/advocacy.mozilla.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
95 lines (95 loc) · 2.81 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
{
"name": "advocacy.mozilla.org",
"version": "1.0.0",
"description": "advocacy.mozilla.org",
"engines": {
"node": "^8.9.0"
},
"scripts": {
"start": "npm-run-all --parallel build:l10njson watch:js server",
"build:l10njson": "node scripts/writeLocales",
"build:babel": "babel src --compact=true -s --out-dir dist",
"build:webpack": "webpack --optimize-minimize --optimize-dedupe",
"watch:js": "npm-run-all --parallel watch:webpack watch:babel",
"watch:babel": "npm run build:babel -- -w -q",
"watch:webpack": "webpack --progress --profile --colors --watch",
"server": "node app.js",
"lint": "eslint --config ./node_modules/mofo-style/.eslintrc.yaml --ext .js .",
"lintfix": "eslint --config ./node_modules/mofo-style/.eslintrc.yaml --ext .js . --fix",
"postinstall": "npm-run-all build:*"
},
"repository": {
"type": "git",
"url": "https://github.com/mozilla/advocacy.mozilla.org"
},
"keywords": [
"advocacy"
],
"license": "MPL-2.0",
"bugs": {
"url": "https://github.com/mozilla/advocacy.mozilla.org/issues"
},
"homepage": "https://github.com/mozilla/advocacy.mozilla.org",
"dependencies": {
"accept-language-parser": "1.0.2",
"async": "1.5.2",
"autoprefixer": "6.3.3",
"babel-cli": "6.7.5",
"babel-core": "^6.5.2",
"babel-loader": "6.2.1",
"babel-preset-es2015": "6.3.13",
"babel-preset-react": "6.3.13",
"bestlang": "0.0.1",
"body-parser": "1.17.1",
"classnames": "2.2.3",
"compression": "1.6.1",
"cross-spawn": "0.2.9",
"css-loader": "0.14.2",
"debounce": "^1.0.2",
"eslint-plugin-react": "3.16.1",
"express": "4.13.4",
"extract-text-webpack-plugin": "1.0.1",
"file-loader": "0.8.4",
"form-data": "2.3.1",
"fs-writefile-promise": "1.0.3",
"habitat": "3.1.2",
"hatchet": "0.3.2",
"helmet": "1.3.0",
"hoek": "3.0.4",
"intl": "^1.2.4",
"json-loader": "0.5.1",
"jsx-loader": "0.13.2",
"langmap": "0.0.12",
"less": "2.5.3",
"less-loader": "2.2.2",
"libphonenumber-js": "^0.4.27",
"mozilla-tabzilla": "^0.5.1",
"node-fetch": "1.7.2",
"npm-run-all": "1.2.4",
"object-assign": "4.1.0",
"postcss-loader": "0.8.1",
"prop-types": "^15.6.1",
"properties-parser": "0.3.1",
"q-io": "1.13.2",
"rc-collapse": "1.6.3",
"react": "0.14.9",
"react-addons-linked-state-mixin": "0.14.6",
"react-dom": "0.14.6",
"react-ga": "1.2.0",
"react-hot-loader": "1.2.7",
"react-intl": "^2.1.2",
"react-redux": "4.4.5",
"react-router": "2.0.0",
"react-youtube": "^7.4.0",
"redux": "3.6.0",
"request": "2.67.0",
"style-loader": "0.13.0",
"swiper": "4.0.0-beta.4",
"url-loader": "0.5.6",
"webpack": "1.12.12"
},
"devDependencies": {
"eslint": "1.10.3",
"mofo-style": "2.2.0"
}
}