-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·43 lines (43 loc) · 1.17 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
{
"name": "Hiro",
"version": "4.7.6",
"description": "Hiro ramen and asian kitchen Website",
"main": "index.js",
"dependencies": {
"babel-core": "^6.2.1",
"babel-loader": "^6.2.0",
"babel-preset-es2015": "^6.1.18",
"babel-preset-react": "^6.1.18",
"css-loader": "^0.23.1",
"file-loader": "^0.8.5",
"foundation-sites": "6.2.1",
"google-map-react": "^0.16.3",
"html-loader": "^0.4.3",
"html-webpack-plugin": "^2.22.0",
"i18n-react": "^0.1.9",
"image-webpack-loader": "^1.8.0",
"jquery": "3.0.0",
"lodash": "^4.14.1",
"node-sass": "^3.7.0",
"react": "^15.0.1",
"react-dom": "^15.0.1",
"react-imation": "^0.5.3",
"react-parallax": "^0.4.3",
"react-scroll": "^1.0.16",
"react-slick": "^0.12.2",
"react-track": "^0.3.4",
"sass-loader": "^3.2.0",
"slick-carousel": "^1.6.0",
"style-loader": "^0.13.1",
"svg-url-loader": "^1.0.3",
"webpack": "^1.12.8",
"webpack-dev-server": "^1.12.1"
},
"scripts": {
"start": "webpack-dev-server",
"prebuild": "rm -rf dist && mkdir dist",
"build": "NODE_ENV=production webpack -p"
},
"author": "Doron Cy",
"license": "ISC"
}