-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.09 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
{
"name": "@core-school/brand",
"version": "1.3.1",
"author": "Marc Pomar <marc@corecode.school>",
"license": "MIT",
"dependencies": {
"@emotion/babel-plugin": "^11.3.0",
"@emotion/css": "^11.10.0",
"@emotion/server": "^11.10.0",
"@primer/octicons-react": "^16.1.1",
"downloadjs": "^1.4.7",
"file-saver": "^2.0.5",
"html-entities": "^2.3.2",
"lodash": "^4.17.21",
"next": "^12.3.1",
"polished": "^4.1.3",
"query-string": "^7.0.1",
"ramda": "^0.27.1",
"react": "^17.0.2",
"react-color": "^2.19.3",
"react-dom": "^17.0.2",
"react-use": "^17.3.1",
"twin.macro": "^2.8.2",
"typescript": "^4.8.3"
},
"scripts": {
"dev": "next",
"start": "next start",
"build": "next build"
},
"devDependencies": {
"@babel/core": "^7.16.0",
"@emotion/react": "^11.10.4",
"@emotion/styled": "^11.10.4",
"@types/node": "^20.3.3",
"@types/react": "^17.0.34",
"babel-loader": "^8.2.3",
"babel-plugin-macros": "^3.1.0",
"babel-plugin-twin": "^1.0.2",
"prettier": "^2.4.1",
"tailwindcss": "^2.2.19"
}
}