-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
54 lines (54 loc) · 1.76 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
{
"name": "flatstack-warsaw",
"version": "1.0.0",
"license": "MIT",
"private": true,
"scripts": {
"start": "webpack serve",
"build": "webpack",
"test": "echo \"This template does not include a test runner by default.\"",
"format": "prettier --write \"src/**/*.{js,jsx,json,md}\"",
"lint": "eslint './src/**/*.{js,jsx}' && stylelint './src/**/*.{js,jsx}'"
},
"dependencies": {
"@headlessui/react": "^1.4.1",
"core-js": "^3.18.3",
"polished": "^4.1.3",
"preact": "^10.5.14",
"react-helmet-async": "^1.1.2",
"regenerator-runtime": "^0.13.9",
"styled-components": "^5.3.1"
},
"devDependencies": {
"@babel/core": "^7.15.8",
"@babel/eslint-parser": "^7.15.8",
"@babel/preset-env": "^7.15.8",
"@babel/preset-react": "^7.14.5",
"babel-loader": "^8.2.2",
"babel-plugin-polished": "^1.1.0",
"babel-plugin-styled-components": "^1.13.2",
"babel-plugin-transform-define": "^2.0.1",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^7.0.0",
"eslint": "^7.32.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.26.1",
"eslint-plugin-react-hooks": "^4.2.0",
"html-webpack-plugin": "^5.3.2",
"preact-render-to-string": "^5.1.19",
"prettier": "^2.4.1",
"stylelint": "^13",
"stylelint-config-rational-order": "^0.1.2",
"stylelint-config-recommended": "^5",
"stylelint-config-styled-components": "^0.1.1",
"stylelint-order": "^4",
"stylelint-processor-styled-components": "^1.10.0",
"webpack": "^5.58.1",
"webpack-cli": "^4.9.0",
"webpack-dev-server": "^4.3.1"
}
}