-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
89 lines (89 loc) · 2.89 KB
/
package.json
File metadata and controls
89 lines (89 loc) · 2.89 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
89
{
"name": "@we-learn-js/js-training",
"version": "0.0.0",
"description": "JS Training",
"main": "index.js",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"start": "npm run develop",
"serve": "gatsby serve",
"dev": "npm run develop",
"test": "playwright test",
"test:ui": "playwright test --ui",
"wiki:add": "git subtree add --prefix=src/md git@github.com:we-learn-js/js-training.wiki.git master --squash",
"wiki:pull": "git subtree pull --prefix=src/md git@github.com:we-learn-js/js-training.wiki.git master --squash -m \"Merge changes from origin repository.\"",
"wiki:push": "git subtree push --prefix=src/md git@github.com:we-learn-js/js-training.wiki.git master"
},
"dependencies": {
"@atlaskit/button": "^13.4.0",
"@atlaskit/global-navigation": "^7.6.0",
"@atlaskit/icon": "^21.11.0",
"@atlaskit/logo": "^13.8.0",
"@atlaskit/navigation-next": "^6.8.3",
"@atlaskit/theme": "^12.6.0",
"@babel/runtime": "^7.5.5",
"@reach/router": "^1.2.1",
"babel-plugin-emotion": "^10.0.15",
"classnames": "2.2.6",
"emotion": "^10.0.14",
"fast-deep-equal": "2.0.1",
"firebase": "^8.10.1",
"friendly-url": "^1.0.3",
"github-markdown-css": "^5.9.0",
"nanobus": "4.4.0",
"param-case": "2.1.1",
"prismjs": "1.15.0",
"prop-types": "^15.7.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-intl": "^2.9.0",
"react-markdown": "^9.0.1",
"react-syntax-highlighter": "^15.5.0",
"rehype-raw": "^7.0.0",
"remark-gfm": "^4.0.1",
"reveal.js": "3.7.0",
"styled-components": "^6.1.11",
"three": "0.70.0",
"use-sync-external-store": "^1.2.0"
},
"devDependencies": {
"@babel/core": "^7.5.5",
"@babel/plugin-proposal-class-properties": "^7.5.5",
"@babel/plugin-transform-runtime": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"@playwright/test": "^1.58.2",
"@types/react": "^18.3.0",
"@types/react-dom": "^18.3.0",
"caniuse-lite": "^1.0.30000989",
"fs-extra": "7.0.1",
"gatsby": "^5.13.7",
"gatsby-plugin-emotion": "^8.13.0",
"gatsby-plugin-gtag": "^1.0.1",
"gatsby-plugin-image": "^3.13.1",
"gatsby-plugin-manifest": "^5.13.1",
"gatsby-plugin-offline": "^6.13.2",
"gatsby-plugin-sass": "^6.13.1",
"gatsby-plugin-sharp": "^5.13.1",
"gatsby-source-filesystem": "^5.13.1",
"gatsby-transformer-remark": "^6.13.1",
"gatsby-transformer-sharp": "^5.13.1",
"sass": "^1.77.0",
"typescript": "^5.4.5"
},
"config": {
"sui-mono": {
"access": "public",
"packagesFolder": "./src"
}
},
"author": "David Almeida <davidbarna@gmail.com>",
"repository": {
"type": "git",
"url": "git+https://github.com/we-learn-js/js-training.git"
},
"bugs": {
"url": "https://github.com/we-learn-js/js-training/issues"
},
"homepage": "https://github.com/we-learn-js/js-training#readme"
}