-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
75 lines (75 loc) · 2.34 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
{
"name": "react-storefront-express-boilerplate",
"version": "1.0.0",
"main": "scripts/moov_main.js",
"private": false,
"author": "Moovweb",
"license": "MIT",
"dependencies": {
"@material-ui/core": "^3.3.2",
"@material-ui/icons": "^3.0.1",
"body-parser": "^1.18.3",
"chalk": "^2.4.1",
"cors": "^2.8.5",
"express": "^4.16.4",
"history": "^4.7.2",
"js-cookie": "^2.2.0",
"jss": "^9.8.0",
"jss-global": "^3.0.0",
"jss-nested": "^6.0.1",
"lodash": "^4.17.5",
"mobx": "^4.1.0",
"mobx-react": "^5.0.0",
"mobx-state-tree": "^2.0.5",
"mst-middlewares": "^2.0.1",
"nodemon": "^1.18.6",
"prop-types": "^15.6.1",
"raw-loader": "^0.5.1",
"react": "^16.6.0",
"react-dev-utils": "^5.0.1",
"react-dom": "^16.5.2",
"react-helmet": "^5.2.0",
"react-jss": "^8.3.5",
"react-storefront": "^5.0.4",
"react-svg-loader": "^2.1.0",
"react-transition-group": "^2.5.0",
"react-universal-component": "^3.0.3"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-eslint": "^8.2.3",
"babel-loader": "^7.1.4",
"babel-minify-webpack-plugin": "^0.3.1",
"babel-plugin-react-storefront": "^4.0.1",
"babel-plugin-transform-async-to-generator": "^6.24.1",
"babel-plugin-transform-decorators": "^6.24.1",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-plugin-universal-import": "^1.4.0",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.16.0",
"core-js": "^2.5.7",
"cross-env": "^5.2.0",
"eslint": "4.10.0",
"eslint-config-react-app": "^2.1.0",
"eslint-loader": "^2.1.1",
"eslint-plugin-flowtype": "^2.46.2",
"eslint-plugin-import": "2.8.0",
"eslint-plugin-jsx-a11y": "5.1.1",
"eslint-plugin-react": "7.4.0",
"file-loader": "^2.0.0",
"html-webpack-plugin": "^3.2.0",
"remotedev": "^0.2.7",
"webpack": "^4.25.1",
"webpack-dev-middleware": "^3.4.0",
"webpack-flush-chunks": "^1.2.3"
},
"scripts": {
"start": "cross-env NODE_ENV=development node scripts/start.js",
"link:all": "npm link react-storefront react-storefront-middleware"
},
"description": "An example app built with react-storefront and express."
}