-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
102 lines (102 loc) · 2.82 KB
/
package.json
File metadata and controls
102 lines (102 loc) · 2.82 KB
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
{
"name": "ui-framework",
"private": true,
"version": "0.25.0",
"description": "Smaato UI Framework",
"main": "src/framework/framework.js",
"browserify": {
"transform": [
"babelify"
]
},
"scripts": {
"test": "gulp test",
"install-peers": "npm-install-peers"
},
"dependencies": {
"@floating-ui/react": "^0.26.8",
"babel-core": "5.8.22",
"classnames": "2.1.3",
"compass-mixins": "^0.12.10",
"d3": "3.5.17",
"date-fns": "^2.30.0",
"gulp-sass": "^5.0.0",
"highlight.js": "9.0.0",
"history": "2.1.1",
"icon-library": "git+https://github.com/smaato/icon-library.git#v1.0.0",
"jquery": "3.3.1",
"keymirror": "0.1.1",
"mathsass": "^0.11.0",
"moment": "^2.29.4",
"prop-types": "^15.7.2",
"react": "^16.8.4",
"react-date-range": "^1.4.0",
"react-dom": "^16.8.4",
"react-portal": "^4.2.0",
"react-redux": "^6.0.0",
"react-router-redux": "4.0.4",
"react-toggle": "^4.0.2",
"redux": "^4.0.1",
"redux-thunk": "0.1.0",
"sass": "^1.22.10"
},
"devDependencies": {
"axios": "^0.18.0",
"babel-eslint": "4.1.7",
"babel-plugin-react-transform": "1.1.1",
"babelify": "6.1.2",
"browserify": "10.2.4",
"browserify-hmr": "0.3.1",
"browserify-istanbul": "0.2.1",
"del": "^6.0.0",
"envify": "3.4.0",
"eslint": "3.19.0",
"eslint-config-airbnb": "14.1.0",
"eslint-config-smaato": "https://github.com/smaato/eslint-config-smaato.git#v0.1.0",
"eslint-plugin-import": "2.2.0",
"eslint-plugin-jasmine": "1.6.0",
"eslint-plugin-jsx-a11y": "4.0.0",
"eslint-plugin-react": "6.9.0",
"gh-pages": "1.1.0",
"gulp": "^4.0.2",
"gulp-awspublish": "^4.1.2",
"gulp-replace": "0.5.4",
"gulp-sourcemaps": "^2.6.5",
"gulp-tasks": "https://github.com/smaato/gulp-tasks.git#v0.9.0",
"istanbul": "gotwarlost/istanbul#source-map",
"jasmine-core": "2.3.4",
"karma": "0.13.19",
"karma-browserify": "4.2.2",
"karma-coverage": "0.5.0",
"karma-jasmine": "0.3.5",
"karma-junit-reporter": "0.3.7",
"karma-phantomjs-launcher": "1.0.2",
"karma-phantomjs-shim": "1.0.0",
"karma-spec-reporter": "0.0.26",
"karma-threshold-reporter": "0.1.15",
"natives": "^1.1.6",
"npm-install-peers": "^1.2.1",
"numeral": "1.5.3",
"pre-commit": "1.1.2",
"react-router": "^3.2.1",
"react-test-kit": "https://github.com/smaato/react-test-kit.git#v0.3.0",
"react-transform-hmr": "1.0.1",
"reconnectingwebsocket": "1.0.0",
"run-sequence": "1.1.2",
"sass-lint": "^1.13.1",
"selenium-standalone": "6.15.3",
"sizzle": "2.2.0",
"vinyl-source-stream": "1.1.0",
"watchify": "3.5.0",
"ws": "0.8.1"
},
"overrides": {
"graceful-fs": "^4.2.11"
},
"peerDependencies": {
"date-fns": "^2.30.0"
},
"pre-commit": [
"test"
]
}