mirror of
https://github.com/quentin-g-dev/afup.git
synced 2026-03-24 01:02:15 +01:00
40 lines
982 B
JSON
40 lines
982 B
JSON
{
|
|
"name": "afup",
|
|
"version": "0.0.1",
|
|
"description": "Afup web",
|
|
"main": "index.js",
|
|
"dependencies": {
|
|
"angular": "1.2.16",
|
|
"babel-core": "^6.26.0",
|
|
"babel-loader": "^7.1.4",
|
|
"babel-preset-es2015": "^6.24.1",
|
|
"bootstrap": "3.1.1",
|
|
"bootswatch": "^3.2.0",
|
|
"clean-webpack-plugin": "^0.1.17",
|
|
"copy-webpack-plugin": "^4.1.1",
|
|
"css-loader": "^0.28.11",
|
|
"extract-text-webpack-plugin": "^3.0.2",
|
|
"file-loader": "^3.0.1",
|
|
"jquery": "^1.11.3",
|
|
"node-sass": "^4.11.0",
|
|
"notyf": "^2.0.1",
|
|
"sass-loader": "^7.1.0",
|
|
"style-loader": "^0.23.1",
|
|
"tablefilter": "^0.5.42",
|
|
"webpack": "^3.6.0"
|
|
},
|
|
"scripts": {
|
|
"build": "./node_modules/.bin/webpack -p"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/afup/web.git"
|
|
},
|
|
"author": "",
|
|
"license": "UNLICENSED",
|
|
"bugs": {
|
|
"url": "https://github.com/afup/web/issues"
|
|
},
|
|
"homepage": "https://github.com/afup/web#readme"
|
|
}
|