-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 934 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
36
{
"name": "curriculum",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "vite preview"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/free-brands-svg-icons": "^5.15.4",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@fortawesome/react-fontawesome": "^0.1.16",
"react": "^17.0.0",
"react-dom": "^17.0.0",
"react-markdown": "^8.0.0",
"react-router-dom": "6",
"sass": "^1.44.0"
},
"devDependencies": {
"@vitejs/plugin-react": "^1.0.0",
"vite": "^2.6.4"
},
"main": "vite.config.js",
"repository": {
"type": "git",
"url": "git+https://github.com/mathealgou/curriculumV2.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/mathealgou/curriculumV2/issues"
},
"homepage": "https://github.com/mathealgou/curriculumV2#readme",
"description": ""
}