-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
73 lines (73 loc) · 2.11 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
{
"name": "andrew-oxenburgh.github.io",
"version": "1.0.4",
"license": "MIT",
"homepage": "./",
"scripts": {
"clean": "rimraf node_modules out",
"dev": "next dev",
"export": "next export",
"build": "next build",
"cordova": "APP_TYPE=cordova next build && yarn export",
"start": "next start",
"lint": "eslint ./src --fix ",
"snyk": "snyk test",
"test": "jest",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
},
"dependencies": {
"@andrew.oxenburgh/cool-button-demo-imported-react-button": "^1.0.2",
"@emotion/react": "^11.4.1",
"@emotion/styled": "^11.3.0",
"@material-ui/core": "^4.12.3",
"@material-ui/icons": "^4.11.2",
"@material-ui/styles": "^4.11.4",
"@mdx-js/loader": "^1.6.22",
"@mdx-js/runtime": "^1.6.22",
"@next/mdx": "^10.2.3",
"@typescript-eslint/eslint-plugin": "^4.28.3",
"@typescript-eslint/parser": "^4.28.3",
"eslint": "^7.30.0",
"eslint-config-next": "^11.1.2",
"eslint-config-xo": "^0.37.0",
"eslint-plugin-react": "^7.24.0",
"moment": "^2.29.1",
"next": "^11.1.1",
"prism-react-renderer": "^1.2.1",
"ramda": "^0.27.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-helmet": "^6.1.0",
"react-jss": "^10.6.0",
"react-router-dom": "^5.2.0",
"rimraf": "^3.0.2",
"sass": "^1.36.0",
"snyk": "^1.696.0",
"storybook": "^6.3.8"
},
"resolutions": {
"trim": "^1.0.1"
},
"devDependencies": {
"@babel/core": "^7.14.8",
"@babel/preset-env": "^7.14.8",
"@babel/preset-react": "^7.14.5",
"@mdx-js/react": "^1.6.22",
"@storybook/addon-actions": "^6.3.8",
"@storybook/addon-essentials": "^6.3.8",
"@storybook/addon-links": "^6.3.8",
"@storybook/manager-webpack5": "^6.3.8",
"@storybook/preset-scss": "^1.0.3",
"@storybook/react": "^6.3.8",
"babel-jest": "^27.0.6",
"babel-loader": "^8.2.2",
"css-loader": "^6.2.0",
"jest": "^27.0.6",
"prop-types": "^15.7.2",
"react-test-renderer": "^17.0.2",
"sass-loader": "^12.1.0",
"style-loader": "^3.2.1",
"webpack": "5"
}
}