-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
42 lines (42 loc) · 997 Bytes
/
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
{
"name": "vite-plugin-linaria",
"version": "1.0.1",
"description": "A plugin for vite to serve and build linaria using linaria babel",
"main": "src/index.js",
"files": [
"dist",
"CHANGELOG.md",
"README.md"
],
"keywords": [
"vite",
"linaria",
"css",
"vite-plugin"
],
"author": "Dennis",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/denn1s/vite-plugin-linaria"
},
"bugs": {
"url": "https://github.com/denn1s/vite-plugin-linaria/issues"
},
"homepage": "https://github.com/denn1s/vite-plugin-linaria/tree/master/#readme",
"peerDependencies": {
"linaria": "^3.0.0-beta.1",
"vite": ">=2.0.0"
},
"devDependencies": {
"conventional-changelog-cli": "^2.1.1",
"prettier": "^2.2.1",
"vite": "^2.0.4"
},
"dependencies": {
"@babel/core": "7.13.10",
"@linaria/babel-preset": "3.0.0-beta.1",
"@linaria/shaker": "3.0.0-beta.1",
"@rollup/pluginutils": "4.1.0"
}
}