-
Notifications
You must be signed in to change notification settings - Fork 121
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 1.76 KB
/
package.json
File metadata and controls
65 lines (65 loc) · 1.76 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
{
"name": "react-scripts-kotlin",
"version": "4.0.3",
"description": "Configuration and scripts for Create React App.",
"repository": "JetBrains/create-react-kotlin-app",
"license": "MIT",
"engines": {
"node": ">=14.18.2"
},
"bugs": {
"url": "https://youtrack.jetbrains.com/issues/CRKA"
},
"files": [
"bin",
"config",
"scripts",
"template",
"template-idea",
"utils"
],
"bin": {
"react-scripts-kotlin": "./bin/react-scripts-kotlin.js"
},
"scripts": {
"build": "node ./scripts/build",
"start": "node ./scripts/start"
},
"dependencies": {
"@jetbrains/gen-idea-libs": "^2.0.0",
"@jetbrains/kotlin-extensions": "^1.0.1-pre.89",
"@jetbrains/kotlin-react": "^16.9.0-pre.91",
"@jetbrains/kotlin-react-dom": "^16.9.0-pre.89",
"@jetbrains/kotlin-webpack-plugin": "^3.0.2",
"@jetbrains/ts2kt-automator": "^2.0.0",
"autoprefixer": "^9.7.6",
"case-sensitive-paths-webpack-plugin": "^2.2.0",
"chalk": "^2.4.2",
"core-js": "^3.20.2",
"css-loader": "^3.5.2",
"dotenv": "^8.2.0",
"file-loader": "^6.2.0",
"fs-extra": "^10.0.0",
"html-webpack-plugin": "^4.5.1",
"kotlin": "~1.5.32",
"kotlinx-coroutines-core": "~1.6.1",
"kotlinx-html": "^0.7.2",
"mini-css-extract-plugin": "^0.8.2",
"object-assign": "^4.1.1",
"postcss-flexbugs-fixes": "^4.2.0",
"postcss-loader": "^3.0.0",
"promise": "^8.1.0",
"react-dev-utils": "^7.0.1",
"react-error-overlay": "^6.0.4",
"source-map-loader": "^0.2.4",
"style-loader": "^1.0.1",
"url-loader": "^2.3.0",
"webpack": "^4.46.0",
"webpack-dev-server": "^4.7.2",
"webpack-manifest-plugin": "^2.2.0",
"whatwg-fetch": "^3.0.0"
},
"optionalDependencies": {
"fsevents": "^2.3.2"
}
}