-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
147 lines (147 loc) · 5.44 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
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
{
"name": "veritone-react-common",
"version": "10.0.8",
"main": "dist/bundle-cjs.js",
"module": "dist/bundle-es.js",
"jsnext:main": "dist/bundle-es.js",
"dependencies": {
"@date-io/date-fns": "^1.3.11",
"@material-ui/core": "^4.9.5",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "^4.0.0-alpha.45",
"@material-ui/pickers": "^3.2.10",
"@material-ui/styles": "^4.9.0",
"classnames": "^2.2.5",
"clipboard": "^2.0.4",
"date-fns": "^2.1.0",
"google-maps": "^3.3.0",
"jss": "^10.0.0-alpha.24",
"lodash": "^4.17.21",
"memoize-one": "^4.0.0",
"mime-types": "^2.1.17",
"pluralize": "^7.0.0",
"prop-types": "^15.6.0",
"react": "^16.9.0",
"react-addons-css-transition-group": "^15.6.2",
"react-cropper": "^1.3.0",
"react-dnd": "^9.3.4",
"react-dnd-html5-backend": "^9.3.4",
"react-dnd-test-backend": "^9.3.4",
"react-dom": "^16.9.0",
"react-dotdotdot": "^1.2.3",
"react-infinite-calendar": "^2.3.1",
"react-jss": "^8.6.1",
"react-redux": "^7.1.3",
"react-rnd": "^7.4.0",
"react-transition-group": "^2.2.1",
"recompose": "^0.30.0",
"redux": "^4.0.4",
"redux-form": "^8.2.6",
"video-react": "~0.13.3"
},
"scripts": {
"start": "NODE_ENV=test start-storybook -p 9005 -c .storybook",
"now-start": "http-server docs-static",
"now-build": "yarn run build:storybook",
"format": "prettier --write \"./src/**/*.{js,scss}\"",
"clean:build": "rimraf dist",
"prebuild": "yarn run clean:build",
"build": "yarn run build:es && yarn run build:cjs",
"build:es": "NODE_OPTIONS=--max_old_space_size=2048 cross-env NODE_ENV=production BABEL_ENV=production-es rollup -c rollup.config.es.js",
"build:cjs": "NODE_OPTIONS=--max_old_space_size=2048 cross-env NODE_ENV=production BABEL_ENV=production-cjs rollup -c rollup.config.cjs.js",
"build:watch": "NODE_OPTIONS=--max_old_space_size=2048 cross-env NODE_ENV=production BABEL_ENV=production-es rollup -c rollup.config.es.js --watch",
"build:storybook": "rimraf docs-static && NODE_ENV=production BABEL_ENV=test build-storybook -c .storybook -o docs-static",
"test": "NODE_ENV=test jest",
"test:watch": "NODE_ENV=test jest --watch",
"lint": "yarn run lint:js && yarn run lint:styles",
"lint:js": "eslint src/** --ext .js --max-warnings 0",
"lint:styles": "stylelint \"src/**/*.{scss, css}\"",
"prepublishOnly": "yarn run test && yarn run lint && yarn run build"
},
"devDependencies": {
"@storybook/addon-knobs": "3.3.9",
"@storybook/react": "v3.3.9",
"babel-eslint": "^8.0.1",
"babel-jest": "^21.2.0",
"babel-loader": "^7.1.2",
"babel-plugin-add-react-displayname": "^0.0.5",
"babel-plugin-date-fns": "^0.2.1",
"babel-plugin-external-helpers": "^6.22.0",
"babel-plugin-lodash": "^3.3.2",
"babel-plugin-module-resolver": "^3.1.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-export-extensions": "^6.22.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.6.1",
"cross-env": "^5.0.5",
"css-loader": "^0.28.7",
"dnd-core": "^9.4.0",
"enzyme": "^3.10.0",
"enzyme-adapter-react-16": "^1.14.0",
"eslint": "^4.8.0",
"eslint-config-prettier": "^2.6.0",
"eslint-plugin-import": "^2.10.0",
"eslint-plugin-lodash": "^2.4.5",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-react": "^7.8.2",
"faker": "^4.1.0",
"http-server": "^0.11.1",
"identity-obj-proxy": "^3.0.0",
"jest": "^21.2.1",
"node-sass": "^4.7.2",
"raf": "^3.4.0",
"react-dnd-test-utils": "^9.4.0",
"react-test-renderer": "^16.0.0",
"redux-logger": "^3.0.6",
"rimraf": "^2.6.2",
"rollup": "^1.17.0",
"rollup-analyzer-plugin": "^1.2.0",
"rollup-plugin-alias": "^1.5.2",
"rollup-plugin-babel": "^3.0.7",
"rollup-plugin-commonjs": "^10.0.1",
"rollup-plugin-json": "^4.0.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-postcss": "^2.0.3",
"rollup-plugin-replace": "^2.2.0",
"rollup-plugin-url": "^2.2.2",
"sass-loader": "^6.0.6",
"sinon": "^4.1.2",
"style-loader": "^0.18.2",
"stylelint": "^8.2.0",
"stylelint-config-prettier": "^4.0.0",
"stylelint-config-standard": "^17.0.0",
"url-loader": "^0.6.2",
"veritone-csp-generator": "3.5.9",
"veritone-dev-env": "^3.0.0",
"veritone-searchbar-react-export": "^20.0.0"
},
"license": "Apache-2.0",
"jest": {
"moduleFileExtensions": [
"js",
"jsx"
],
"moduleDirectories": [
"node_modules",
"../../node_modules"
],
"moduleNameMapper": {
"^helpers(.*)$": "<rootDir>/src/helpers$1",
"^components(.*)$": "<rootDir>/src/components$1",
"\\.(jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$": "<rootDir>/test/__mocks__/fileMock.js",
"\\.(css|scss)$": "identity-obj-proxy",
"^dnd-core$": "dnd-core/dist/cjs",
"^react-dnd$": "react-dnd/dist/cjs",
"^react-dnd-html5-backend$": "react-dnd-html5-backend/dist/cjs",
"^react-dnd-touch-backend$": "react-dnd-touch-backend/dist/cjs",
"^react-dnd-test-backend$": "react-dnd-test-backend/dist/cjs",
"^react-dnd-test-utils$": "react-dnd-test-utils/dist/cjs"
},
"setupFiles": [
"<rootDir>/test/testSuitePolyfills.js",
"<rootDir>/test/configureEnzyme.js"
]
},
"peerDependencies": {}
}