-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.15 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
{
"name": "oxygen-ui-theme",
"version": "0.0.0",
"description": "A little framework for big ideas",
"main": "gulpfile.js",
"repository": "https://github.com/oxygem-cms/ui-theme",
"directories": {
"test": "tests"
},
"dependencies": {
"ace-builds": "^1.2.2",
"brace": "^0.11.1",
"bulma": "^0.9.2",
"ckeditor4": "^4.18.0",
"copy-webpack-plugin": "^11.0.0",
"croppr": "^2.3.1",
"file-loader": "^6.0.0",
"headroom.js": "^0.11.0",
"jquery": "^3.5.0",
"taggingJS": "https://github.com/sniperwolf/taggingJS",
"vex-js": "~4.1.0",
"whatwg-fetch": "^3.0.0"
},
"devDependencies": {
"@babel/core": "^7.9.0",
"@babel/preset-env": "^7.9.0",
"@fortawesome/fontawesome-free": "^5.13.0",
"autoprefixer": "~10.2.5",
"css-loader": "^6.7.3",
"mini-css-extract-plugin": "^1.5.1",
"modernizr-webpack-plugin": "^1.0.7",
"postcss": "^8.2.13",
"postcss-loader": "^5.2.0",
"sass": "^1.32.10",
"sass-loader": "^13.2.0",
"webpack": "^5.0.0",
"webpack-cli": "^4.6.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC"
}