-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 765 Bytes
/
Copy pathpackage.json
File metadata and controls
28 lines (28 loc) · 765 Bytes
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
{
"private": true,
"scripts": {
"prod": "gulp --production",
"dev": "gulp watch"
},
"devDependencies": {
"babel-preset-react": "^6.23.0",
"bootstrap-sass": "^3.3.7",
"gulp": "^3.9.1",
"jquery": "^3.1.0",
"laravel-elixir": "^6.0.0-9",
"laravel-elixir-vue-2": "^0.2.0",
"laravel-elixir-webpack-official": "^1.0.2",
"lodash": "^4.16.2",
"react": "^15.4.2",
"react-dom": "^15.4.2",
"vue-resource": "^1.0.3"
},
"dependencies": {
"@shopify/polaris": "^1.8.3",
"axios": "^0.17.1",
"history": "^4.7.2",
"react-router-dom": "^4.2.2",
"react-upload-file": "^2.0.0-beta.6",
"redux": "^3.7.2"
}
}