-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.49 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
{
"name": "nnk",
"version": "1.0.0",
"private": true,
"description": "No Name Kitchen: Supporting People on the Move",
"repository": "github:annabranco/nnk",
"homepage": "https://www.nonamekitchen.org/",
"author": "Anna Branco <https://github.com/annabranco/>",
"license": "MIT",
"keywords": [
"nnk",
"frontity",
"ngo",
"refugees",
"humanitarian",
"help"
],
"bugs": {
"url": "https://github.com/annabranco/nnk/issues"
},
"scripts": {
"dev": "frontity dev",
"build": "frontity build",
"serve": "frontity serve"
},
"prettier": {},
"dependencies": {
"@frontity/core": "^1.9.0",
"@frontity/html2react": "^1.4.0",
"@frontity/nnk": "./packages/nnk",
"@frontity/tiny-router": "^1.2.2",
"@frontity/wp-source": "^1.9.1",
"axios": "^0.21.2",
"frontity": "^1.12.0",
"prop-types": "^15.7.2"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"babel-jest": "^26.6.1",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.5",
"enzyme-to-json": "^3.6.1",
"eslint": "^7.11.0",
"eslint-config-airbnb": "^18.2.0",
"eslint-config-prettier": "^6.12.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.21.4",
"eslint-plugin-react-hooks": "^4.2.0",
"jest": "^26.6.1",
"jest-styled-components": "^7.0.3",
"prettier": "^2.1.2"
},
"eslintConfig": {
"extends": "react-app"
}
}