forked from architus/archit.us
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
86 lines (86 loc) · 2.73 KB
/
package.json
File metadata and controls
86 lines (86 loc) · 2.73 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
{
"name": "archit.us",
"private": true,
"scripts": {
"start": "react-static start",
"stage": "react-static build --staging",
"build": "react-static build",
"analyze": "react-static build --analyze",
"serve": "serve dist -p 3000",
"lint": "eslint ./src/**/*.js ./src/**/*.jsx",
"storybook": "export NODE_PATH=src/:.storybook/ && start-storybook -p 9009 -s public",
"build-storybook": "export NODE_PATH=src/:.storybook/ && build-storybook -c .storybook -s public",
"webpack-build": "react-static build --webpack-stats",
"webpack-analyze": "webpack-bundle-analyzer dist/stats.json"
},
"dependencies": {
"@babel/core": "^7.5.5",
"@fortawesome/fontawesome-svg-core": "^1.2.19",
"@fortawesome/free-brands-svg-icons": "^5.9.0",
"@fortawesome/free-solid-svg-icons": "^5.9.0",
"@fortawesome/react-fontawesome": "^0.1.4",
"@giantmachines/redux-websocket": "^1.1.2",
"@reach/router": "^1.2.1",
"@storybook/addon-actions": "^5.1.10",
"@storybook/addon-docs": "^5.2.0-beta.20",
"@storybook/react": "^5.2.0-beta.20",
"axios": "^0.19.0",
"babel-loader": "^8.0.6",
"bootstrap": "^4.3.1",
"lodash": "^4.17.11",
"marked": "^0.7.0",
"node-emoji": "^1.10.0",
"prop-types": "^15.7.2",
"react": "^16.8.2",
"react-bootstrap": "^1.0.0-beta.9",
"react-data-grid": "^6.1.0",
"react-data-grid-addons": "^6.1.0",
"react-dom": "^16.8.2",
"react-redux": "^7.1.0",
"react-static": "^7.0.0",
"react-static-plugin-reach-router": "^7.0.0",
"react-static-plugin-sass": "^7.1.0",
"react-static-plugin-sitemap": "^7.0.0",
"react-switch": "^5.0.0",
"react-transition-group": "^4.2.2",
"react-use": "^10.3.0",
"redux": "^4.0.1",
"redux-batched-actions": "^0.4.1",
"redux-logger": "^3.0.6",
"redux-saga": "^1.0.4",
"reselect": "^4.0.0",
"storybook-addon-jsx": "^7.1.5",
"storybook-dark-mode": "^0.1.4",
"svg-inline-loader": "^0.8.0",
"twemoji": "^12.0.4",
"use-dark-mode": "^2.3.1",
"workbox-webpack-plugin": "^4.3.1"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"babel-eslint": "9.x",
"eslint": "5.x",
"eslint-config-prettier": "^6.0.0",
"eslint-config-react-app": "^3.0.8",
"eslint-config-react-tools": "1.x.x",
"eslint-plugin-flowtype": "2.x",
"eslint-plugin-import": "2.x",
"eslint-plugin-jsx-a11y": "6.x",
"eslint-plugin-prettier": "^3.1.0",
"eslint-plugin-react": "7.x",
"prettier": "^1.18.2",
"serve": "10.1.2",
"webpack-bundle-analyzer": "^3.4.1"
}
}