-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 983 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
{
"name": "@vacasan/classified",
"version": "0.0.3-alpha.0",
"description": "",
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
"files": [
"dist/*"
],
"repository": {
"type": "git",
"url": "https://github.com/VacaSan/classified"
},
"scripts": {
"build": "rollup -c",
"test": "jest"
},
"author": "Vladan Kotarac",
"license": "MIT",
"peerDependencies": {
"react": ">=16.13.1"
},
"devDependencies": {
"@babel/cli": "^7.10.5",
"@babel/core": "^7.11.1",
"@babel/preset-env": "^7.11.0",
"@babel/preset-react": "^7.10.4",
"@rollup/plugin-commonjs": "^15.0.0",
"@rollup/plugin-node-resolve": "^9.0.0",
"jest": "^26.4.0",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-test-renderer": "^16.13.1",
"rollup": "^2.26.2",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-peer-deps-external": "^2.2.3"
},
"dependencies": {
"@emotion/is-prop-valid": "^0.8.8"
}
}