forked from istex/istex-search
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1.42 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
{
"name": "istex-dl",
"version": "4.3.2",
"private": true,
"dependencies": {
"bootstrap": "^3.3.7",
"decamelize": "^1.2.0",
"react": "^15.6.1",
"react-bootstrap": "^0.31.2",
"react-dom": "^15.6.1",
"react-input-range": "^1.2.1",
"react-numeric-input": "^2.2.0",
"react-scripts": "1.0.12",
"universal-url": "^1.0.0",
"url-polyfill": "^1.0.7"
},
"devDependencies": {
"babel-eslint": "^7.2.1",
"eslint": "^3.19.0",
"eslint-config-airbnb": "^14.1.0",
"eslint-plugin-html": "2.0.1",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-react": "^6.10.3"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"insertversion:docker-compose": "sed -i \"s#\\(image: istex/istex-dl:\\)\\([\\.a-z0-9]\\+\\)#\\1${npm_package_version}#g\" docker-compose.yml",
"insertversion:footer": "sed -i \"s#\\(version \\)\\([\\.a-z0-9]\\+\\)#\\1${npm_package_version}#g\" public/index.html",
"version": "npm run insertversion:docker-compose && npm run insertversion:footer && git add docker-compose.yml public/index.html",
"postversion": "git push && git push --tags"
},
"homepage": "https://dl.istex.fr"
}