-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
87 lines (87 loc) · 2.54 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
{
"name": "fivij_frontend",
"version": "1.0.0",
"private": true,
"main": "index.js",
"homepage": "https://mortezamirjavadi.github.io/fivij",
"scripts": {
"start": "node ./scripts/start.js",
"build": "node scripts/build.js",
"test": "node scripts/test.js --env=jsdom"
},
"author": "Morteza Mirjavadi",
"license": "Apache",
"dependencies": {
"axios": "^0.18.0",
"enzyme": "^3.9.0",
"enzyme-adapter-react-16": "^1.12.1",
"gojs": "^2.0.9",
"leaflet": "^1.4.0",
"lodash": "latest",
"precss": "^4.0.0",
"prop-types": "^15.7.2",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-redux": "^7.0.1",
"react-router-dom": "^5.0.0",
"react-test-renderer": "^16.8.6",
"redux": "^4.0.1",
"redux-saga": "^1.0.2",
"semantic-ui-react": "^0.86.0",
"webpack": "^4.29.6",
"webpack-cli": "^3.3.0",
"webpack-dev-server": "^3.2.1",
"chalk": "latest"
},
"devDependencies": {
"@babel/preset-env": "^7.4.3",
"@babel/preset-react": "^7.0.0",
"autoprefixer": "^9.5.0",
"babel-core": "^6.26.3",
"babel-eslint": "^10.0.1",
"babel-loader": "^7.1.2",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"babel-runtime": "^6.26.0",
"case-sensitive-paths-webpack-plugin": "^2.2.0",
"clean-webpack-plugin": "^2.0.1",
"css-loader": "^2.1.1",
"dotenv": "^8.0.0",
"eslint": "^5.16.0",
"eslint-config-react-app": "^4.0.0",
"eslint-loader": "^2.1.2",
"eslint-plugin-flowtype": "^3.7.0",
"eslint-plugin-import": "^2.17.2",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-react": "^7.13.0",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^3.0.1",
"flow-bin": "^0.95.1",
"fs-extra": "latest",
"html-webpack-plugin": "^3.2.0",
"jest": "^24.7.1",
"less": "^3.9.0",
"less-loader": "^4.1.0",
"mini-css-extract-plugin": "^0.5.0",
"node-sass": "^4.12.0",
"postcss-flexbugs-fixes": "^4.1.0",
"postcss-loader": "^3.0.0",
"r": "^0.0.5",
"react-dev-utils": "^9.0.0",
"rimraf": "^2.6.3",
"sass": "^1.17.3",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.1",
"sw-precache-webpack-plugin": "^0.11.5",
"uglifyjs-webpack-plugin": "^2.1.2",
"url-loader": "^1.1.2",
"webpack": "^4.29.6",
"webpack-cli": "^3.3.0",
"webpack-dev-server": "^3.2.1",
"webpack-manifest-plugin": "^2.0.4",
"whatwg-fetch": "^3.0.0"
}
}