-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.24 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
47
48
{
"name": "notebook",
"version": "1.0.0",
"description": "",
"main": "main.js",
"scripts": {
"build": "webpack --config webpack.config.prod.js",
"start": "node devServer.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/first-cafe/notebook.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/first-cafe/notebook/issues"
},
"homepage": "https://github.com/first-cafe/notebook#readme",
"dependencies": {
"express": "^4.14.0",
"localforage": "^1.4.3",
"q": "^1.4.1",
"uuid": "^3.0.1",
"vue": "^2.0.3",
"vue-router": "^2.1.1",
"vuex": "^2.1.1",
"vuex-router-sync": "^4.1.0"
},
"devDependencies": {
"babel-core": "^6.18.0",
"babel-loader": "^6.2.5",
"babel-preset-es2015": "^6.18.0",
"css-loader": "^0.25.0",
"highlight.js": "^9.7.0",
"html-webpack-plugin": "^2.24.1",
"lodash": "^4.16.4",
"marked": "^0.3.6",
"style-loader": "^0.13.1",
"vue-loader": "^9.7.0",
"vue-server-renderer": "^2.1.8",
"vue-style-loader": "^1.0.0",
"webpack": "^1.13.2",
"webpack-dev-middleware": "^1.9.0",
"webpack-hot-middleware": "^2.14.0"
}
}