-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.5 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
{
"name": "trends-brasil",
"version": "0.0.1",
"license": "CC-BY-SA-4.0",
"scripts": {
"clear-cache": "rimraf -rf ./node_modules/.cache/babel-loader/*",
"dev": "node server.js",
"build": "next build && next export",
"heroku-postbuild": "yarn clear-cache && next build",
"test": "eslint . && stylelint **/*.scss",
"start": "NODE_ENV=production node server.js"
},
"dependencies": {
"@zeit/next-sass": "^0.2.0",
"axios": "^0.18.0",
"d3": "^5.4.0",
"express": "^4.16.3",
"file-saver": "^1.3.8",
"next": "^6.0.3",
"next-redux-wrapper": "^2.0.0-beta.6",
"next-routes": "^1.4.1",
"node-sass": "^4.12.0",
"npm": "^6.1.0",
"prop-types": "^15.6.1",
"react": "^16.3.2",
"react-d3-radar": "^0.2.6",
"react-dom": "^16.3.2",
"react-media": "^1.8.0",
"react-redux": "^5.0.7",
"react-slick": "^0.23.1",
"redux": "^4.0.0",
"redux-devtools-extension": "^2.13.2",
"redux-thunk": "^2.2.0",
"slick-carousel": "^1.8.1",
"yarn-install": "^1.0.0"
},
"devDependencies": {
"babel-eslint": "^8.2.3",
"babel-plugin-inline-dotenv": "^1.1.2",
"babel-plugin-transform-inline-environment-variables": "^0.4.3",
"eslint": "^4.19.1",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-import": "^2.11.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.7.0",
"stylelint": "^9.2.0",
"stylelint-config-airbnb": "^0.0.0",
"stylelint-order": "^0.8.1",
"stylelint-scss": "^3.1.0"
}
}