-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
36 lines (36 loc) · 1.08 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
{
"name": "persephone-frontend",
"version": "0.1.0",
"private": true,
"dependencies": {
"moment": "^2.22.2",
"react": "^16.6.1",
"react-dom": "^16.6.1",
"react-dropzone": "^7.0.1",
"react-moment": "^0.8.3",
"react-router-dom": "^4.3.1",
"react-scripts-ts": "3.1.0",
"semantic-ui-css": "^2.4.1",
"semantic-ui-react": "^0.83.0",
"uuid": "^3.3.2"
},
"scripts": {
"lint": "tslint --fix src/**.tsx src/**/*.tsx",
"start": "react-scripts-ts start",
"build": "react-scripts-ts build",
"test": "react-scripts-ts test --env=jsdom",
"eject": "react-scripts-ts eject",
"codegen": "java -jar codegen/target/TypescriptBrowser-swagger-codegen-shaded.jar generate -l TypescriptBrowser -i api_spec.yaml -o src/gen/"
},
"devDependencies": {
"@types/jest": "^23.3.9",
"@types/moment": "^2.13.0",
"@types/node": "^10.12.5",
"@types/react": "^16.7.2",
"@types/react-dom": "^16.0.9",
"@types/react-dropzone": "^4.2.2",
"@types/react-router-dom": "^4.3.1",
"@types/uuid": "^3.4.4",
"typescript": "^3.1.6"
}
}