forked from vanilla-extract-css/vanilla-extract
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 2.17 KB
/
package.json
File metadata and controls
65 lines (65 loc) · 2.17 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
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "site",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node ./makeDocsManifest && webpack serve",
"build": "node ./makeDocsManifest && NODE_ENV=production webpack",
"deploy:prod": "netlify deploy --site vanilla-extract-css --dir dist --prod",
"deploy:branch": "netlify deploy --site vanilla-extract-css --dir dist --alias $GITHUB_REF_NAME"
},
"dependencies": {
"@capsizecss/vanilla-extract": "^1.0.1",
"@docsearch/css": "3.3.3",
"@docsearch/react": "3.3.3",
"@mdx-js/react": "^1.6.22",
"classnames": "^2.5.1",
"dedent": "^1.5.3",
"lodash": "^4.17.21",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-head": "^3.4.2",
"react-router-dom": "^6.22.0",
"react-router-hash-link": "^2.4.3",
"react-syntax-highlighter": "^15.4.3"
},
"devDependencies": {
"@babel/core": "^7.23.9",
"@babel/preset-env": "^7.23.9",
"@babel/preset-react": "^7.23.3",
"@babel/preset-typescript": "^7.23.3",
"@types/lodash": "^4.14.168",
"@types/mdx-js__react": "^1.5.8",
"@types/react": "^18.2.55",
"@types/react-dom": "^18.2.19",
"@types/react-router-hash-link": "^2.4.9",
"@types/tailwindcss": "^2",
"@types/webpack-bundle-analyzer": "^4",
"@vanilla-extract/css": "workspace:*",
"@vanilla-extract/css-utils": "workspace:*",
"@vanilla-extract/dynamic": "workspace:*",
"@vanilla-extract/integration": "workspace:*",
"@vanilla-extract/recipes": "workspace:*",
"@vanilla-extract/sprinkles": "workspace:*",
"@vanilla-extract/webpack-plugin": "workspace:*",
"babel-loader": "^9.1.3",
"copy-webpack-plugin": "^12.0.2",
"css-loader": "^7.1.2",
"csstype": "^3.0.7",
"eval": "0.1.8",
"github-slugger": "^1.3.0",
"gray-matter": "^4.0.2",
"html-render-webpack-plugin": "^3.0.2",
"mdx-loader": "^3.0.2",
"mini-css-extract-plugin": "^2.7.7",
"netlify-cli": "^11.8.3",
"null-loader": "^4.0.1",
"remove-markdown": "^0.3.0",
"tailwindcss": "^2.1.2",
"webpack": "^5.90.0",
"webpack-bundle-analyzer": "^4.4.1",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.0.4",
"webpack-node-externals": "^3.0.0"
}
}