-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
88 lines (88 loc) · 2.15 KB
/
package.json
File metadata and controls
88 lines (88 loc) · 2.15 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
{
"name": "codemy",
"version": "0.3.1",
"description": "Codemy Web Site",
"main": "dist/index.html",
"repository": "https://www.github.com/codemy/codemy",
"author": "Zack Siri",
"license": "MIT",
"scripts": {
"start": "parcel app/index.html",
"build": "NODE_ENV=production parcel build app/index.html"
},
"dependencies": {
"@babel/runtime": "^7.4.0",
"@fortawesome/fontawesome-free": "^5.8.0",
"animate.css": "^3.7.0",
"classnames": "^2.2.6",
"dayjs": "^1.8.12",
"i18next": "^15.0.7",
"prism-themes": "^1.1.0",
"prismjs": "^1.16.0",
"react": "^16.8.4",
"react-dom": "^16.8.4",
"react-helmet": "^5.2.0",
"react-i18next": "^10.5.2",
"react-render-html": "^0.6.0",
"react-router5": "^7.1.0",
"route-node": "^3.4.2",
"router5": "^7.0.2",
"router5-helpers": "^7.0.1",
"router5-plugin-browser": "^7.0.2",
"router5-plugin-listeners": "^7.0.2",
"router5-plugin-logger": "^7.0.2",
"svg-loaders": "^0.2.0",
"typeface-open-sans": "^0.0.54"
},
"devDependencies": {
"@babel/core": "7.3.4",
"@babel/plugin-transform-runtime": "^7.3.4",
"@babel/preset-env": "^7.4.1",
"@types/jwplayer": "^8.2.1",
"@types/react": "^16.8.8",
"@types/react-dom": "^16.8.2",
"@types/react-helmet": "^5.0.8",
"autoprefixer": "^9.4.10",
"babel-plugin-lodash": "^3.3.4",
"babel-plugin-prismjs": "^1.0.2",
"parcel-bundler": "^1.12.1",
"parcel-plugin-compress": "^1.0.8",
"postcss-modules": "^1.4.1",
"sass": "^1.17.2",
"stylelint": "^9.10.1",
"stylelint-config-recommended": "^2.1.0",
"tailwindcss": "^0.7.4",
"typescript": "^3.3.3333"
},
"babel": {
"plugins": [
"lodash",
"@babel/plugin-transform-runtime",
[
"prismjs",
{
"languages": [
"ruby",
"bash",
"docker",
"sass",
"jsx",
"yaml",
"json",
"elixir",
"coffeescript"
]
}
]
]
},
"compress": {
"test": ".",
"gzip": {
"enabled": true
},
"brotli": {
"enabled": true
}
}
}