-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 980 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
31
32
33
34
35
36
37
38
{
"name": "fl2ts",
"version": "0.2.0",
"description": "Flow to TypeScript converter",
"main": "index.js",
"scripts": {
"build": "webpack",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"flow",
"typescript"
],
"author": "Daisuke Shimamoto <[email protected]>",
"license": "ISC",
"devDependencies": {
"@babel/traverse": "^7.3.4",
"@types/babel__core": "^7.1.0",
"@types/babel__traverse": "^7.0.6",
"@types/node": "^10.12.0",
"@types/react": "^16.8.0",
"@types/react-dom": "^16.8.0",
"awesome-typescript-loader": "^5.2.1",
"copy-webpack-plugin": "^5.0.0",
"lodash": ">=4.17.19",
"react": "^16.8.4",
"react-dom": "^16.8.4",
"source-map-loader": "^0.2.4",
"typescript": "^3.3.3333",
"webpack": "^4.29.6",
"webpack-cli": "^3.3.12"
},
"dependencies": {
"@types/prismjs": "^1.9.1",
"prismjs": "^1.21.0",
"react-simple-code-editor": "^0.9.3"
}
}