-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
158 lines (158 loc) · 5.19 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
{
"name": "andromeda-viewer",
"version": "0.0.1",
"description": "Small web-client for connecting to the virtual world of Second Life.",
"private": true,
"scripts": {
"build": "cross-env REACT_APP_COMPILE_DATE=`date -u \"+%Y-%m-%dT%H:%M\"` npm-run-all -s build:style build:app",
"prebuild:app": "npm run build:messages",
"build:app": "react-scripts build",
"build:messages": "node ./tools/createMessageTemplate",
"build:style": "cross-env NODE_ENV=production postcss src/tailwind.css -o src/styles.css",
"dev": "npm-run-all -p dev:*",
"dev-server": "cross-env SERVER=debug npm-run-all -p dev:*",
"predev:app": "npm run build:messages",
"dev:app": "react-scripts start",
"dev:db": "pouchdb-server --config ./config.json",
"dev:style": "postcss src/tailwind.css -o src/styles.css --watch",
"fix:docs": "textlint --fix README.md ./*/*.md ./src/*/*.md",
"fix:style": "standard --fix",
"fix": "npm-run-all -p fix:*",
"type-docs": "typedoc --out docs/types src && open-cli ./docs/types/index.html",
"open-type-docs": "open-cli ./docs/types/index.html",
"update-coc": "weallbehave -o . && git add CODE_OF_CONDUCT.md && git commit -m 'docs(coc): update CODE_OF_CONDUCT.md'",
"update-contrib": "weallcontribute -o . && git add CONTRIBUTING.md && git commit -m 'docs(contributing): update CONTRIBUTING.md'",
"update-files": "node tools/updateFiles.js",
"test:docs": "textlint README.md ./*/*.md ./src/*/*.md",
"test:standard": "standard",
"test:server": "cross-env PORT=0 NODE_ENV=test mocha",
"pretest:app": "npm run build:messages",
"test:app": "react-scripts test --env=jsdom",
"test": "npm-run-all -s test:standard test:docs test:server test:app",
"test-coverage": "react-scripts test --env=jsdom --coverage && open-cli ./coverage/lcov-report/index.html",
"start-server-dev": "node server/index.js",
"start": "cross-env NODE_ENV=production node server/index.js"
},
"repository": {
"type": "git",
"url": "https://github.com/Terreii/andromeda-viewer.git"
},
"author": {
"name": "Christopher Astfalk",
"email": "christopher.astfalk@icloud.com",
"url": "http://christopher-astfalk.de/"
},
"license": "Apache-2.0",
"engines": {
"node": ">=14.16.0"
},
"bugs": {
"url": "https://github.com/Terreii/andromeda-viewer/issues"
},
"devDependencies": {
"@reduxjs/toolkit": "^1.5.0",
"@tailwindcss/forms": "^0.3.2",
"@testing-library/jest-dom": "^5.11.6",
"@testing-library/react": "^11.2.2",
"@testing-library/react-hooks": "^6.0.0",
"@testing-library/user-event": "^13.1.9",
"@types/jest": "^26.0.18",
"@types/jest-axe": "^3.5.1",
"@types/node": "^15.3.0",
"@types/pouchdb-adapter-memory": "^6.1.3",
"@types/pouchdb-browser": "^6.1.3",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@types/react-redux": "^7.1.11",
"@types/react-router-dom": "^5.1.6",
"@types/uuid": "^8.3.0",
"anchorme": "^2.1.2",
"autoprefixer": "^10.1.0",
"autoscroll-react": "^3.2.0",
"cross-env": "^7.0.3",
"deep-object-diff": "^1.1.0",
"double-ended-queue": "^2.1.0-0",
"hoodie-plugin-store-crypto": "^4.1.3",
"http-proxy-middleware": "^2.0.0",
"jest-axe": "^4.1.0",
"jszip": "^3.5.0",
"mocha": "^8.2.1",
"mockdate": "^3.0.2",
"morgan": "^1.10.0",
"npm-run-all": "^4.1.5",
"open-cli": "^6.0.1",
"postcss": "^8.2.0",
"postcss-cli": "^8.3.0",
"pouchdb-adapter-memory": "^7.2.2",
"pouchdb-authentication": "^1.1.3",
"pouchdb-browser": "^7.2.2",
"pouchdb-hoodie-api": "^2.0.0",
"pouchdb-server": "^4.2.0",
"proxyquire": "^2.1.3",
"react": "^17.0.1",
"react-burger-menu": "^3.0.1",
"react-dom": "^17.0.1",
"react-portal": "^4.2.1",
"react-redux": "^7.2.1",
"react-router-dom": "^5.2.0",
"react-scripts": "^5.0.1",
"react-test-renderer": "^17.0.1",
"reakit": "^1.3.1",
"reakit-test-utils": "^0.15.0",
"redux-burger-menu": "^0.2.8",
"redux-mock-store": "^1.5.4",
"requestidlecallback": "^0.3.0",
"reselect": "^4.0.0",
"sinon": "^10.0.0",
"standard": "^16.0.3",
"supertest": "^6.0.1",
"tailwindcss": "^2.0.1",
"textlint": "^11.7.6",
"textlint-rule-alex": "^3.0.0",
"textlint-rule-common-misspellings": "^1.0.1",
"textlint-rule-rousseau": "^1.4.6",
"typedoc": "^0.20.36",
"typescript": "^4.1.2",
"weallbehave": "^1.2.0",
"weallcontribute": "^1.0.9",
"web-vitals": "^1.0.1"
},
"dependencies": {
"basic-auth": "^2.0.1",
"express": "^4.18.1",
"express-validator": "^6.8.0",
"http-proxy": "^1.18.1",
"milliseconds": "^1.0.3",
"nano": "^9.0.1",
"node-fetch": "^3.1.1",
"pouchdb-errors": "^7.3.0",
"uuid": "^8.3.2",
"ws": "^7.4.6",
"xmlrpc": "^1.3.2"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"standard": {
"parser": "babel-eslint",
"env": [
"jest"
]
}
}