-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.66 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
{
"name": "ribs-admin-bundle-templates",
"version": "1.0.20",
"description": "This package contain html css and js of RibsAdminBundle",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Ribs-organization/RibsAdminBundle-templates.git"
},
"keywords": [
"template",
"js",
"es6",
"scss",
"ribs-front-component"
],
"author": "pioupiou <pilloud.anthony@gmail.com> (https://anthony-pilloud.fr)",
"license": "MIT",
"bugs": {
"url": "https://github.com/Ribs-organization/RibsAdminBundle-templates/issues"
},
"homepage": "https://github.com/Ribs-organization/RibsAdminBundle-templates#readme",
"devDependencies": {
"autoprefixer": "^9.4.5",
"babel-core": "^6.26.3",
"babel-loader": "7.1.3",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.7.0",
"babel-runtime": "^6.26.0",
"copy-webpack-plugin": "^5.0.5",
"css-loader": "^2.1.0",
"file-loader": "^4.2.0",
"mini-css-extract-plugin": "^0.5.0",
"node-sass": "^4.11.0",
"optimize-css-assets-webpack-plugin": "^5.0.1",
"sass-loader": "^7.1.0",
"uglifyjs-webpack-plugin": "^2.1.1",
"webpack": "^4.28.4",
"webpack-cli": "^3.2.1"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.11.2",
"ribs-api": "^1.0.6",
"ribs-checkbox": "^1.1.9",
"ribs-core": "^0.0.9-4",
"ribs-grid": "^1.0.5",
"ribs-reset-css": "^1.0.2"
}
}