-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.44 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.44 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
{
"name": "website",
"version": "0.1.0",
"homepage": "https://ml.mbhs.edu",
"private": true,
"devDependencies": {
"@storybook/addon-a11y": "^5.3.19",
"@storybook/addon-actions": "^5.3.19",
"@storybook/addon-knobs": "^5.3.19",
"@storybook/addon-links": "^5.3.19",
"@storybook/react": "^5.3.19",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.2",
"react-scripts": "3.4.1",
"react-snap": "1.23.0",
"react-test-renderer": "^16.13.1",
"rimraf": "^3.0.2",
"stylelint": "^13.6.1",
"stylelint-config-recommended": "^3.0.0"
},
"dependencies": {
"@mdx-js/react": "^1.6.14",
"babel-loader": "^8.2.2",
"chromatic": "^5.0.0",
"classnames": "^2.2.6",
"dotenv": "^8.2.0",
"eslint-plugin-promise": "^4.2.1",
"mdx-loader": "^3.0.2",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-helmet-async": "^1.0.6",
"react-parallax-tilt": "^1.5.61",
"react-router-dom": "5.2.0",
"react-transition-group": "^4.4.1"
},
"scripts": {
"start": "set PORT=80 && react-scripts start",
"build": "react-scripts build"
},
"reactSnap": {
"skipThirdPartyRequests": true,
"headless": true,
"crawl": true
},
"browserslist": {
"production": [
">1%",
"not dead",
"not ie 11",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}