-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
34 lines (34 loc) · 967 Bytes
/
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
{
"name": "rgaa_bibliotheques-javascript",
"version": "2.0.0",
"description": "Accessibility support for popular JavaScript frameworks.",
"repository": "DISIC/rgaa_bibliotheques-javascript",
"license": "CC-BY 2.0",
"author": "Etat Plateforme <[email protected]>",
"main": "index.js",
"scripts": {
"build": "webpack"
},
"dependencies": {
"angular": "^1.5.8",
"angular-ui-bootstrap": "^2.2.0",
"bootstrap": "^3.3.7",
"highlightjs": "^9.8.0",
"jquery": "^3.1.1",
"jquery-ui": "^1.12.1",
"jquery-ui-dist": "^1.12.1",
"react": "^15.4.1",
"react-bootstrap": "^0.30.7",
"react-dom": "^15.4.1",
"rgaa_angular-bootstrap": "^2.0.0",
"rgaa_jquery-ui": "^2.0.0",
"rgaa_react-bootstrap": "^2.0.0",
"rgaa_reactjs": "^2.0.0"
},
"devDependencies": {
"copy-webpack-plugin": "^4.0.1",
"jsx-loader": "^0.13.2",
"react-autocomplete": "^1.4.0",
"webpack": "^1.12.15"
}
}