-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathpackage.json
92 lines (92 loc) · 2.9 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
{
"name": "glide-computed-column",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"manifest": "script/build.sh",
"build": "NODE_OPTIONS=--openssl-legacy-provider npm test && npm run manifest && NODE_OPTIONS=--openssl-legacy-provider next build",
"export": "npm run manifest",
"dev": "jest --watchAll & next dev",
"start": "npm run dev",
"deploy": "vercel deploy",
"test": "jest",
"prepare": "husky install .config/husky",
"prettify": "prettier --write \"./**/*.{ts,tsx,js,jsx,css,scss,json}\""
},
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/dvdsgl/glide-computed-column.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/dvdsgl/glide-computed-column/issues"
},
"homepage": "https://github.com/dvdsgl/glide-computed-column#readme",
"devDependencies": {
"@types/chroma-js": "^2.1.3",
"@types/humanize-plus": "^1.8.0",
"@types/jest": "^27.0.1",
"@types/jsbarcode": "^3.11.1",
"@types/lodash": "^4.14.175",
"@types/luxon": "^2.0.5",
"@types/marked": "^3.0.2",
"@types/qrcode-svg": "^1.1.1",
"@types/react": "^17.0.20",
"@types/react-dom": "^17.0.9",
"@types/seedrandom": "^3.0.1",
"autoprefixer": "^10.3.4",
"esbuild": "^0.13.4",
"husky": "^7.0.4",
"jest": "^27.3.1",
"postcss": "^8.3.6",
"prettier": "^2.4.1",
"tailwindcss": "^2.2.15",
"ts-jest": "^27.0.5",
"ts-node": "^10.2.1",
"typescript": "^4.4.2",
"vercel": "^28.2.2"
},
"dependencies": {
"@heroicons/react": "^2.0.16",
"@jcubic/lips": "^1.0.0-beta.14",
"axios": "^0.23.0",
"bayes": "^1.0.0",
"cheerio": "^1.0.0-rc.10",
"chroma-js": "^2.1.2",
"classnames": "^2.3.1",
"crypto-js": "^4.1.1",
"dotenv": "^10.0.0",
"email-validator": "^2.0.4",
"emoji-from-text": "^1.1.12",
"fast-formula-parser": "^1.0.19",
"gravatar.js": "^2.0.0",
"humanize-plus": "^1.8.2",
"hyperformula": "^1.2.0",
"iframe-resizer": "^4.3.2",
"javascript-time-ago": "^2.3.9",
"jq-web": "^0.5.1",
"jsbarcode": "^3.11.5",
"lodash": "^4.17.21",
"lorem-ipsum": "^2.0.4",
"luxon": "^2.0.2",
"marked": "^3.0.8",
"mathjs": "^9.5.1",
"mini-svg-data-uri": "^1.4.4",
"nanoid": "^3.1.30",
"next": "^11.1.2",
"qrcode-svg": "^1.1.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"rrule": "^2.6.8",
"seedrandom": "^3.0.5",
"wink-eng-lite-web-model": "^1.2.2",
"wink-nlp": "^1.8.1"
}
}