-
Notifications
You must be signed in to change notification settings - Fork 3.9k
/
package.json
130 lines (130 loc) · 4.39 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
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
{
"name": "kotlinlang.org",
"version": "0.0.0",
"description": "kotlinlang.org site",
"license": "Apache-2.0",
"browserslist": [
"defaults, not ie > 0, edge > 18"
],
"dependencies": {
"@babel/core": "^7.22.10",
"@babel/register": "7.15.3",
"@jetbrains/babel-preset-jetbrains": "^2.3.1",
"@jetbrains/kotlin-web-site-ui": "4.8.3",
"@react-hook/resize-observer": "1.2.5",
"@rescui/button": "^0.10.0",
"@rescui/card": "^0.8.1",
"@rescui/checkbox": "^0.4.13",
"@rescui/colors": "^0.1.6",
"@rescui/dropdown-menu": "^0.6.1",
"@rescui/focus-manager": "^0.1.4",
"@rescui/icons": "0.13.1",
"@rescui/input": "^0.8.2",
"@rescui/menu": "0.9.4",
"@rescui/switcher": "^0.5.1",
"@rescui/tab-list": "^0.11.1",
"@rescui/tag": "^0.6.2",
"@rescui/tooltip": "^0.5.1",
"@rescui/typography": "^0.11.0",
"@rescui/ui-contexts": "^0.4.3",
"@rescui/use-resize-observer": "0.1.4",
"@rollup/plugin-buble": "0.21.3",
"algoliasearch": "4.10.2",
"autoprefixer": "10.3.2",
"babel-loader": "^8.2.3",
"babel-plugin-transform-import-ignore": "1.1.0",
"body-scroll-lock": "4.0.0-beta.0",
"classnames": "2.3.1",
"codemirror": "5.61.0",
"core-js": "3.19.0",
"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",
"formik": "2.2.9",
"google-map-react": "2.1.10",
"inter-ui": "3.19.3",
"iso-639-1": "2.1.13",
"jquery": "3.5.0",
"key-value-parser": "0.2.0",
"kotlin-playground": "^1.29.0-alpha.1",
"lottie-web": "5.12.2",
"mini-css-extract-plugin": "1.6.1",
"mini-svg-data-uri": "1.1.3",
"nanoid": "3.3.3",
"node-sass": "7.0.3",
"normalize.css": "8.0.1",
"postcss-custom-properties": "11.0.0",
"postcss-font-smoothing": "0.1.0",
"postcss-loader": "6.1.1",
"postcss-nesting": "12.0.1",
"query-string": "3.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-error-boundary": "4.0.11",
"react-intersection-observer": "9.5.3",
"react-outside-click-handler": "1.3.0",
"react-remove-scroll-bar": "2.3.4",
"react-scrollbar-size": "5.0.0",
"react-swipeable-views": "0.14.0",
"resolve-url-loader": "4.0.0",
"rollup": "2.47.0",
"sass-loader": "12.1.0",
"sha.js": "^2.4.11",
"svgo": "2.7.0",
"svgo-loader": "3.0.0",
"tslib": "2.2.0",
"url-loader": "^4.0.0",
"use-match-media-hook": "1.0.1",
"validator": "13.7.0",
"webpack": "5.94.0",
"whatwg-fetch": "2.0.2"
},
"devDependencies": {
"@playwright/test": "1.22.2",
"@types/react": "17.0.43",
"eslint": "8.14.0",
"eslint-config-next": "12.1.6",
"eslint-config-prettier": "8.5.0",
"next": "^13.5.6",
"next-compose-plugins": "^2.2.1",
"next-global-css": "^1.3.1",
"next-optimized-images": "3.0.0-canary.10",
"next-transpile-modules": "^10.0.1",
"postcss-custom-media": "10.0.0",
"postcss-import": "15.1.0",
"prettier": "2.6.2",
"react-kotlin-playground": "0.1.0-beta.12",
"start-server-and-test": "1.14.0",
"the-platform": "0.10.1",
"typescript": "4.6.3",
"webpack-cli": "5.1.4",
"webpack-dev-server": "^4.3.1",
"yaml-loader": "0.7.0"
},
"resolutions": {
"sharp": "^0.28.3"
},
"scripts": {
"build": "yarn run build:production && yarn run next-build-static",
"build:production": "NODE_ENV=production webpack --mode production",
"postinstall": "cd node_modules/codemirror && rollup -c",
"start": "webpack serve",
"next-dev": "next dev",
"next-build-static": "next build && next export",
"lint": "next lint",
"test": "playwright test test",
"test:production": "playwright test test/production",
"test:production:ci": "CI=true BASE_URL=https://kotlinlang.org playwright test test/production",
"test:production:headed": "playwright test test/production --headed --project=chromium",
"test:production:debug": "PWDEBUG=1 playwright test test/production --project=chromium",
"test:e2e": "playwright test test/e2e",
"test:e2e:ci": "CI=true playwright test test/e2e",
"test:e2e:headed": "playwright test test/e2e --headed",
"test:e2e:debug": "PWDEBUG=1 playwright test test/e2e --project=chromium",
"test:e2e:update": "playwright test test/e2e --update-snapshots",
"test:e2e:new": "playwright codegen localhost:9000"
}
}