-
Notifications
You must be signed in to change notification settings - Fork 64
/
package.json
40 lines (40 loc) · 1010 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
{
"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",
"qr-scanner": "^1.4.2",
"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"
}