-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 903 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 903 Bytes
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
{
"author": "Simon Heimlicher",
"comments": {
"dependencies": {
"medium-zoom": "project",
"posthog-js": "project"
},
"devDependencies": {
"@fullhuman/postcss-purgecss": "project",
"autoprefixer": "project",
"cssnano": "project",
"postcss": "project",
"postcss-cli": "project",
"postcss-prune-var": "project",
"postcss-var-optimize": "project"
}
},
"dependencies": {
"medium-zoom": "^1.0.6",
"posthog-js": "^1.94.2"
},
"devDependencies": {
"@fullhuman/postcss-purgecss": "^7.0.2",
"autoprefixer": "^10.4.14",
"cssnano": "^7.1.2",
"postcss": "^8.4.23",
"postcss-cli": "^11.0.1",
"postcss-prune-var": "^1.1.1",
"postcss-var-optimize": "^8.1.0"
},
"keywords": [],
"name": "claris",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "0.1.0"
}