forked from cozy/mespapiers
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 loc) · 2.21 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "mespapiers",
"version": "0.1.0",
"scripts": {
"lint": "yarn lint:js && yarn lint:styles",
"lint:js": "cs lint '{src,test}/**/*.{js,jsx}'",
"lint:styles": "stylint src/styles --config ./.stylintrc",
"prebuild": "yarn lint",
"build": "yarn build:browser",
"build:browser": "cs build --browser",
"build:mobile": "cs build --mobile",
"watch": "yarn watch:browser",
"watch:browser": "cs watch --browser",
"watch:mobile": "cs watch --mobile",
"start": "cs start --browser",
"deploy": "git-directory-deploy --directory build/ --branch ${DEPLOY_BRANCH:-build} --repo=${DEPLOY_REPOSITORY:-https://[email protected]/cozy/mespapiers.git}",
"test": "cs test --verbose --coverage",
"cozyPublish": "cozy-app-publish --token $REGISTRY_TOKEN --prepublish downcloud --postpublish mattermost --space default",
"stack:docker:dev": "cs stackDocker",
"stack:docker:prod": "cs stackDocker --prod"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cozy/mespapiers.git"
},
"author": "Cozy Cloud <[email protected]> (https://cozy.io/)",
"contributors": [],
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/cozy/mespapiers/issues"
},
"homepage": "https://github.com/cozy/mespapiers#readme",
"devDependencies": {
"@testing-library/react": "11.2.7",
"babel-preset-cozy-app": "1.11.0",
"cozy-bar": "7.16.0",
"enzyme": "3.11.0",
"enzyme-adapter-react-16": "1.15.6",
"eslint": "5.9.0",
"eslint-config-cozy-app": "2.1.0",
"git-directory-deploy": "1.5.1",
"react-hot-loader": "4.13.0",
"react-test-renderer": "16.14.0",
"redux-mock-store": "1.5.4",
"stylint": "2.0.0"
},
"dependencies": {
"@date-io/date-fns": "1",
"@material-ui/core": "4",
"@material-ui/pickers": "3.3.10",
"cozy-client": "23.13.1",
"cozy-doctypes": "1.82.2",
"cozy-harvest-lib": "6.4.0",
"cozy-scanner": "1.1.1",
"cozy-scripts": "5.10.0",
"cozy-sharing": "3.5.0",
"cozy-ui": "51.11.0",
"date-fns": "2.23.0",
"mui-bottom-sheet": "https://github.com/cozy/mui-bottom-sheet.git#v1.0.6",
"react": "16.14.0",
"react-dom": "16.14.0",
"react-router-dom": "5.2.0"
}
}