-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) · 2.06 KB
/
package.json
File metadata and controls
69 lines (69 loc) · 2.06 KB
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
{
"name": "tree-maps",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "node server.js",
"build": "next build",
"start": "NODE_ENV=production node server.js -p $PORT",
"lint": "tslint -c ./tslint.json --exclude **/*.d.ts --exclude ./node_modules --project . --fix **/*.tsx --fix **/*.ts",
"tslint-check": "tslint-config-prettier-check ./tslint.json",
"heroku-postbuild": "next build"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@material-ui/core": "^3.7.1",
"@material-ui/icons": "^3.0.1",
"@types/react-slick": "^0.23.2",
"@zeit/next-css": "^1.0.1",
"@zeit/next-typescript": "^1.1.1",
"autobind-decorator": "^2.4.0",
"classnames": "^2.2.6",
"compression": "^1.7.3",
"express": "^4.16.4",
"gql": "^1.1.2",
"graphql": "^14.0.2",
"immer": "^1.9.3",
"js-cookie": "^2.2.0",
"jwt-decode": "^2.2.0",
"next": "^9.3.2",
"next-apollo": "^2.0.2",
"next-redux-wrapper": "^2.0.0",
"normalize.css": "^8.0.0",
"react": "^16.7.0",
"react-apollo": "^2.3.3",
"react-dom": "^16.7.0",
"react-image-gallery": "^0.8.12",
"react-jss": "^8.6.1",
"react-redux": "^6.0.0",
"react-slick": "^0.23.2",
"react-swipeable-views": "^0.13.0",
"reactstrap": "^7.0.0",
"recompose": "^0.30.0",
"redux": "^4.0.1",
"strapi-sdk-javascript": "^0.3.1"
},
"devDependencies": {
"@babel/plugin-proposal-decorators": "^7.2.3",
"@types/js-cookie": "^2.2.0",
"@types/next": "^7.0.6",
"@types/next-redux-wrapper": "^2.0.2",
"@types/react": "^16.7.18",
"@types/react-dom": "^16.0.11",
"@types/react-image-gallery": "^0.8.3",
"@types/react-jss": "^8.6.0",
"@types/react-redux": "^6.0.11",
"@types/recompose": "^0.30.2",
"@types/redux": "^3.6.0",
"prettier": "^1.15.3",
"redux-devtools-extension": "^2.13.7",
"tslint": "^5.12.0",
"tslint-config-prettier": "^1.17.0",
"tslint-config-standard": "^8.0.1",
"tslint-plugin-prettier": "^2.0.1",
"typescript": "^3.2.2"
}
}