-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·62 lines (62 loc) · 1.71 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
{
"name": "elementaryroots-website",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"export": "next export"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SirMonteiro/Elementary-Roots.git"
},
"keywords": [
"Website",
"Innovation",
"Sustainability",
"PlantsInSpace",
"PlantsInMars",
"Greenhouse"
],
"author": "Elementary Roots Team",
"bugs": {
"url": "https://github.com/SirMonteiro/Elementary-Roots/issues"
},
"homepage": "https://github.com/SirMonteiro/Elementary-Roots#readme",
"dependencies": {
"@emotion/react": "^11.4.1",
"@emotion/server": "^11.4.0",
"@emotion/styled": "^11.3.0",
"@mui/icons-material": "^5.0.0-rc.1",
"@mui/lab": "^5.0.0-alpha.45",
"@mui/material": "^5.0.0-rc.1",
"babel-plugin-inline-react-svg": "^2.0.1",
"babel-plugin-module-resolver": "^4.1.0",
"next": "11.1.0",
"next-images": "^1.8.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"sass": "^1.35.2"
},
"devDependencies": {
"@next/bundle-analyzer": "^11.0.1",
"@types/material-ui": "^0.21.9",
"@types/node": "^16.6.1",
"@types/react": "^17.0.9",
"@types/styled-components": "^5.1.10",
"@typescript-eslint/eslint-plugin": "^4.26.1",
"@typescript-eslint/parser": "^4.26.1",
"eslint": "^7.28.0",
"eslint-config-prettier": "^8.3.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-promise": "^5.1.0",
"eslint-plugin-react": "^7.24.0",
"prettier": "^2.3.1",
"typescript": "^4.3.2"
}
}