-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
46 lines (46 loc) · 1.23 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
{
"name": "@thomann/spectre-react-components",
"version": "0.2.1",
"description": "react components for spectre.css",
"main": "index.js",
"scripts": {
"build": "rollup -c rollup/rollup.config.js",
"dev": "rollup -c -c rollup/rollup.config.js -w"
},
"files": [
"*.js"
],
"repository": {
"type": "git",
"url": "git+https://github.com/thomn/spectre-react-components.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/thomn/spectre-react-components/issues"
},
"homepage": "https://github.com/thomn/spectre-react-components#readme",
"devDependencies": {
"@babel/core": "^7.10.3",
"@babel/preset-env": "^7.10.3",
"@babel/preset-react": "^7.10.1",
"babel-loader": "^8.1.0",
"babel-plugin-module-resolver": "^4.0.0",
"esm": "^3.2.25",
"nean": "^1.5.2",
"prop-types": "latest",
"proxyquire": "^2.1.3",
"react": "latest",
"rollup": "^1.32.*",
"rollup-plugin-babel": "^4.3.3",
"rollup-plugin-babel-minify": "^9.1.1",
"rollup-plugin-cleanup": "^3.1.1",
"rollup-plugin-node-resolve": "^5.2.0",
"spectre.css": "latest"
},
"peerDependencies": {
"react": "latest",
"react-dom": "latest",
"spectre.css": "0.5.8"
}
}