forked from notadd/notadd
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.22 KB
/
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": "notadd-src",
"version": "2.1.14",
"author": "notadd",
"description": "Modern, fast, powerful node.js web framework",
"main": "index.js",
"license": "Apache-2.0",
"scripts": {
"run:install": "node ./node_modules/@notadd/server/install.js",
"serve": "node ./node_modules/gulp/bin/gulp.js"
},
"dependencies": {
"@notadd/addon-demo": "^2.3.0",
"@notadd/authentication": "^2.3.0",
"@notadd/backend": "^2.3.0",
"@notadd/backend-mix": "^2.3.0",
"@notadd/core": "^2.3.0",
"@notadd/extension-demo": "^2.3.0",
"@notadd/graphql": "^2.3.0",
"@notadd/injection": "^2.3.0",
"@notadd/internationalization": "^2.3.0",
"@notadd/logger": "^2.3.0",
"@notadd/module-demo": "^2.3.0",
"@notadd/react-scripts": "^2.1.1",
"@notadd/rpc": "^2.3.0",
"@notadd/server": "^2.3.0",
"@notadd/setting": "^2.3.0",
"@notadd/user": "^2.3.0",
"@notadd/websocket": "^2.3.0",
"@notadd/workflow": "^2.3.0",
"gulp": "^3.9.1",
"gulp-nodemon": "^2.2.1"
},
"engines": {
"node": ">=6.11.0"
},
"devDependencies": {
"ip": "^1.1.5"
}
}