This repository has been archived by the owner on Jul 3, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
65 lines (65 loc) · 1.85 KB
/
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "runregistry",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"stg": "NODE_ENV=production && ENV=staging && node server",
"dev": "export ENV=development && export NODE_ENV=development && node server",
"build": "next build",
"start": "node server",
"test": "echo \"Error: no test specified\" && exit 1",
"publish": "docker build . -t cmssw/runregistry-frontend && docker push cmssw/runregistry-frontend"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@ant-design/icons": "^4.0.3",
"@zeit/next-css": "^1.0.1",
"@zeit/next-sass": "^1.0.1",
"antd": "^4.0.4",
"axios": "^0.21.2",
"babel-plugin-import": "^1.7.0",
"brace": "^0.11.1",
"express": "^4.16.3",
"forever": "^0.15.3",
"formik": "^1.0.2",
"golden-json-helpers": "^1.2.3",
"json-stringify-pretty-compact": "^1.2.0",
"lodash": "^4.17.21",
"material-ui": "^1.0.0-beta.47",
"micro": "^9.3.2",
"moment": "^2.24.0",
"namor": "^1.0.1",
"next": "^12.1.0",
"next-redux-wrapper": "^5.0.0",
"node-sass": "^4.13.1",
"nprogress": "^0.2.0",
"pm2": "^3.0.0",
"qs": "^6.9.1",
"query-string": "^6.11.1",
"react": "^16.13.0",
"react-ace": "^6.1.1",
"react-dom": "^16.13.0",
"react-ga": "^2.5.0",
"react-hotjar": "^2.2.0",
"react-linkify": "^1.0.0-alpha",
"react-querybuilder": "^3.1.1",
"react-redux": "^7.2.0",
"react-scroll": "^1.7.16",
"react-table": "^6.8.6",
"recharts": "^1.5.0",
"redux": "^4.0.0",
"redux-thunk": "^2.2.0",
"socket.io-client": "^2.3.0",
"sweetalert2": "^7.26.28",
"throttle-debounce": "^2.1.0"
},
"devDependencies": {
"@next/bundle-analyzer": "^9.3.5",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"cypress": "^3.3.1",
"redux-logger": "^3.0.6"
}
}