-
Notifications
You must be signed in to change notification settings - Fork 49
/
package-lock.json
43 lines (43 loc) · 1.27 KB
/
package-lock.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
{
"name": "cmudig.github.io",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"dependencies": {
"tachyons-sass": "https://github.com/tachyons-css/tachyons-sass.git#2dce89b83729bddb9f4498c7d6f82b73d60d6538"
},
"devDependencies": {
"prettier": "^3.4.2"
}
},
"node_modules/prettier": {
"version": "3.4.2",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.4.2.tgz",
"integrity": "sha512-e9MewbtFo+Fevyuxn/4rrcDAaq0IYxPGLvObpQjiZBMAzB9IGmzlnG9RZy3FFas+eBMu2vA0CszMeduow5dIuQ==",
"dev": true,
"bin": {
"prettier": "bin/prettier.cjs"
},
"engines": {
"node": ">=14"
},
"funding": {
"url": "https://github.com/prettier/prettier?sponsor=1"
}
},
"node_modules/tachyons-custom": {
"version": "4.9.8",
"license": "MIT"
},
"node_modules/tachyons-sass": {
"version": "4.9.5",
"resolved": "git+ssh://[email protected]/tachyons-css/tachyons-sass.git#2dce89b83729bddb9f4498c7d6f82b73d60d6538",
"integrity": "sha512-BPZfyAkFKBiVQhb2p2EUVMn6/Mzt+TlBkjizNNMwXkmbMxjOyQEYyN5X4ORYVwq6YffAMVA2UkMjM8wxoL+nTQ==",
"license": "MIT",
"dependencies": {
"tachyons-custom": "^4.9.5"
}
}
}
}