forked from michaelchen-lab/LMS_Frontend
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
34 lines (34 loc) · 864 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
{
"name": "lms",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"export": "next build && next export"
},
"dependencies": {
"axios": "^0.21.1",
"next": "^13.4.2",
"react": "^18.2.0",
"react-copy-to-clipboard": "^5.0.3",
"react-dom": "^18.2.0",
"react-ionicons": "^4.2.0",
"react-linkify": "^1.0.0-alpha",
"react-spinners": "^0.13.8",
"react-use-websocket": "^2.7.1",
"reactjs-popup": "^2.0.4",
"styled-components": "^5.3.0"
},
"devDependencies": {
"autoprefixer": "^10.2.6",
"postcss": "^8.3.0",
"prettier": "^2.8.8",
"tailwindcss": "^2.1.2"
},
"main": "index.js",
"repository": "https://github.com/tinkertanker/LMS_Frontend.git",
"author": "sltsheryl <sltsheryl@gmail.com>",
"license": "MIT"
}