forked from shopperlabs/shopper-react
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
58 lines (58 loc) · 1.99 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
{
"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",
"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",
"snyk-protect": "snyk protect",
"prepublish": "npm run snyk-protect"
},
"dependencies": {
"autocomplete.js": "^0.35.0",
"axios": "^0.18.1",
"bootstrap": "^4.1.3",
"bootstrap-tagsinput": "^0.7",
"element-react": "^1.4.24",
"element-theme-default": "^1.4.13",
"jquery": ">=3.4.0",
"js-yaml": "^3.13.1",
"lang.js": "^1.1.14",
"laravel-file-manager": "^2.1.4",
"laravel-mix": "^4.0.7",
"loaders.css": "^0.1.2",
"lodash": "^4.17.13",
"moment": "^2.22.2",
"notie": "^4.3.1",
"open-color": "^1.6.3",
"orchid-icons": "^1.0.8",
"popper.js": "^1.12",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-dropzone-component": "^3.2.0",
"react-hot-loader": "^4.8.0",
"react-loaders": "^3.0.1",
"react-number-format": "^4.0.5",
"react-quill": "^1.3.3",
"rodal": "^1.6.3",
"select2": "^4.0",
"select2-bootstrap-theme": "0.1.0-beta.10",
"toastr": "^2.1.4",
"snyk": "^1.161.1"
},
"devDependencies": {
"@babel/core": "^7.0.0-0",
"@babel/preset-react": "^7.0.0",
"cross-env": "^5.1",
"imagemin": "^6.0.0",
"prop-types": "15.6.0",
"resolve-url-loader": "^2.3.1",
"sass": "^1.15.2",
"sass-loader": "^7.1.0",
"vue-template-compiler": "^2.6.7"
},
"snyk": true
}