-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
62 lines (62 loc) · 1.73 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": "commonlabs.id",
"version": "1.0.0",
"description": "The website.",
"main": "N/A",
"repository": "https://github.com/commonlabs-id/commonlabs.id.git",
"author": "commonlabs ID <[email protected]>",
"contributors": [
{
"name": "Resi Respati",
"email": "[email protected]",
"url": "https://resir014.xyz"
},
{
"name": "Muhammad Mustadi",
"email": "[email protected]",
"url": "https://mathdro.id"
}
],
"license": "MIT",
"private": true,
"scripts": {
"build": "next build",
"dev": "next",
"start": "next start"
},
"dependencies": {
"@emotion/core": "^10.0.35",
"@emotion/styled": "^10.0.27",
"babel-plugin-emotion": "^10.0.33",
"babel-plugin-module-resolver": "^4.0.0",
"emotion": "^10.0.27",
"emotion-server": "^10.0.27",
"modern-normalize": "^1.0.0",
"next": "^9.5.5",
"polished": "^4.0.3",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react-transition-group": "^4.4.1",
"typeface-inter": "^1.1.13"
},
"devDependencies": {
"@types/node": "^12.12.17",
"@types/react": "^16.9.53",
"@types/react-dom": "^16.9.8",
"@types/react-transition-group": "^4.4.0",
"@types/styled-jsx": "^2.2.8",
"@typescript-eslint/eslint-plugin": "^4.4.1",
"@typescript-eslint/parser": "^4.4.1",
"eslint": "^7.11.0",
"eslint-config-airbnb": "^18.2.0",
"eslint-config-prettier": "^6.13.0",
"eslint-import-resolver-typescript": "^2.3.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.21.4",
"eslint-plugin-react-hooks": "^4.1.2",
"prettier": "^2.1.2",
"typescript": "^4.0.3"
}
}