-
Notifications
You must be signed in to change notification settings - Fork 83
/
Copy pathpackage.json
51 lines (51 loc) · 1.28 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
51
{
"name": "@sb1/ffe-file-upload-react",
"version": "10.0.25",
"description": "Upload file button with validation and list of uploaded files.",
"keywords": [
"ffe"
],
"license": "MIT",
"author": "SpareBank 1",
"files": [
"lib",
"es",
"types"
],
"main": "lib/index.js",
"module": "es/index.js",
"types": "types/index.d.ts",
"sideEffects": false,
"repository": {
"type": "git",
"url": "ssh://git@github.com:SpareBank1/designsystem.git"
},
"scripts": {
"build": "ffe-buildtool babel",
"watch": "ffe-buildtool babel-watch",
"lint": "eslint src",
"test": "ffe-buildtool jest",
"test:watch": "ffe-buildtool jest --watch"
},
"dependencies": {
"@sb1/ffe-buttons-react": "^21.0.6",
"@sb1/ffe-file-upload": "^10.0.16",
"@sb1/ffe-form": "^28.0.4",
"@sb1/ffe-icons-react": "^9.0.4",
"classnames": "^2.3.1"
},
"devDependencies": {
"@sb1/ffe-buildtool": "^0.5.1",
"react": "^16.9.0",
"react-dom": "^16.9.0"
},
"peerDependencies": {
"react": ">=16.9.0"
},
"publishConfig": {
"access": "public"
},
"depencencies": {
"prop-types": "^15.6.0"
}
}