-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.43 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
{
"name": "frontendtestforsiemens",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "cross-env NODE_ENV=development gulp",
"build": "cross-env NODE_ENV=production gulp build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/levsim2016/FrontendTestForSiemens.git"
},
"keywords": [
"siemens",
"code",
"test",
"frontend",
"react"
],
"author": "Lev Simionenko",
"license": "MIT",
"bugs": {
"url": "https://github.com/levsim2016/FrontendTestForSiemens/issues"
},
"homepage": "https://github.com/levsim2016/FrontendTestForSiemens#readme",
"devDependencies": {
"@babel/core": "^7.1.6",
"@babel/preset-env": "^7.1.6",
"@babel/preset-react": "^7.0.0",
"babel-loader": "^8.0.4",
"babel-preset-es2015": "^6.24.1",
"cross-env": "^5.2.0",
"gulp": "^4.0.0",
"gulp-autoprefixer": "^6.0.0",
"gulp-babel": "^8.0.0",
"gulp-concat": "^2.6.1",
"gulp-sass": "^4.0.2",
"gulp-uglify": "^3.0.1",
"node-sass": "^4.10.0",
"webpack": "^4.27.0",
"webpack-bundle-analyzer": "^3.0.3",
"webpack-stream": "^5.1.1"
},
"dependencies": {
"d3-scale": "^2.1.2",
"d3-selection": "^1.3.2",
"d3-shape": "^1.2.2",
"lodash": "^4.17.11",
"moment": "^2.22.2",
"react": "^16.6.3",
"react-dimensions": "^1.3.1",
"react-dom": "^16.6.3",
"react-redux": "^5.1.1",
"redux": "^4.0.1"
}
}