-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.49 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
{
"name": "ima-website",
"version": "1.0.0",
"description": "IMA website",
"scripts": {
"main-prod": "webpack --config webpack-main.config.js",
"main-watch": "webpack -w --config webpack-main.config.dev.js",
"main-start": "webpack --config webpack-main.config.dev.js",
"wfc-prod": "webpack --config webpack-wfc.config.js",
"wfc-watch": "webpack -w --config webpack-wfc.config.dev.js",
"wfc-start": "webpack --config webpack-wfc.config.dev.js",
"wbc-prod": "webpack --config webpack-wbc.config.js",
"wbc-watch": "webpack -w --config webpack-wbc.config.dev.js",
"wbc-start": "webpack --config webpack-wbc.config.dev.js",
"extract-translations": "node extract-translations.js",
"parse-translations": "node parse-translations.js"
},
"author": "",
"dependencies": {
"classnames": "^2.2.6",
"es6-promise": "^4.2.4",
"fetch-ie8": "^1.5.0",
"final-form": "^4.12.0",
"final-form-arrays": "^1.1.2",
"gettext-extractor": "^3.4.3",
"gettext-parser": "^4.0.0",
"glob": "^7.1.3",
"node-gettext": "^2.0.0",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-final-form": "^4.1.0",
"react-final-form-arrays": "2.0.1",
"recompose": "^0.30.0"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.4",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"json-loader": "^0.5.7",
"webpack": "^4.30.0",
"webpack-cli": "^3.1.1"
}
}