forked from InseeFr/Pogues
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
148 lines (148 loc) · 4.36 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
{
"name": "pogues",
"version": "1.0.0",
"description": "Outil de conception et de test de questionnaires.",
"repository": {
"type": "git",
"url": "https://github.com/InseeFr/Pogues"
},
"author": "INSEE (http://www.insee.fr)",
"contributors": [
{
"name": "Franck Cotton",
"email": "[email protected]"
},
{
"name": "Romain Tailhurat",
"email": "[email protected]"
},
{
"name": "Loic Henninger",
"email": "[email protected]"
},
{
"name": "Ophelie Rogel",
"email": "[email protected]"
},
{
"name": "Nicolas Laval",
"email": "[email protected]"
}
],
"license": "MIT",
"dependencies": {
"@axa-fr/react-oidc-redux": "^3.1.6",
"draft-js": "0.11.7",
"draft-js-import-element": "1.4.0",
"draft-js-utils": "1.4.0",
"gillespie59-react-rte": "loichenninger/react-rte#fix-build",
"lodash.clonedeep": "4.5.0",
"lodash.debounce": "4.0.8",
"lodash.find": "4.6.0",
"lodash.get": "4.4.2",
"lodash.isempty": "4.4.0",
"lodash.isequal": "4.5.0",
"lodash.isobject": "3.0.2",
"lodash.isstring": "4.0.1",
"lodash.maxby": "^4.6.0",
"lodash.merge": "^4.6.2",
"lodash.sortby": "4.7.0",
"lodash.takeright": "4.1.1",
"lodash.takewhile": "4.6.0",
"lodash.uniq": "4.5.0",
"oidc-client": "^1.11.5",
"prop-types": "15.7.2",
"react": "^17.0.2",
"react-csv-reader": "^3.1.2",
"react-dnd": "2.6.0",
"react-dnd-html5-backend": "2.6.0",
"react-dom": "^17.0.2",
"react-loader-spinner": "^4.0.0",
"react-modal": "3.13.1",
"react-redux": "7.2.3",
"react-router-dom": "^5.0.1",
"react-router-navigation-prompt": "^1.8.10",
"react-scripts": "4.0.3",
"recompose": "^0.30.0",
"redux": "4.0.5",
"redux-form": "8.3.7",
"redux-form-validators": "^3.3.2",
"redux-oidc": "^4.0.0-beta1",
"redux-thunk": "2.3.0",
"restify-cors-middleware": "1.1.1",
"restify-plugins": "1.6.0",
"sass": "1.32.13",
"synthetic-dom": "1.4.0"
},
"devDependencies": {
"bootstrap-sass": "3.4.1",
"concurrently": "6.0.2",
"cross-env": "^7.0.3",
"enzyme": "3.11.0",
"enzyme-adapter-react-16": "^1.14.0",
"eslint": "^7.24.0",
"eslint-config-airbnb": "18.2.1",
"eslint-config-prettier": "^8.2.0",
"eslint-plugin-import": "2.22.1",
"eslint-plugin-jsx-a11y": "6.4.1",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-react": "7.21.5",
"eslint-plugin-react-hooks": "^4.2.0",
"font-awesome": "4.7.0",
"husky": "^6.0.0",
"isomorphic-fetch": "3.0.0",
"jison": "0.4.18",
"prettier": "^2.2.1",
"react-classset": "0.0.2",
"redux-devtools": "3.7.0",
"redux-devtools-extension": "2.13.9",
"redux-logger": "3.0.6",
"restify": "8.5.1",
"shx": "^0.3.3"
},
"scripts": {
"test": "react-scripts test --coverage -i",
"testw": "react-scripts test --watch",
"start": "react-scripts start",
"start-insee": "cross-env REACT_APP_INSEE=true react-scripts start",
"dev:server": "concurrently \"npm run server\" \"npm run start\"",
"server": "node ./fake-server/server.js",
"build": "npm run generate-entrypoint && react-scripts --max-old-space-size=4096 build",
"build-insee": "cross-env REACT_APP_INSEE=true react-scripts build",
"lint": "eslint ./src -f table || true",
"lint:fix": "eslint ./src -f table --fix || true",
"jison": "jison jison/grammars/xpath.jison jison/grammars/xpath.jisonlex -o jison/generated-parsers/xpath-parser.js && node ./jison/fixParser.js",
"format": "prettier --write \"{src,build-config,e2e}/**/*.{js,jsx,css,scss}\"",
"generate-entrypoint": "node scripts/generate-entrypoint.js",
"pre-commit": "npm run lint && npm run test",
"postinstall": "shx cp src/bootstrap-custom/_variables.scss node_modules/bootstrap-sass/assets/stylesheets/bootstrap/"
},
"husky": {
"hooks": {
"pre-push": "yarn pre-commit"
}
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"prettier": {
"arrowParens": "avoid",
"singleQuote": true,
"trailingComma": "all"
}
}