-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 946 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
{
"name": "js-app",
"version": "1.0.0",
"description": "Accounting application for high school pupils",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"accounting-app": "babel js -d transpiled_library"
},
"repository": {
"type": "git",
"url": "git+https://github.com/LloydNicholson/accounting-app.git"
},
"author": "Lloyd Nicholson",
"license": "ISC",
"bugs": {
"url": "https://github.com/LloydNicholson/accounting-app/issues"
},
"homepage": "https://github.com/LloydNicholson/accounting-app#readme",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.7.0"
},
"dependencies": {
"bootstrap": "^4.2.1",
"jquery": "^3.3.1",
"moment": "^2.24.0",
"popper.js": "^1.14.7",
"tabulator-tables": "^4.2.0",
"typescript": "^3.4.1",
"awesome-typescript-loader": "^5.2.1",
"source-map-loader": "^0.2.4"
}
}