-
Notifications
You must be signed in to change notification settings - Fork 83
/
Copy pathpackage.json
118 lines (118 loc) · 4.13 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
{
"name": "@sb1/ffe-component-index",
"version": "5.4.15",
"description": "Index of FFE compontents",
"license": "MIT",
"author": "SpareBank 1 Utvikling",
"main": "./lib/index.js",
"module": "./lib/esm/index.js",
"targets": {
"main": false,
"module": false
},
"files": [
"lib"
],
"repository": {
"type": "git",
"url": "ssh://git@github.com:SpareBank1/designsystem.git"
},
"publishConfig": {
"access": "public"
},
"alias": {
"buffer": false
},
"@parcel/transformer-css": {
"drafts": {
"nesting": true,
"customMedia": true
}
},
"scripts": {
"build": "make all",
"start": "parcel webapp/index.html --no-cache --no-autoinstall --no-source-maps --open",
"watch": "run-p watch:es watch:less watch:examples",
"watch:es": "chokidar \"node_modules/@sb1/ffe-*/es/**/*.js\" --follow-symlinks -c \"touch package.json\"",
"watch:less": "chokidar \"node_modules/@sb1/ffe-*/less/**/*.less\" --follow-symlinks -c \"make -B lib/style.css\"",
"watch:examples": "chokidar \"examples/**/*.jsx\" -c \"make lib/index.js\"",
"ghpages": "make -B build ghpages",
"clean": "make clean"
},
"dependencies": {
"@sb1/ffe-accordion": "^10.0.6",
"@sb1/ffe-accordion-react": "^11.0.12",
"@sb1/ffe-account-selector-react": "^23.0.25",
"@sb1/ffe-buttons": "^18.0.9",
"@sb1/ffe-buttons-react": "^21.0.6",
"@sb1/ffe-cards": "^17.0.7",
"@sb1/ffe-cards-react": "^13.0.13",
"@sb1/ffe-chart-donut-react": "^5.3.1",
"@sb1/ffe-collapse-react": "^2.0.11",
"@sb1/ffe-context-message": "^8.0.7",
"@sb1/ffe-context-message-react": "^9.0.14",
"@sb1/ffe-core": "^27.3.2",
"@sb1/ffe-core-react": "^7.2.4",
"@sb1/ffe-datepicker": "^12.0.16",
"@sb1/ffe-datepicker-react": "^7.1.6",
"@sb1/ffe-decorators-react": "^3.0.13",
"@sb1/ffe-details-list-react": "^4.0.17",
"@sb1/ffe-dropdown-react": "^6.0.28",
"@sb1/ffe-feedback": "^1.2.5",
"@sb1/ffe-feedback-react": "^2.0.13",
"@sb1/ffe-file-upload": "^10.0.16",
"@sb1/ffe-file-upload-react": "^10.0.25",
"@sb1/ffe-form": "^28.0.4",
"@sb1/ffe-form-react": "^16.0.4",
"@sb1/ffe-formatters": "^4.1.1",
"@sb1/ffe-grid": "^14.2.5",
"@sb1/ffe-grid-react": "^13.2.5",
"@sb1/ffe-header": "^20.0.9",
"@sb1/ffe-icons": "^13.0.5",
"@sb1/ffe-icons-react": "^9.0.4",
"@sb1/ffe-lists": "^15.0.1",
"@sb1/ffe-lists-react": "^9.0.1",
"@sb1/ffe-message-box": "^12.0.6",
"@sb1/ffe-message-box-react": "^10.0.12",
"@sb1/ffe-sb1-logos": "^1.1.4",
"@sb1/ffe-searchable-dropdown-react": "^17.0.25",
"@sb1/ffe-spinner": "^5.0.12",
"@sb1/ffe-spinner-react": "^7.0.5",
"@sb1/ffe-symbols": "^3.0.0",
"@sb1/ffe-symbols-react": "^4.0.0",
"@sb1/ffe-system-message": "^8.0.6",
"@sb1/ffe-system-message-react": "^8.0.14",
"@sb1/ffe-tables": "^14.0.6",
"@sb1/ffe-tables-react": "^8.0.13",
"@sb1/ffe-tabs": "^13.1.7",
"@sb1/ffe-tabs-react": "^8.0.11",
"@sb1/ffe-webfonts": "^4.0.1",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"react-helmet": "^6.1.0",
"react-live": "^2.2.3",
"react-router-dom": "^5.2.0"
},
"devDependencies": {
"@rollup/plugin-json": "^4.1.0",
"acorn": "^8.6.0",
"acorn-jsx": "^5.3.2",
"acorn-walk": "^8.2.0",
"case": "^1.6.3",
"chokidar-cli": "^3.0.0",
"classnames": "^2.3.1",
"estree-walker": "^2.0.2",
"less": "^4.1.2",
"less-plugin-autoprefix": "^2.0.0",
"less-plugin-clean-css": "^1.5.1",
"lodash.find": "^4.6.0",
"lodash.map": "^4.6.0",
"lodash.sortby": "^4.7.0",
"npm-run-all": "^4.1.5",
"parcel": "^2.4.0",
"path-browserify": "^1.0.1",
"process": "^0.11.10",
"react-docgen": "^3.0.0",
"rollup": "^2.70.1"
}
}