-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
108 lines (108 loc) · 3.55 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
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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
{
"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",
"reset": "npx @s-ui/mono phoenix",
"dev": "npm run develop",
"test": "echo \"Error: no test specified\" && exit 1",
"co": "sui-mono commit",
"lint": "npx @s-ui/lint js --fix",
"deploy": "sui-deploy learn-javascript ./build --now",
"build-deploy": "npm run wiki:push && npm run build && npm run deploy",
"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.1.1",
"@atlaskit/global-navigation": "^7.3.9",
"@atlaskit/icon": "^19.0.1",
"@atlaskit/logo": "^12.1.4",
"@atlaskit/navigation-next": "^6.4.0",
"@atlaskit/theme": "^9.1.2",
"@babel/runtime": "^7.5.5",
"@firebase/app": "0.3.5",
"@firebase/auth": "0.9.1",
"@hot-loader/react-dom": "^16.8.6",
"@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",
"friendly-url": "^1.0.3",
"nanobus": "4.4.0",
"node-sass": "^4.12.0",
"param-case": "2.1.1",
"prismjs": "1.15.0",
"prop-types": "^15.7.2",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"react-helmet": "^5.2.1",
"react-intl": "^2.9.0",
"react-markdown": "^4.1.0",
"react-syntax-highlighter": "^10.2.1",
"reveal.js": "3.7.0",
"styled-components": "^3.4.10",
"three": "0.70.0",
"use-subscription": "^1.0.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",
"@babel/register": "^7.5.5",
"@s-ui/deploy": "2.9.0",
"@s-ui/lint": "2",
"@s-ui/mono": "1",
"@types/react": "^16.9.2",
"@types/react-dom": "^16.9.0",
"caniuse-lite": "^1.0.30000989",
"favicons-webpack-plugin": "^1.0.1",
"fs-extra": "7.0.1",
"gatsby": "^2.13.45",
"gatsby-image": "^2.2.7",
"gatsby-plugin-emotion": "^4.1.2",
"gatsby-plugin-favicon": "^3.1.6",
"gatsby-plugin-google-analytics": "^2.1.8",
"gatsby-plugin-manifest": "^2.2.4",
"gatsby-plugin-offline": "^2.2.4",
"gatsby-plugin-react-helmet": "^3.1.3",
"gatsby-plugin-sass": "^2.1.6",
"gatsby-plugin-sharp": "^2.2.9",
"gatsby-plugin-typescript": "^2.1.2",
"gatsby-source-filesystem": "^2.1.8",
"gatsby-transformer-code": "^0.1.0",
"gatsby-transformer-remark": "^2.6.10",
"gatsby-transformer-sharp": "^2.2.5",
"node-sass-package-importer": "5.2.0",
"ts-node": "^8.3.0",
"typescript": "^3.5.3"
},
"config": {
"sui-mono": {
"access": "public",
"packagesFolder": "./src"
}
},
"eslintConfig": {
"extends": [
"./node_modules/@s-ui/lint/eslintrc.js"
]
},
"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"
}