-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 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
41
42
43
44
45
46
{
"name": "tumn-crowd",
"version": "1.0.0",
"description": "A simple application to make dataset",
"main": "index.mjs",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node --experimental-modules index.mjs",
"watch": "webpack --watch",
"export": "node --experimental-modules export.mjs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hatsu-koi/tumn-crowd.git"
},
"keywords": [
"tumn"
],
"author": "Tumn Developers",
"license": "MIT",
"bugs": {
"url": "https://github.com/hatsu-koi/tumn-crowd/issues"
},
"homepage": "https://github.com/hatsu-koi/tumn-crowd#readme",
"dependencies": {
"body-parser": "^1.18.3",
"express": "^4.16.3",
"mongodb": "^3.1.0",
"morgan": "^1.9.0",
"open-korean-text-node": "^2.2.0",
"vue": "^2.5.16"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^7.1.4",
"babel-preset-env": "^1.7.0",
"css-loader": "^0.28.11",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"file-loader": "^1.1.11",
"vue-loader": "^15.2.4",
"vue-template-compiler": "^2.5.16",
"webpack": "^4.15.0",
"webpack-cli": "^3.0.8",
"webpackbar": "^2.6.1"
}
}