-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.14 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
{
"name": "@jarzzzi/wolverine-ui",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rollup -c rollup.config.ts",
"version": "npm version patch",
"publish": "npm publish --access=public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Jarweb/wolverine-ui.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Jarweb/wolverine-ui/issues"
},
"homepage": "https://github.com/Jarweb/wolverine-ui#readme",
"dependencies": {
"@types/classnames": "^2.2.10",
"@types/raf": "^3.4.0",
"@types/react": "^16.9.32",
"@types/react-dom": "^16.9.6",
"@types/react-transition-group": "^4.2.4",
"@types/swiper": "^5.2.1",
"classnames": "^2.2.6",
"intersection-observer": "^0.7.0",
"quicklink": "^2.0.0-alpha",
"raf": "^3.4.1",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-transition-group": "^4.3.0",
"swiper": "^5.3.6"
},
"devDependencies": {
"@jarzzzi/nidavel": "^1.0.6",
"typescript": "^3.8.3"
}
}