|
1 | 1 | { |
2 | | - "name": "bytecode-website", |
3 | | - "private": false, |
4 | | - "description": "The Bytecode Digital Agency website, released as free software", |
5 | | - "version": "v2.6.2", |
6 | | - "author": "Luciano Nooijen <luciano@bytecode.nl>", |
7 | | - "keywords": [ |
8 | | - "bytecode" |
9 | | - ], |
10 | | - "license": "AGPL-3.0", |
11 | | - "scripts": { |
12 | | - "start": "yarn run dev", |
13 | | - "dev": "gatsby develop", |
14 | | - "build": "gatsby build", |
15 | | - "lint": "eslint --ext .jsx,.js,.ts,.tsx src", |
16 | | - "lint:fix": "yarn run lint --fix", |
17 | | - "test": "NODE_ENV=test jest", |
18 | | - "test:watch": "yarn run test --watch", |
19 | | - "test:ci": "yarn run test --coverage --ci", |
20 | | - "serve": "gatsby serve", |
21 | | - "reinstall": "rm -rf node_modules && yarn" |
22 | | - }, |
23 | | - "dependencies": { |
24 | | - "@mdx-js/mdx": "^1.6.22", |
25 | | - "@mdx-js/react": "^1.6.22", |
26 | | - "@types/jest": "^26.0.19", |
27 | | - "@types/node": "^14.14.12", |
28 | | - "@types/react": "^17.0.0", |
29 | | - "@types/react-router-dom": "^5.1.6", |
30 | | - "@types/uuid": "^8.3.0", |
31 | | - "axios": "^0.21.0", |
32 | | - "babel-preset-gatsby": "^0.8.0", |
33 | | - "change-case": "^4.1.2", |
34 | | - "gatsby": "^2.29.1", |
35 | | - "gatsby-image": "^2.2.18", |
36 | | - "gatsby-mdx": "^0.6.3", |
37 | | - "gatsby-plugin-babel": "^1.0.0", |
38 | | - "gatsby-plugin-manifest": "^2.2.16", |
39 | | - "gatsby-plugin-offline": "^3.0.5", |
40 | | - "gatsby-plugin-react-helmet": "^3.1.7", |
41 | | - "gatsby-plugin-robots-txt": "^1.5.0", |
42 | | - "gatsby-plugin-sharp": "^2.2.21", |
43 | | - "gatsby-plugin-sitemap": "^2.2.12", |
44 | | - "gatsby-plugin-styled-components": "^3.1.17", |
45 | | - "gatsby-remark-images": "^3.1.42", |
46 | | - "gatsby-source-filesystem": "^2.1.22", |
47 | | - "gatsby-transformer-sharp": "^2.3.12", |
48 | | - "polished": "^4.0.5", |
49 | | - "react": "^17.0.1", |
50 | | - "react-dom": "^17.0.1", |
51 | | - "react-grid-system": "^7.1.1", |
52 | | - "react-helmet": "^6.1.0", |
53 | | - "styled-components": "^5.2.1", |
54 | | - "styled-components-style-utils": "^1.2.1", |
55 | | - "to-style": "^1.3.3", |
56 | | - "uuid": "^8.3.2", |
57 | | - "yarn": "^1.22.10" |
58 | | - }, |
59 | | - "devDependencies": { |
60 | | - "@babel/plugin-transform-modules-commonjs": "^7.12.1", |
61 | | - "@types/react-dom": "^17.0.0", |
62 | | - "@types/react-helmet": "^6.1.0", |
63 | | - "@types/styled-components": "^5.1.5", |
64 | | - "@typescript-eslint/eslint-plugin": "^4.9.1", |
65 | | - "@typescript-eslint/parser": "^4.9.1", |
66 | | - "eslint": "^7.15.0", |
67 | | - "eslint-config-airbnb": "^18.2.1", |
68 | | - "eslint-config-prettier": "^7.0.0", |
69 | | - "eslint-plugin-import": "^2.22.1", |
70 | | - "eslint-plugin-jest": "^24.1.3", |
71 | | - "eslint-plugin-jsx-a11y": "^6.4.1", |
72 | | - "eslint-plugin-prettier": "^3.2.0", |
73 | | - "eslint-plugin-react": "^7.21.5", |
74 | | - "eslint-plugin-security": "^1.4.0", |
75 | | - "jest": "^26.6.3", |
76 | | - "prettier": "^2.2.1", |
77 | | - "ts-migrate": "^0.1.10", |
78 | | - "typescript": "^4.1.2" |
79 | | - }, |
80 | | - "repository": { |
81 | | - "type": "git", |
82 | | - "url": "https://github.com/BytecodeBV" |
83 | | - } |
| 2 | + "name": "bytecode-website", |
| 3 | + "private": false, |
| 4 | + "description": "The Bytecode Digital Agency website, released as free software", |
| 5 | + "version": "v2.6.2", |
| 6 | + "author": "Luciano Nooijen <luciano@bytecode.nl>", |
| 7 | + "keywords": [ |
| 8 | + "bytecode" |
| 9 | + ], |
| 10 | + "license": "AGPL-3.0", |
| 11 | + "scripts": { |
| 12 | + "start": "yarn run dev", |
| 13 | + "dev": "gatsby develop", |
| 14 | + "build": "gatsby build", |
| 15 | + "lint": "eslint --ext .jsx,.js,.ts,.tsx src", |
| 16 | + "lint:fix": "yarn run lint --fix", |
| 17 | + "test": "NODE_ENV=test jest", |
| 18 | + "test:watch": "yarn run test --watch", |
| 19 | + "test:ci": "yarn run test --coverage --ci", |
| 20 | + "serve": "gatsby serve", |
| 21 | + "reinstall": "rm -rf node_modules && yarn" |
| 22 | + }, |
| 23 | + "dependencies": { |
| 24 | + "@mdx-js/mdx": "^1.6.22", |
| 25 | + "@mdx-js/react": "^1.6.22", |
| 26 | + "@types/jest": "^26.0.19", |
| 27 | + "@types/node": "^14.14.12", |
| 28 | + "@types/react": "^17.0.0", |
| 29 | + "@types/react-router-dom": "^5.1.6", |
| 30 | + "@types/uuid": "^8.3.0", |
| 31 | + "axios": "^0.21.0", |
| 32 | + "babel-preset-gatsby": "^0.8.0", |
| 33 | + "change-case": "^4.1.2", |
| 34 | + "gatsby": "^2.29.1", |
| 35 | + "gatsby-image": "^2.2.18", |
| 36 | + "gatsby-mdx": "^0.6.3", |
| 37 | + "gatsby-plugin-babel": "^1.0.0", |
| 38 | + "gatsby-plugin-manifest": "^2.2.16", |
| 39 | + "gatsby-plugin-offline": "^3.0.5", |
| 40 | + "gatsby-plugin-react-helmet": "^3.1.7", |
| 41 | + "gatsby-plugin-robots-txt": "^1.5.0", |
| 42 | + "gatsby-plugin-sharp": "^2.2.21", |
| 43 | + "gatsby-plugin-sitemap": "^2.2.12", |
| 44 | + "gatsby-plugin-styled-components": "^3.1.17", |
| 45 | + "gatsby-remark-images": "^3.1.42", |
| 46 | + "gatsby-source-filesystem": "^2.1.22", |
| 47 | + "gatsby-transformer-sharp": "^2.3.12", |
| 48 | + "polished": "^4.0.5", |
| 49 | + "react": "^17.0.1", |
| 50 | + "react-dom": "^17.0.1", |
| 51 | + "react-grid-system": "^7.1.1", |
| 52 | + "react-helmet": "^6.1.0", |
| 53 | + "sharp": "^0.28.3", |
| 54 | + "styled-components": "^5.2.1", |
| 55 | + "styled-components-style-utils": "^1.2.1", |
| 56 | + "to-style": "^1.3.3", |
| 57 | + "uuid": "^8.3.2", |
| 58 | + "yarn": "^1.22.10" |
| 59 | + }, |
| 60 | + "devDependencies": { |
| 61 | + "@babel/plugin-transform-modules-commonjs": "^7.12.1", |
| 62 | + "@types/react-dom": "^17.0.0", |
| 63 | + "@types/react-helmet": "^6.1.0", |
| 64 | + "@types/styled-components": "^5.1.5", |
| 65 | + "@typescript-eslint/eslint-plugin": "^4.9.1", |
| 66 | + "@typescript-eslint/parser": "^4.9.1", |
| 67 | + "eslint": "^7.15.0", |
| 68 | + "eslint-config-airbnb": "^18.2.1", |
| 69 | + "eslint-config-prettier": "^7.0.0", |
| 70 | + "eslint-plugin-import": "^2.22.1", |
| 71 | + "eslint-plugin-jest": "^24.1.3", |
| 72 | + "eslint-plugin-jsx-a11y": "^6.4.1", |
| 73 | + "eslint-plugin-prettier": "^3.2.0", |
| 74 | + "eslint-plugin-react": "^7.21.5", |
| 75 | + "eslint-plugin-security": "^1.4.0", |
| 76 | + "jest": "^26.6.3", |
| 77 | + "prettier": "^2.2.1", |
| 78 | + "react-icons": "^4.2.0", |
| 79 | + "ts-migrate": "^0.1.10", |
| 80 | + "typescript": "^4.1.2" |
| 81 | + }, |
| 82 | + "repository": { |
| 83 | + "type": "git", |
| 84 | + "url": "https://github.com/BytecodeBV" |
| 85 | + } |
84 | 86 | } |
0 commit comments