-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
114 lines (114 loc) · 3.68 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
{
"name": "@empreinte-digitale/assistant-rgaa",
"version": "1.3.0",
"description": "Assistant RGAA",
"main": "js/index.js",
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
"scripts": {
"start": "npm run icons && webpack --watch",
"serve": "webpack-dev-server",
"icons": "touch ./dist/icons.svg && spritesh --input ./icons --output ./dist/icons.svg",
"build": "npm run clean && npm run icons && NODE_ENV=production webpack",
"build-extension": "npm run build && web-ext build --artifacts-dir artifacts/ --ignore-files ./bin ./css ./doc ./fixtures ./src ./test ./site ./karma.conf.js ./package.json ./webpack.config.*",
"sign-extension": "npm run build && web-ext sign --artifacts-dir artifacts/ --ignore-files ./bin ./css ./doc ./fixtures ./src ./test ./site ./karma.conf.js ./package.json ./webpack.config.*",
"clean": "rm -f ./dist/*",
"test": "karma start"
},
"devDependencies": {
"@babel/core": "^7.14.0",
"@babel/plugin-transform-runtime": "^7.13.15",
"@babel/preset-env": "^7.14.1",
"@babel/preset-react": "^7.13.13",
"@babel/runtime": "^7.14.0",
"autoprefixer": "^10.2.5",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.2.2",
"browser-sync": "^2.12.8",
"browser-sync-webpack-plugin": "^1.0.1",
"chai": "^3.5.0",
"chai-spies": "^0.7.1",
"cheerio": "^0.20.0",
"commander": "^2.9.0",
"css-loader": "^5.2.4",
"enzyme": "^2.3.0",
"eslint": "^7.28.0",
"eslint-config-vtech": "^1.3.0",
"eslint-loader": "^1.3.0",
"eslint-plugin-babel": "^5.3.1",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.24.0",
"eslint-webpack-plugin": "^2.5.4",
"exports-loader": "^0.6.3",
"extract-text-webpack-plugin": "^1.0.1",
"imports-loader": "^0.6.5",
"json-loader": "^0.5.4",
"karma": "^0.13.22",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^1.0.1",
"karma-firefox-launcher": "^1.0.0",
"karma-mocha": "^1.0.1",
"karma-mocha-reporter": "^2.0.3",
"karma-webpack": "^1.7.0",
"mini-css-extract-plugin": "^1.6.0",
"mocha": "^2.4.5",
"postcss": "^8.2.15",
"postcss-loader": "^5.2.0",
"prettier": "^2.3.1",
"prettier-loader": "^3.3.0",
"react-addons-test-utils": "^15.0.2",
"redux-devtools": "^3.3.1",
"redux-devtools-dock-monitor": "^1.1.1",
"redux-devtools-log-monitor": "^1.0.11",
"request": "^2.74.0",
"sass": "^1.66.1",
"sass-loader": "^11.1.0",
"spritesh": "^1.2.0",
"style-loader": "^2.0.0",
"stylelint": "^13.13.1",
"stylelint-config-vtech": "^0.4.0",
"stylelint-webpack-plugin": "^2.1.1",
"watch": "^0.18.0",
"web-ext": "^1.10.0",
"webextension-polyfill": "^0.10.0",
"webpack": "^5.37.0",
"webpack-cli": "^4.7.0"
},
"dependencies": {
"babel-polyfill": "^6.8.0",
"buffer": "^6.0.3",
"classnames": "^2.2.5",
"color": "^1.0.3",
"core-js": "^3.12.1",
"frontmatter": "0.0.3",
"history": "^2.1.1",
"hoist-non-react-statics": "^1.2.0",
"jquery": "^3.1.0",
"lodash": "^4.12.0",
"marked": "^4.2.3",
"papaparse": "^4.1.4",
"react": "^15.0.2",
"react-addons-update": "^15.0.2",
"react-aria-menubutton": "^4.3.0",
"react-dom": "^15.0.2",
"react-draggable": "^2.2.0",
"react-helmet": "^3.1.0",
"react-intl": "^2.1.2",
"react-redux": "^4.4.5",
"react-router": "^2.4.0",
"react-tabs": "^2.2.1",
"recompose": "^0.20.2",
"redux": "^3.5.2",
"redux-persist": "^3.2.2",
"redux-saga": "^0.10.4",
"render-if": "^0.1.1",
"susy": "^2.2.12",
"typi": "^2.2.1",
"whatwg-fetch": "^1.0.0"
},
"volta": {
"node": "16.16.0"
}
}