forked from turingschool-examples/fitlit-starter-kit
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
38 lines (37 loc) · 934 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
{
"name": "activity-tracker",
"version": "1.0.0",
"description": "",
"main": "scripts.js",
"scripts": {
"start": "webpack serve",
"predeploy": "npm run build",
"build": "webpack"
},
"author": "Turing School of Software and Design",
"license": "MIT",
"devDependencies": {
"chai": "^4.3.4",
"css-loader": "^5.2.6",
"file-loader": "^6.2.0",
"mocha": "^8.4.0",
"mochapack": "^2.1.2",
"sass": "^1.34.0",
"sass-loader": "^12.0.0",
"style-loader": "^2.0.0",
"webpack": "^5.38.1",
"webpack-cli": "^4.7.0",
"webpack-dev-server": "^3.11.2"
},
"dependencies": {
"bootstrap": "^5.3.2",
"chart.js": "^4.4.0",
"interact.js": "^1.2.8",
"interactjs": "^1.10.19",
"js-datepicker": "^5.18.2"
},
"homepage": "https://amysiu1028.github.io/FitLit",
"repository": {
"type": "git",
"url": "git+https://github.com/amysiu1028/FitLit.git" }
}