-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 835 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": "andre-knorig",
"version": "0.0.0",
"private": true,
"dependencies": {
"async": "~3.2.4",
"dotenv": "~16.0.3",
"keystone": "github:aknoerig/keystone-classic",
"lodash": "^4.17.21",
"moment": "~2.29.4",
"pug": "~3.0.2",
"underscore": "~1.13.6"
},
"devDependencies": {
"autoprefixer-core": "^6.0.1",
"grunt": "~0.4.5",
"grunt-concurrent": "~2.1.0",
"grunt-contrib-jshint": "~0.12.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-express-server": "~0.5.4",
"grunt-nodemon": "~0.4.0",
"grunt-postcss": "^0.7.1",
"jshint-stylish": "~2.2.1",
"load-grunt-tasks": "~3.4.0",
"open": "0.0.5",
"time-grunt": "~1.3.0"
},
"engines": {
"node": "18",
"npm": "9"
},
"scripts": {
"start": "node keystone.js"
},
"main": "keystone.js"
}