forked from clockwork-dog/cogs-plugin-google-sheets
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.47 KB
/
Copy pathpackage.json
File metadata and controls
52 lines (52 loc) · 1.47 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
{
"name": "cogs-plugin-google-sheets",
"version": "0.2.4",
"private": true,
"dependencies": {
"@clockworkdog/cogs-client-react": "^1.5.7",
"crypto-js": "^4.1.1",
"jsencrypt": "^3.2.1",
"moo": "^0.5.1",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-scripts": "5.0.1"
},
"scripts": {
"start": "cross-env BROWSER=scripts/openSimulator.js PORT=3001 react-scripts start",
"build-content": "cross-env BUILD_PATH=build/dog.clockwork.google-sheets react-scripts build",
"build-manifest": "mkdir -p build/dog.clockwork.google-sheets && cp -fv cogs-plugin-manifest.json build/dog.clockwork.google-sheets/cogs-plugin-manifest.json",
"build": "yarn build-content && yarn build-manifest",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"homepage": "./",
"devDependencies": {
"@types/crypto-js": "^4.1.1",
"@types/gapi": "^0.0.42",
"@types/gapi.client.sheets": "^4.0.20201029",
"@types/moo": "^0.5.5",
"@types/node": "14",
"@types/react": "18",
"@types/react-dom": "18",
"cross-env": "7",
"typescript": "4"
},
"packageManager": "yarn@1.22.22+sha1.ac34549e6aa8e7ead463a7407e1c7390f61a6610"
}