-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
64 lines (64 loc) · 1.81 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
{
"name": "unsplash-photo-search",
"version": "0.9.0",
"private": true,
"scripts": {
"dev": "node server.js",
"build": "next build",
"start": "NODE_ENV=production node server.js",
"build-css": "node-sass ./assets/styles/ -o ./assets/styles/",
"watch-css": "npm run build-css && node-sass ./assets/styles/ -o ../assets/styles/ --watch --recursive",
"generate-icons": "icon-font-generator ./assets/icons/*.svg -o ./assets/fonts",
"postinstall": "npm run build"
},
"devDependencies": {
"https": "^1.0.0",
"node-sass": "^4.5.2",
"npm-run-all": "^4.0.2",
"pushstate-server": "^1.14.0",
"react-scripts": "0.7.0",
"react-snapshot": "^1.0.4",
"socket.io": "^1.7.3",
"sw-precache": "^4.2.1"
},
"dependencies": {
"body-parser": "^1.17.2",
"classnames": "^2.2.5",
"express": "^4.15.3",
"google-vision-api-client": "0.0.3",
"history": "^4.6.1",
"icon-font-generator": "^1.0.7",
"jquery": "^3.2.1",
"multer": "^1.3.0",
"next": "^4.2.3",
"next-redux-wrapper": "^1.1.2",
"prop-types": "^15.5.8",
"react": "^15.5.4",
"react-cloud-vision-api": "^0.3.0",
"react-datepicker": "^0.46.0",
"react-dates": "^11.0.1",
"react-dom": "^15.5.4",
"react-dropzone": "^3.13.1",
"react-fullpage": "^0.1.16",
"react-redux": "^5.0.4",
"react-router": "^4.1.1",
"react-router-dom": "^4.1.1",
"react-router-transition": "0.0.6",
"react-slick": "^0.14.11",
"react-touch": "^0.4.2",
"redux": "^3.6.0",
"redux-file-upload": "0.0.18",
"redux-logger": "^3.0.1",
"redux-thunk": "^2.2.0",
"unsplash-api": "^1.2.0",
"unsplash-js": "^4.6.0",
"whatwg-fetch": "^2.0.3"
},
"homepage": "/",
"watch": {
"generate-icons": "./src/assets/icons/*.svg"
},
"engines": {
"node": "6.9.4"
}
}