-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 871 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
{
"name": "pixel-shelf",
"version": "0.6.2",
"private": true,
"scripts": {
"start": "node ./bin/www && fg",
"test": "jest -i",
"sqlite": "cat models/initdb.sql | sqlite3 models/db/pixelshelf.db"
},
"dependencies": {
"axios": "^0.21.1",
"bulma-calendar": "^6.1.6",
"bulma-o-steps": "^1.1.0",
"cookie-parser": "~1.4.4",
"debug": "~2.6.9",
"ejs": "~2.6.1",
"express": "~4.16.1",
"http-errors": "~1.6.3",
"jsdom": "^18.0.0",
"jsonwebtoken": "^8.5.1",
"morgan": "~1.9.1",
"prompt": "^1.1.0",
"python-shell": "^3.0.0",
"sqlite3": "^5.0.2",
"systeminformation": "^5.7.7"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.7.0",
"bulma": "^0.9.2",
"jest": "^27.0.6",
"node-sass": "^6.0.0",
"superagent": "^6.1.0",
"supertest": "^6.1.6"
}
}