-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 796 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 796 Bytes
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
{
"name": "simple_requirejs",
"description": "Requirejs main.js predefined files for cdn and bundle",
"version": "0.1.0",
"main": "src/simple_main.js",
"author": "simple_",
"license": "MIT",
"devDependencies": {
"animate": "^1.0.0",
"animate.css": "^3.6.1",
"axios": "^0.18.0",
"bootstrap": "^4.1.1",
"bootstrap-material-design": "^4.1.1",
"bootstrap-notify": "^3.1.3",
"font-awesome": "^4.7.0",
"gulp": "^3.9.1",
"jquery": "^3.3.1",
"popper.js": "^1.14.3",
"require-css": "^0.1.10",
"require-vuejs": "^1.1.0",
"requirejs": "^2.3.5",
"requirejs-text": "^2.0.15",
"sweetalert": "^2.1.0",
"update": "^0.7.4",
"vue": "^2.5.16"
}
}