-
Notifications
You must be signed in to change notification settings - Fork 65
/
package.json
41 lines (41 loc) · 999 Bytes
/
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
{
"name": "afup",
"version": "0.0.1",
"description": "Afup web",
"main": "index.js",
"dependencies": {
"angular": "^1.2",
"babel-core": "^6",
"babel-loader": "^7.1",
"babel-preset-es2015": "^6.24",
"bootstrap": "^3.1",
"bootswatch": "^3.2",
"clean-webpack-plugin": "^0.1",
"copy-webpack-plugin": "^4.1",
"css-loader": "^0.28",
"extract-text-webpack-plugin": "^3.0",
"file-loader": "^3.0",
"jquery": "^1.11",
"node-sass": "^4.11",
"notyf": "^2.0",
"qr-scanner": "^1.4",
"sass-loader": "^7.1",
"style-loader": "^0.23",
"tablefilter": "^0.5",
"tarteaucitronjs": "^1.19",
"webpack": "^3.6"
},
"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"
}