This repository has been archived by the owner on Oct 19, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.68 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
{
"name": "revolut-test-case-frontend",
"version": "1.0.0",
"description": "Revolut frontend test case",
"main": "dist/Widget.js",
"author": "A.Immoreev",
"license": "MIT",
"engines": {
"node": "7.3.0"
},
"scripts": {
"clean": "rimraf dist",
"compile": "node build/compile",
"build": "npm run clean && npm run compile",
"start": "node build/start"
},
"dependencies": {
"glamor": "^2.20.40",
"glamorous": "^4.1.2",
"history": "^4.6.3",
"object-assign": "^4.1.1",
"promise": "^8.0.1",
"prop-types": "^15.5.10",
"react": "^15.6.1",
"react-dom": "^15.6.1",
"react-redux": "^5.0.6",
"react-router": "^4.1.2",
"react-router-redux": "5.0.0-alpha.6",
"react-slick": "^0.14.11",
"redux": "^3.7.2",
"redux-thunk": "^2.2.0",
"whatwg-fetch-importable": "^1.0.3"
},
"devDependencies": {
"babel": "^6.23.0",
"babel-cli": "^6.24.1",
"babel-core": "^6.25.0",
"babel-loader": "^7.1.1",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-plugin-transform-async-to-generator": "^6.24.1",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.6.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"compression": "^1.7.0",
"dotenv": "^4.0.0",
"express": "^4.15.4",
"fs-extra": "^4.0.1",
"html-webpack-plugin": "^2.30.1",
"redbox-react": "^1.5.0",
"rimraf": "^2.6.1",
"url-loader": "^0.5.9",
"webpack": "^3.5.4",
"webpack-dev-middleware": "^1.12.0",
"webpack-hot-middleware": "^2.18.2"
}
}