-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.58 KB
/
package.json
File metadata and controls
64 lines (64 loc) · 1.58 KB
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": "adaptdevlib",
"version": "1.0.0",
"description": "Adaptive Management in International Development Library",
"main": "",
"scripts": {
"postinstall": "node ./node_modules/frontend-dependencies/index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/edtechhub/adaptdev.git"
},
"//": "Browserslist taken from static/src/vendor/bootstrap/.browserslistrc",
"browserslist": [
">= 1%",
"last 1 major version",
"Chrome >= 45",
"Firefox >= 38",
"Edge >= 12",
"Explorer >= 10",
"iOS >= 9",
"Safari >= 9",
"Android >= 4.4",
"Opera >= 30"
],
"author": "Adaptive Management in International Development",
"license": "BSD-3-Clause",
"devDependencies": {
"autoprefixer": "^9.7.0",
"clean-css": "^4.2.1",
"clean-css-cli": "^4.3.0",
"frontend-dependencies": "^1.1.7",
"postcss": "^8.4.4",
"postcss-cli": "^9.0.2",
"postcss-reporter": "^7.0.4"
},
"dependencies": {},
"frontendDependencies": {
"target": "static/src/vendor/",
"packages": {
"@fortawesome/fontawesome-free": {
"version": "5.11.2",
"src": "/*",
"namespaced": true
},
"bootstrap": {
"version": "4.6.2",
"src": "{dist/css/*,scss,js/dist/*}",
"namespaced": true
},
"jquery": {
"version": "3.5.1",
"src": "dist/*",
"namespaced": true
},
"popper.js": {
"version": "1.16.1",
"src": "dist/umd/*",
"namespaced": true
}
}
}
}