-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 923 Bytes
/
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
{
"name": "kotlin-react-first",
"version": "0.1.0",
"private": true,
"dependencies": {
"@jetbrains/kotlin-css": "^1.0.0-pre.91",
"@jetbrains/kotlin-css-js": "^1.0.0-pre.91",
"@jetbrains/kotlin-react-router-dom": "^4.3.1-pre.91",
"@jetbrains/kotlin-styled": "^1.0.0-pre.91",
"axios": "^0.19.2",
"bootstrap": "^4.4.1",
"inline-style-prefixer": "^6.0.0",
"jquery": "^3.4.1",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-router-dom": "^4.3.1",
"styled-components": "^5.1.0"
},
"devDependencies": {
"react-scripts-kotlin": "4.0.3"
},
"scripts": {
"start": "react-scripts-kotlin start",
"build": "react-scripts-kotlin build",
"eject": "react-scripts-kotlin eject",
"gen-idea-libs": "react-scripts-kotlin gen-idea-libs",
"get-types": "react-scripts-kotlin get-types --dest=src/types",
"postinstall": "npm run gen-idea-libs"
}
}