-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
41 lines (41 loc) · 1.57 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
{
"name": "toolkit-dados",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"export": "mkdir temp && cp docs/data/* temp/ -r && echo copy-done && next build && next export -o docs && cd docs && mkdir data && cd ../ && cp temp/* docs/data/ -r && rm temp/ -r && cd docs && echo > .nojekyll && echo 'kit.jornalismodedados.org' > CNAME",
"automated-export": "mkdir temp && cp /home/runner/work/toolkit_ddj/toolkit_ddj/docs/data/* temp/ -r && echo copy-done && next build && next export -o docs && mkdir docs/data/ && cp temp/* /home/runner/work/toolkit_ddj/toolkit_ddj/docs/data/ -r && rm temp/ -r && cd docs && echo > .nojekyll && echo 'kit.jornalismodedados.org' > CNAME",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@bit/mui-org.material-ui.drawer": "^4.9.10",
"@material-ui/system": "^4.12.1",
"bootstrap": "^5.1.0",
"extracted-loader": "^1.0.7",
"file-loader": "^6.2.0",
"ignore-loader": "^0.1.2",
"img-loader": "^4.0.0",
"isotope-layout": "^3.0.6",
"muuri": "^0.9.5",
"muuri-react": "^3.1.6",
"next": "11.1.0",
"next-compose-plugins": "^2.2.1",
"next-optimized-images": "^2.6.2",
"react": "17.0.2",
"react-bootstrap": "^1.6.1",
"react-dom": "17.0.2",
"react-infinite-scroll-component": "^6.1.0",
"react-isotope": "^1.0.7",
"sass": "^1.37.5",
"url-loader": "^4.1.1"
},
"devDependencies": {
"@iconify/icons-octicon": "^1.1.9",
"@iconify/react": "^3.0.0",
"eslint": "7.32.0",
"eslint-config-next": "11.1.0"
}
}