-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 883 Bytes
/
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
{
"name": "codeflare-next",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"export": "next export -o docs",
"deploy": "./deploy.sh"
},
"dependencies": {
"@carbon/icons-react": "^11.6.0",
"@carbon/pictograms-react": "^11.28.0",
"@carbon/react": "^1.8.0",
"@carbon/styles": "^1.8.0",
"carbon-components": "^10.58.3",
"classnames": "^2.3.1",
"next": "^13.4.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-lite-youtube-embed": "^2.3.1",
"react-modal": "^3.15.1"
},
"devDependencies": {
"@types/node": "18.6.1",
"@types/react": "18.0.15",
"@types/react-dom": "18.0.6",
"@types/react-modal": "^3.13.1",
"eslint": "8.20.0",
"eslint-config-next": "12.2.3",
"file-loader": "^6.2.0",
"sass": "^1.54.0",
"typescript": "4.7.4"
}
}