forked from BSSM-BSM/BSM-Frontend-V2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1003 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
37
38
39
40
{
"name": "bsm",
"version": "2.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@tinymce/tinymce-react": "^4.3.0",
"@types/styled-components": "^5.1.26",
"@types/uuid": "^9.0.0",
"axios": "^1.2.3",
"babel-plugin-styled-components": "^2.0.7",
"next": "^13.2.4",
"prismjs": "^1.29.0",
"react": "18.2.0",
"react-contenteditable": "^3.3.6",
"react-dom": "18.2.0",
"react-icons": "^4.7.1",
"react-intersection-observer": "^9.4.1",
"recoil": "^0.7.6",
"recoil-nexus": "^0.4.0",
"styled-components": "^5.3.6",
"tinymce": "^6.3.1",
"uuid": "^9.0.0",
"xss": "^1.0.14"
},
"devDependencies": {
"@types/node": "18.11.18",
"@types/prismjs": "^1.26.0",
"@types/react": "18.0.26",
"@types/react-dom": "18.0.10",
"eslint": "8.32.0",
"eslint-config-next": "13.1.2",
"typescript": "4.9.4"
}
}