-
Notifications
You must be signed in to change notification settings - Fork 83
/
Copy pathpackage.json
51 lines (51 loc) · 1.34 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-feedback-react",
"version": "2.0.6",
"description": "React component for ffe-feedback",
"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.2",
"@sb1/ffe-collapse-react": "^2.0.10",
"@sb1/ffe-core-react": "^7.2.3",
"@sb1/ffe-feedback": "^1.2.4",
"@sb1/ffe-form-react": "^14.0.15",
"classnames": "^2.3.1",
"lottie-web": "^5.12.2",
"uuid": "^9.0.0"
},
"devDependencies": {
"@sb1/ffe-buildtool": "^0.5.1",
"eslint": "^5.9.0",
"prop-types": "^15.7.2",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"sinon": "^7.2.3"
},
"peerDependencies": {
"react": ">=16.9.0"
},
"publishConfig": {
"access": "public"
}
}