-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
89 lines (89 loc) · 2.75 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
88
89
{
"name": "@genesisui/react",
"version": "1.8.12",
"description": "Bootstrap 4 Admin Template",
"author": "Łukasz Holeczek",
"homepage": "https://genesisui.com",
"copyright": "Copyright 2017 creativeLabs Łukasz Holeczek",
"license": "https://genesisui.com/license.html",
"private": true,
"devDependencies": {
"babel-core": "6.26.0",
"babel-eslint": "^8.2.2",
"babel-loader": "7.1.2",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-object-rest-spread": "6.26.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "1.6.1",
"babel-preset-react": "6.24.1",
"copy-webpack-plugin": "4.2.3",
"css-hot-loader": "1.3.4",
"css-loader": "0.28.7",
"eslint-config-standard": "^11.0.0",
"eslint-plugin-babel": "^4.1.2",
"eslint-plugin-import": "^2.9.0",
"eslint-plugin-node": "^6.0.1",
"eslint-plugin-promise": "^3.6.0",
"eslint-plugin-react": "^7.7.0",
"eslint-plugin-standard": "^3.0.1",
"extract-text-webpack-plugin": "3.0.2",
"file-loader": "1.1.5",
"html-loader": "0.5.1",
"html-webpack-plugin": "2.30.1",
"node-sass": "4.7.2",
"rimraf": "2.6.2",
"sass-loader": "6.0.6",
"source-list-map": "2.0.0",
"style-loader": "0.19.0",
"uglify-js": "3.2.1",
"url-loader": "0.6.2",
"webpack": "3.10.0",
"webpack-dev-server": "2.9.5"
},
"dependencies": {
"apollo-cache-inmemory": "^1.1.9",
"apollo-client": "^2.2.5",
"apollo-link-http": "^1.5.2",
"babel-runtime": "^6.26.0",
"bootstrap": "4.0.0-beta.2",
"chart.js": "2.7.1",
"codemirror": "5.32.0",
"font-awesome": "^4.7.0",
"graphql": "^0.12.3",
"graphql-tag": "^2.8.0",
"history": "4.7.2",
"lodash.countby": "^4.6.0",
"moment": "^2.21.0",
"react": "16.2.0",
"react-addons-shallow-compare": "15.6.2",
"react-apollo": "^2.0.4",
"react-big-calendar": "0.17.0",
"react-bootstrap-table": "4.2.0",
"react-chartjs-2": "2.6.4",
"react-codemirror2": "3.0.7",
"react-dates": "15.3.0",
"react-dom": "16.2.0",
"react-google-maps": "9.4.1",
"react-ladda": "5.0.7",
"react-quill": "1.2.3",
"react-router-dom": "4.2.2",
"react-select": "1.1.0",
"react-text-mask-hoc": "0.10.6",
"react-toastify": "3.0.0",
"react-transition-group": "2.2.1",
"reactstrap": "5.0.0-alpha.4",
"simple-line-icons": "^2.4.1",
"spinkit": "1.2.5"
},
"scripts": {
"dev": "webpack -d --progress --watch --profile --json > compilation-stats.json --env.dev",
"start": "webpack-dev-server --progress --colors --inline --env.dev",
"build": "webpack -p --env.prod",
"clean": "rimraf ./build",
"frags": "node frags"
},
"engines": {
"node": ">= 6.4.0",
"npm": ">= 5.0.0"
}
}