-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.61 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
{
"name": "ondata-taskforse.it",
"version": "1.2.1",
"description": "Nel dubbio... task forse!",
"homepage": "https://taskforse.it",
"repository": {
"type": "git",
"url": "https://github.com/ondata/taskforse.it.git"
},
"private": true,
"scripts": {
"dev": "next",
"build": "next build",
"export": "next build && next export -o dist",
"start": "next build && next start",
"serve": "serve dist/",
"deploy": "git push && git subtree push --prefix dist origin gh-pages",
"format": "standard --fix \"src/**/*.js\" \"*.js\""
},
"keywords": [],
"author": "Alessio Cimarelli <alessio.cimarelli@ondata.it> (https://www.linkedin.com/in/alessiocimarelli/)",
"contributors": [
"Jacopo Solmi <jacopo.solmi@gmail.com> (https://www.linkedin.com/in/jacoposolmi/)"
],
"license": "MIT",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.30",
"@fortawesome/free-brands-svg-icons": "^5.14.0",
"@fortawesome/react-fontawesome": "^0.1.11",
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.9.1",
"axios": "^0.19",
"clsx": "^1.1.1",
"lodash-es": "^4.17.15",
"next": "^9.5.1",
"next-seo": "^4.7.3",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"url-domain-name": "^1.0.3"
},
"devDependencies": {
"serve": "^11.3.2",
"babel-eslint": "^10.1.0",
"eslint": "^7.6.0",
"eslint-plugin-react": "^7.20.3",
"prop-types": "^15.7.2",
"standard": "^14.3.4"
}
}