-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.1 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.1 KB
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
{
"name": "vite-paste",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "APP_ENV=preview vite & cd scriptbucket && nodemon server.js",
"build": "vite build --minify false",
"preview": "vite preview",
"start": "NODE_OPTIONS='--experimental-specifier-resolution=node' node server/server.js"
},
"dependencies": {
"@tippyjs/react": "^4.2.6",
"@vitejs/plugin-react-refresh": "^1.3.6",
"ace-builds": "^1.12.5",
"jsonwebtoken": "^8.5.1",
"react": "^18.2.0",
"react-ace": "^10.1.0",
"react-collapsed": "^3.5.0",
"react-dom": "^18.2.0",
"react-input-switch": "^2.2.2",
"react-router-dom": "^6.4.3",
"react-router-transition": "^2.1.0",
"react-scripts": "^2.1.3",
"react-slick": "^0.29.0",
"react-tippy": "^1.4.0",
"sequelize": "^6.25.5",
"slick-carousel": "^1.8.1",
"sqlite": "^4.1.2",
"sqlite3": "^5.1.2"
},
"devDependencies": {
"@types/react": "^18.0.22",
"@types/react-dom": "^18.0.7",
"@vitejs/plugin-react": "^2.2.0",
"react-error-overlay": "^6.0.9",
"vite": "^3.2.0"
}
}