-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
88 lines (88 loc) · 2.67 KB
/
package.json
File metadata and controls
88 lines (88 loc) · 2.67 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
87
88
{
"name": "headless-drupal",
"version": "0.1.0",
"private": true,
"dependencies": {
"@reach/router": "^1.2.1",
"express": "^4.17.1",
"helmet": "^3.21.2",
"ms": "^2.1.2",
"node-fetch": "^2.6.0",
"react": "^16.12.0",
"react-dom": "^16.12.0"
},
"engines": {
"node": "10"
},
"scripts": {
"storybook": "start-storybook"
},
"devDependencies": {
"@babel/core": "^7.4.0",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/plugin-transform-typescript": "^7.7.4",
"@babel/preset-env": "^7.4.5",
"@babel/preset-react": "^7.7.4",
"@babel/preset-typescript": "^7.7.4",
"@storybook/react": "^5.3.3",
"@testing-library/react-hooks": "^3.2.1",
"@types/express": "^4.17.2",
"@types/helmet": "^0.0.45",
"@types/jest": "^24.0.25",
"@types/ms": "^0.7.31",
"@types/node-fetch": "^2.5.4",
"@types/reach__router": "^1.2.6",
"@types/react": "^16.9.16",
"@types/react-dom": "^16.9.4",
"@types/react-test-renderer": "^16.9.1",
"@typescript-eslint/eslint-plugin": "^2.12.0",
"@typescript-eslint/parser": "^2.15.0",
"autoprefixer": "^9.6.0",
"babel-jest": "^24.9.0",
"babel-loader": "^8.0.6",
"concurrently": "^5.0.2",
"core-js": "^3.2.1",
"css-loader": "^3.0.0",
"cssnano": "^4.1.10",
"dotenv": "^8.2.0",
"eslint": "^6.7.2",
"eslint-config-airbnb": "^18.0.1",
"eslint-config-airbnb-typescript": "^6.3.1",
"eslint-config-prettier": "^6.7.0",
"eslint-plugin-eslint-comments": "^3.1.2",
"eslint-plugin-import": "^2.19.1",
"eslint-plugin-jest": "^23.2.0",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.17.0",
"eslint-plugin-react-hooks": "^1.7.0",
"eslint-plugin-unicorn": "^15.0.1",
"file-loader": "^4.0.0",
"jest": "^24.9.0",
"mini-css-extract-plugin": "^0.8.2",
"native-promise-only": "^0.8.1",
"nodemon-webpack-plugin": "^4.2.1",
"null-loader": "^3.0.0",
"postcss-custom-media": "^7.0.8",
"postcss-import": "^12.0.1",
"postcss-inline-svg": "^4.0.0",
"postcss-loader": "^3.0.0",
"postcss-mixins": "^6.2.1",
"postcss-nested": "^4.1.2",
"postcss-preset-env": "^6.6.0",
"postcss-responsive-type": "^1.0.0",
"postcss-utilities": "^0.8.1",
"prettier": "^1.18.2",
"react-test-renderer": "^16.12.0",
"reset-css": "^5.0.1",
"typescript": "^3.7.3",
"url-loader": "^2.0.1",
"webpack": "^4.35.0",
"webpack-cli": "^3.3.4",
"webpack-dev-server": "^3.7.2",
"webpack-manifest-plugin": "^2.2.0",
"webpack-node-externals": "^1.7.2",
"whatwg-fetch": "^3.0.0"
}
}