forked from JetBrains/kotlin-web-site
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
74 lines (74 loc) · 2.09 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
{
"name": "kotlinlang.org",
"version": "0.0.0",
"description": "kotlinlang.org site",
"license": "Apache-2.0",
"browserslist": [
"defaults, not ie > 0, edge > 18"
],
"dependencies": {
"@jetbrains/babel-preset-jetbrains": "^1.0.1",
"@jetbrains/kotlin-web-site-ui": "^2.1.15",
"@rescui/typography": "0.0.1",
"@rescui/ui-contexts": "0.0.2",
"@rollup/plugin-buble": "0.21.3",
"algoliasearch": "4.10.2",
"aos": "2.1.1",
"autoprefixer": "6.3.1",
"babel-core": "6.18.2",
"babel-loader": "7",
"babel-plugin-transform-runtime": "^6.23.0",
"codemirror": "5.61.0",
"core-js": "^2.4.1",
"css-loader": "5.2.6",
"csso-webpack-plugin": "2.0.0-beta.1",
"debounce": "1.0.2",
"event-emitter": "0.3.4",
"extend": "3.0.2",
"file-loader": "6.2.0",
"fixer.js": "1.4.15",
"highlight.js": "10.5.0",
"in-viewport": "3.4.2",
"instantsearch.js": "4.24.1",
"jquery": "3.5.0",
"kotlin-playground": "1.22.0",
"mini-css-extract-plugin": "1.6.1",
"mini-svg-data-uri": "1.1.3",
"mustache-loader": "1.4.3",
"node-sass": "6.0.1",
"nunjucks": "3.2.2",
"nunjucks-loader": "3.0.0",
"postcss-custom-properties": "10.0.0",
"postcss-font-smoothing": "0.1.0",
"postcss-loader": "3.0.0",
"query-string": "3.0.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"resolve-url-loader": "3.1.2",
"rimraf": "2.5.2",
"rollup": "2.47.0",
"sass-loader": "12.1.0",
"scrolltofixed": "1.0.6",
"smoothscroll-polyfill": "0.3.4",
"svg-transform-loader": "2.0.13",
"svgo": "1.3.2",
"svgo-loader": "2.2.1",
"tslib": "2.2.0",
"url-loader": "^4.0.0",
"url-search-params": "0.6.1",
"webpack": "5.40.0",
"webpack-cli": "4.7.2",
"whatwg-fetch": "2.0.2"
},
"devDependencies": {
"glob": "7.1.1",
"minimist": "1.2.3",
"webpack-dev-server": "4.0.0-beta.3"
},
"scripts": {
"build": "webpack",
"build:production": "NODE_ENV=production webpack --mode production",
"postinstall": "cd node_modules/codemirror && rollup -c",
"start": "webpack serve"
}
}