-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
81 lines (81 loc) · 2.93 KB
/
package.json
File metadata and controls
81 lines (81 loc) · 2.93 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
{
"private": true,
"scripts": {
"dev": "npm run development",
"development": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"watch": "npm run development -- --watch",
"watch-poll": "npm run watch -- --watch-poll",
"hot": "cross-env NODE_ENV=development node_modules/webpack-dev-server/bin/webpack-dev-server.js --inline --hot --config=node_modules/laravel-mix/setup/webpack.config.js",
"prod": "npm run production",
"lint": "node_modules/.bin/eslint ./resources/js/*",
"external": "~/ngrok http 8000",
"cm": "git-cz",
"production": "cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --no-progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js"
},
"prettier/prettier": [
"error",
{
"singleQuote": true
}
],
"devDependencies": {
"@babel/preset-react": "^7.0.0",
"axios": "^0.18",
"babel-eslint": "^10.0.1",
"babel-preset-react": "^6.24.1",
"bootstrap": "^4.0.0",
"cross-env": "^5.1",
"cz-emoji": "1.1.2",
"eslint-plugin-react": "^7.12.4",
"laravel-mix": "^4.0.6",
"lodash": "^4.17.5",
"react": "^16.6.3",
"react-dom": "^16.6.3",
"resolve-url-loader": "2.3.1",
"sass": "^1.15.2",
"sass-loader": "7.*"
},
"dependencies": {
"@bit/styled-components.polished.color.darken": "0.0.1",
"@fortawesome/fontawesome-svg-core": "^1.2.4",
"@fortawesome/free-solid-svg-icons": "^5.3.1",
"@fortawesome/react-fontawesome": "^0.1.3",
"@material-ui/core": "^3.4.0",
"apexcharts": "^2.2.2",
"bloomer": "^0.6.3",
"bulma": "^0.7.1",
"classnames": "^2.2.6",
"eslint": "^5.12.1",
"font-picker-react": "^2.2.0",
"google-map-react": "^1.1.2",
"immer": "^1.7.4",
"lodash-move": "^1.1.1",
"moment": "^2.22.2",
"rc-slider": "^8.6.4",
"rc-tooltip": "^3.7.3",
"react-apexcharts": "^1.1.0",
"react-beautiful-dnd": "^10.0.3",
"react-color": "^2.17.0",
"react-cookie": "^3.0.8",
"react-fontawesome-list": "^0.1.0",
"react-id-swiper": "^1.6.8",
"react-photo-gallery": "^6.3.1",
"react-placeholder": "^3.0.1",
"react-redux": "^5.0.7",
"react-router": "^4.3.1",
"react-router-dom": "^4.3.1",
"react-sane-contenteditable": "^1.5.0",
"react-sortable-hoc": "^1.5.3",
"redux": "^4.0.0",
"redux-axios-middleware": "^4.0.0",
"redux-thunk": "^2.3.0",
"slugify": "^1.3.4",
"styled-components": "^4.0.2",
"sweetalert": "^2.1.2"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-emoji"
}
}
}