-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
64 lines (64 loc) · 2.03 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
{
"name": "box-content-preview-demo",
"version": "0.1.0",
"description": "Demo React App using the Preview UI Element",
"author": "Box (https://www.box.com/)",
"license": "SEE LICENSE IN LICENSE",
"devDependencies": {
"axios": "^0.18.0",
"babel-core": "^6.25.0",
"babel-loader": "^7.1.4",
"babel-preset-es2015": "^6.24.1",
"babel-preset-es2016": "^6.24.1",
"babel-preset-react": "^6.24.1",
"css-loader": "^1.0.0",
"extract-text-webpack-plugin": "^3.0.2",
"filesize": "^3.6.1",
"form-serialize": "^0.7.2",
"mini-css-extract-plugin": "^0.4.2",
"node-sass": "^4.11.0",
"optimize-css-assets-webpack-plugin": "^5.0.1",
"postcss-loader": "^3.0.0",
"postcss-safe-parser": "^4.0.1",
"prop-types": "^15.7.2",
"react-immutable-proptypes": "^2.1.0",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.0",
"tabbable": "^4.0.0",
"webpack": "^4.29.6",
"webpack-cli": "^3.3.0",
"webpack-dev-server": "^3.2.1"
},
"scripts": {
"build:dev": "BABEL_ENV=dev NODE_ENV=dev ./node_modules/.bin/webpack --progress --colors",
"clean": "rm -rf dist",
"build": "yarn install && yarn clean && yarn build:dev",
"start": "yarn install && BABEL_ENV=dev NODE_ENV=dev ./node_modules/.bin/webpack-dev-server"
},
"dependencies": {
"box-ui-elements": "^10.0.0-beta.11",
"classnames": "^2.2.6",
"draft-js": "^0.10.5",
"immutable": "^3.8.2",
"jsuri": "^1.3.1",
"lodash": "^4.17.11",
"pikaday": "^1.7.0",
"randomcolor": "^0.5.4",
"react": "^16.8.4",
"react-animate-height": "^2.0.4",
"react-dom": "^16.8.4",
"react-intl": "^2.8.0",
"react-measure": "^2.2.4",
"react-modal": "^3.8.1",
"react-process-string": "^1.2.0",
"react-tether": "1.0.1",
"react-textarea-autosize": "^6.1.0",
"react-virtualized": "^9.21.0",
"regenerator-runtime": "^0.12.1",
"scroll-into-view-if-needed": "^2.2.20",
"query-string": "^6.4.0",
"react-beautiful-dnd": "^10.1.0",
"react-router-dom": "^5.0.0",
"uuid": "^3.3.2"
}
}