-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·132 lines (132 loc) · 4.56 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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
{
"name": "react-owlvey",
"version": "1.0.0",
"private": false,
"homepage": "https://owlvey-admin.github.io/react-owlvey",
"dependencies": {
"@fortawesome/fontawesome-free": "5.5.0",
"@fortawesome/fontawesome-svg-core": "^1.2.4",
"@fortawesome/free-regular-svg-icons": "^5.3.1",
"@fortawesome/free-solid-svg-icons": "^5.3.1",
"babel-standalone": "^6.26.0",
"bootstrap": "^4.3.1",
"camelcase-keys": "^5.0.0",
"chart.js": "^2.7.2",
"classnames": "^2.2.6",
"d3-geo": "^1.10.0",
"faker": "^4.1.0",
"jquery": "^3.4.1",
"jquery-images-compare": "0.2.5",
"js-cookie": "^2.2.0",
"json-loader": "^0.5.7",
"lodash": "^4.17.11",
"monaco-editor-webpack-plugin": "^1.7.0",
"normalizr": "^3.3.0",
"prop-types": "^15.6.2",
"react": "^16.8.6",
"react-beautiful-dnd": "^10.1.1",
"react-chartjs-2": "^2.7.2",
"react-component-queries": "^2.3.0",
"react-d3-map": "^0.8.3",
"react-dom": "^16.8.6",
"react-ga": "^2.5.3",
"react-icons": "^3.6.1",
"react-infinite-calendar": "^2.3.1",
"react-monaco-editor": "^0.25.1",
"react-notification-system": "^0.2.17",
"react-redux": "^6.0.1",
"react-router-dom": "^4.3.1",
"react-simple-maps": "^0.12.1",
"react-sizeme": "^2.5.2",
"react-transition-group": "^2.3.1",
"react-treebeard": "^3.2.0",
"react-vertical-timeline-component": "^2.3.1",
"reactstrap": "^6.1.0",
"redux": "^4.0.1",
"redux-thunk": "^2.3.0",
"uuid": "^3.3.2",
"victory": "^0.27.1"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/plugin-proposal-class-properties": "^7.3.4",
"@babel/plugin-proposal-object-rest-spread": "^7.3.4",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/preset-env": "^7.3.4",
"@babel/preset-react": "^7.0.0",
"@fortawesome/fontawesome-free": "^5.8.2",
"babel-core": "^6.26.3",
"babel-loader": "^8.0.5",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"babel-register": "^6.26.0",
"colors": "^1.3.3",
"cookie-parser": "^1.4.4",
"css-loader": "^2.1.0",
"dotenv": "^6.2.0",
"eslint": "^5.14.1",
"eslint-import-resolver-webpack": "^0.11.0",
"eslint-loader": "^2.1.2",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-prettier": "^3.0.1",
"eslint-plugin-react": "^7.12.4",
"express": "^4.16.4",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"favicons-webpack-plugin": "0.0.9",
"file-loader": "^3.0.1",
"gh-pages": "^1.2.0",
"html-webpack-plugin": "^3.2.0",
"mongoose": "^5.4.22",
"node-sass-chokidar": "^1.3.0",
"npm-run-all": "^4.1.3",
"pre-commit": "^1.2.2",
"react-hot-loader": "^4.7.1",
"react-scripts": "1.1.4",
"resolve-url-loader": "^3.0.1",
"sass-loader": "^7.1.0",
"serve": "^9.1.0",
"style-loader": "^0.23.1",
"stylelint": "^9.3.0",
"stylelint-config-prettier": "^5.0.0",
"stylelint-config-recommended": "^2.1.0",
"stylelint-config-recommended-scss": "^3.2.0",
"stylelint-config-standard": "^18.2.0",
"stylelint-order": "^0.8.1",
"stylelint-scss": "^3.1.3",
"svg-fill-loader": "0.0.8",
"unused-files-webpack-plugin": "^3.4.0",
"url-loader": "^1.1.2",
"webpack": "^4.29.5",
"webpack-bundle-analyzer": "^3.0.4",
"webpack-cli": "^3.2.3",
"webpack-dev-middleware": "^3.6.0",
"webpack-hot-middleware": "^2.24.3",
"webpack-merge": "^4.2.1"
},
"scripts": {
"build-css": "node-sass-chokidar --include-path ./src --include-path ./node_modules src/ -o src/",
"watch-css": "npm run build-css && node-sass-chokidar --include-path ./src --include-path ./node_modules src/ -o src/ --watch --recursive",
"start-js": "PORT=3006 react-scripts start",
"start": "node server",
"start2": "npm-run-all -p watch-css start-js",
"build": "webpack --config webpack.prod.config.js --progress --colors",
"build2": "npm run build-css && react-scripts build",
"serve": "serve -s build",
"deploy": "gh-pages -d build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"eslint": "eslint",
"stylelint": "stylelint '**/*.scss'; exit 0",
"stylelint-project": "stylelint '**/*.scss'",
"eslint-project": "eslint .",
"prettier": "prettier --write",
"prettier-project": "prettier --write '**/*.js'",
"precommit": "stylelint '**/*.scss';exit 0"
},
"pre-commit": [
"precommit"
]
}