forked from SocialGouv/standup
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.16 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
{
"name": "@socialgouv/standup",
"version": "1.0.0",
"keywords": [],
"main": "src/index.js",
"dependencies": {
"react": "16.12.0",
"react-app-rewired": "^2.1.5",
"react-dom": "16.12.0",
"react-image-appear": "^1.2.22",
"react-keyboard-event-handler": "1.5.3",
"reactstrap": "^8.4.1"
},
"devDependencies": {
"@socialgouv/tslint-config-recommended": "^0.16.0",
"@types/jest": "^25.1.1",
"prettier": "^1.19.1",
"react-app-rewire-yaml": "^1.1.0",
"react-scripts": "3.3.1",
"tslint": "^5.20.1",
"typescript": "^3.7.5"
},
"scripts": {
"build": "react-app-rewired build",
"eject": "react-scripts eject",
"lint": "tslint -p tsconfig.json -t stylish",
"start": "react-app-rewired start",
"test": "react-app-rewired test --env=jsdom"
},
"author": "Julien Bouquillon <julien.bouquillon@sg.social.gouv.fr>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/socialgouv/standup.git"
},
"bugs": {
"url": "https://github.com/socialgouv/standup/issues"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}