This repository has been archived by the owner on Jul 18, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
69 lines (69 loc) · 2.08 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
{
"name": "@streamjar/developers",
"version": "1.0.0",
"description": "StreamJar Developer Site",
"scripts": {
"start": "webpack-dev-server --config webpack.config.js",
"prod": "rm -rf dist && webpack --config webpack.prod.js && cp _redirects dist/_redirects",
"lint": "tslint -c tslint.json --project tsconfig.json \"src/**/*\""
},
"author": "Luke Thompson <[email protected]>",
"license": "MIT",
"dependencies": {
"@material/animation": "^0.39.0",
"@streamjar/frontend-common-core": "^1.7.1",
"@streamjar/frontend-common-std": "^1.7.1",
"@streamjar/ui-react": "^3.1.3",
"@streamjar/ui-shared": "^3.1.3",
"@types/node": "^11.13.4",
"@types/react-highlight": "^0.12.1",
"@types/react-redux": "^6.0.2",
"@types/react-router": "^4.0.31",
"@types/react-router-dom": "^4.3.1",
"axios": "^0.18.0",
"classnames": "^2.2.6",
"glob": "^7.1.3",
"keycode": "^2.2.0",
"normalizr": "^3.2.4",
"parchment": "^1.1.4",
"raven-js": "^3.27.0",
"react": "^16.4.1",
"react-dom": "^16.4.1",
"react-highlight": "^0.12.0",
"react-json-view": "^1.19.1",
"react-markdown": "^3.6.0",
"react-redux": "^5.0.7",
"react-router": "^4.3.1",
"react-router-dom": "^4.3.1",
"redux": "^4.0.0",
"redux-observable": "^1.0.0",
"rxjs": "^6.3.2",
"webpack-merge": "^4.1.4",
"yup": "^0.26.6"
},
"devDependencies": {
"@types/classnames": "^2.2.4",
"@types/react": "^16.4.14",
"@types/react-dom": "^16.0.6",
"awesome-typescript-loader": "^5.0.0",
"copy-webpack-plugin": "^4.5.2",
"css-loader": "^0.28.11",
"file-loader": "^1.1.11",
"html-webpack-plugin": "^3.2.0",
"node-sass": "^4.9.0",
"sass-loader": "^7.0.3",
"source-map-loader": "^0.2.3",
"style-loader": "^0.21.0",
"tslint": "^5.11.0",
"tslint-microsoft-contrib": "^5.2.0",
"tslint-react": "^3.6.0",
"typescript": "^3.0.3",
"webpack": "^4.12.0",
"webpack-bundle-analyzer": "^2.13.1",
"webpack-cli": "^3.0.7",
"webpack-dev-server": "^3.1.4"
},
"sideEffects": [
"*.scss"
]
}