-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
81 lines (81 loc) · 2.45 KB
/
package.json
File metadata and controls
81 lines (81 loc) · 2.45 KB
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
{
"name": "interface-module-sql-admin",
"version": "0.0.1",
"description": "",
"main": "app/index.jsx",
"scripts": {
"start": "webpack-dashboard -t 'React-Redux Boilerplate' -- webpack-dev-server",
"build": "rm -rf ./dist && NODE_ENV=\"production\" webpack",
"lint": "eslint app/ --ext .js --ext .jsx --ignore-path .gitignore --cache --fix",
"preview": "NODE_ENV=\"production\" webpack-dashboard -t 'Preview Mode - React-Redux Boilerplate' -- webpack-dev-server"
},
"repository": {
"type": "git",
"url": "git+https://github.com/RDB-Academy/Interface-Module-SQL-Admin.git"
},
"keywords": [
"react",
"redux",
"sql",
"tu-bs",
"ifis",
"poeblis",
"webpack"
],
"author": "",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/RDB-Academy/Interface-Module-SQL-Admin/issues"
},
"homepage": "https://github.com/RDB-Academy/Interface-Module-SQL-Admin#readme",
"devDependencies": {
"autoprefixer": "^6.7.6",
"babel-core": "^6.23.1",
"babel-eslint": "^7.1.1",
"babel-loader": "^6.3.2",
"babel-plugin-lodash": "^3.2.11",
"babel-preset-latest": "^6.22.0",
"babel-preset-react": "^6.23.0",
"babel-preset-stage-2": "^6.22.0",
"css-loader": "^0.26.2",
"eslint": "^3.16.1",
"eslint-config-airbnb": "^14.1.0",
"eslint-import-resolver-webpack": "^0.8.1",
"eslint-loader": "^1.6.3",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-react": "^6.10.0",
"file-loader": "^0.10.1",
"html-webpack-plugin": "^2.28.0",
"lodash-webpack-plugin": "^0.11.2",
"postcss-loader": "^1.3.3",
"precss": "^1.4.0",
"react-hot-loader": "next",
"style-loader": "^0.13.2",
"url-loader": "^0.5.8",
"webpack": "^2.2.1",
"webpack-dashboard": "^0.3.0",
"webpack-dev-server": "^2.4.1",
"zip-webpack-plugin": "^1.0.0"
},
"dependencies": {
"bootstrap": "4.0.0-alpha.6",
"isomorphic-fetch": "^2.2.1",
"jquery": "^3.1.1",
"moment": "^2.17.1",
"moment-timezone": "^0.5.11",
"react": "^15.4.2",
"react-addons-css-transition-group": "^15.4.2",
"react-addons-transition-group": "^15.4.2",
"react-dom": "^15.4.2",
"react-helmet": "^4.0.0",
"react-moment": "^0.2.2",
"react-octicon": "^2.0.0",
"react-redux": "^5.0.3",
"react-router-dom": "next",
"reactstrap": "^4.2.0",
"redux": "^3.6.0",
"redux-thunk": "^2.2.0",
"tether": "^1.4.0"
}
}