-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.29 KB
/
Copy pathpackage.json
File metadata and controls
54 lines (54 loc) · 1.29 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "edjai-new",
"version": "1.0.0",
"main": "server.js",
"license": "MIT",
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "node server.js"
},
"devDependencies": {
"@vitejs/plugin-react": "^4.3.3",
"eslint": "^9.13.0",
"vite": "^5.4.9",
"vite-plugin-eslint": "^1.8.1",
"vite-plugin-svgr": "^4.2.0"
},
"dependencies": {
"babel-polyfill": "^6.26.0",
"bootstrap": "4.0.0-beta",
"cheerio": "^1.0.0-rc.2",
"classnames": "^2.2.5",
"color": "^2.0.0",
"compression": "^1.7.1",
"express": "^4.15.4",
"finalhandler": "^1.1.0",
"flickrapi": "^0.6.0",
"gistup": "^0.1.3",
"intersection-observer": "^0.4.2",
"marksy": "^5.0.0",
"moment": "^2.18.1",
"mousetrap": "^1.6.1",
"node-env-file": "^0.1.8",
"prettier": "1.7.4",
"prismjs": "^1.8.1",
"prop-types": "^15.6.0",
"query-string": "^5.0.0",
"react": "^16.0.0",
"react-cookie": "^2.1.1",
"react-dom": "^16.0.0",
"react-loadable": "^5.2.2",
"react-redux": "^5.0.6",
"react-router-dom": "^4.2.2",
"redux": "^3.7.2",
"request": "^2.82.0",
"request-promise": "^4.2.2",
"serve-favicon": "^2.4.5",
"shortid": "^2.2.8",
"styled-components": "^3.2.5"
},
"engines": {
"node": "20.17.0"
}
}