-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.3 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
{
"name": "campo-ui",
"version": "0.0.7",
"description": "A Material Design front-end component library.",
"main": "dist/js/campo-ui.js",
"style": "dist/css/campo-ui.css",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"files": [
"dist/js/*.{js,map}",
"dist/css/*.{css,css.map}",
"src/js/**/*.js",
"src/css/**/*.scss"
],
"repository": {
"type": "git",
"url": "git+https://github.com/getcampo/campo-ui.git"
},
"author": "Rei",
"license": "MIT",
"bugs": {
"url": "https://github.com/getcampo/campo-ui/issues"
},
"homepage": "https://github.com/getcampo/campo-ui#readme",
"hexo": {
"version": "4.2.0"
},
"peerDependencies": {
"stimulus": "2.x"
},
"devDependencies": {
"@babel/core": "^7.9.0",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/preset-env": "^7.9.0",
"@rollup/plugin-node-resolve": "^7.1.1",
"autoprefixer": "^9.7.5",
"hexo": "^4.2.0",
"hexo-renderer-ejs": "^1.0.0",
"hexo-renderer-marked": "^2.0.0",
"hexo-server": "^1.0.0",
"mini-css-extract-plugin": "^0.9.0",
"node-sass": "^4.13.1",
"rollup": "^2.2.0",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-postcss": "^2.5.0",
"rollup-plugin-terser": "^5.3.0",
"stimulus": "^2.0.0"
}
}