forked from mozilla/copyright
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
80 lines (80 loc) · 2.3 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
{
"main": "start.js",
"scripts": {
"start": "npm-run-all --parallel build:l10njson watch:js server",
"build:l10njson": "pontoon-to-json --dest ./public",
"build:babel": "babel src --compact=true -s --out-dir dist",
"build:webpack": "webpack --optimize-minimize --optimize-dedupe",
"watch:js": "npm-run-all --parallel watch:babel watch:webpack",
"watch:babel": "npm run build:babel -- -w",
"watch:webpack": "webpack --progress --profile --colors --watch",
"server": "node start.js",
"imagemin": "imagemin assets/images/* assets/images",
"postinstall": "npm-run-all build:*"
},
"author": "Mozilla",
"license": "MPL-2.0",
"dependencies": {
"accept-language-parser": "1.0.2",
"assets-webpack-plugin": "3.2.0",
"async": "1.5.1",
"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.11.1",
"bestlang": "0.0.1",
"blankie": "1.1.1",
"boom": "3.1.1",
"classnames": "2.2.5",
"css-loader": "0.23.1",
"enhanced-require": "0.5.0-beta6",
"eslint": "1.10.3",
"eslint-loader": "1.1.1",
"eslint-plugin-react": "3.14.0",
"exports-loader": "0.6.2",
"extract-text-webpack-plugin": "0.9.1",
"good": "6.4.0",
"good-console-logfmt": "1.0.2",
"habitat": "3.1.2",
"hapi": "13.3.0",
"hapi-auth-bearer-token": "4.0.2",
"hatchet": "0.3.2",
"imports-loader": "0.6.5",
"inert": "3.2.1",
"joi": "7.1.0",
"json-loader": "0.5.4",
"langmap": "0.0.12",
"less": "2.5.3",
"less-loader": "2.2.2",
"normalize.css": "5.0.0",
"npm-run-all": "1.4.0",
"object-assign": "4.1.0",
"polyfill-service": "2.2.0",
"pontoon-to-json": "1.0.1",
"properties-parser": "0.3.1",
"react": "15.2.1",
"react-dom": "15.2.1",
"react-ga": "2.1.1",
"react-intl": "2.1.3",
"react-redux": "4.4.5",
"react-router": "2.0.0",
"redux": "3.6.0",
"request": "2.67.0",
"scooter": "2.0.1",
"style-loader": "0.13.0",
"throng": "1.0.1",
"webpack": "1.12.9",
"whatwg-fetch": "0.10.1"
},
"devDependencies": {
"cross-spawn": "2.1.4",
"dependency-check": "2.5.1",
"geckodriver": "1.1.2",
"imagemin-cli": "2.0.0",
"moment": "2.12.0"
},
"engines": {
"node": "4.6.0"
}
}