-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.42 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
{
"name": "achievement-sharing",
"version": "1.0.0",
"description": "",
"scripts": {
"start": "webpack-dev-server --inline --history-api-fallback --port 8888",
"api": "./node_modules/babel-cli/bin/babel-node.js app.js",
"build": "./node_modules/webpack/bin/webpack.js -p --config webpack.config.production.js",
"test": "./node_modules/karma/bin/karma start ./karma.conf.js"
},
"repository": "git@https://github.com/gimupop/achievement-sharing.git",
"author": "Keita Yanagawa",
"license": "UNLICENSED",
"devDependencies": {
"babel-cli": "^6.18.0",
"babel-core": "^6.18.2",
"babel-loader": "^6.2.7",
"babel-preset-es2015": "^6.18.0",
"babel-preset-es2015-loose": "^7.0.0",
"express": "^4.14.0",
"morgan":"^1.7.0",
"jasmine-core": "^2.5.2",
"karma": "^1.3.0",
"karma-chrome-launcher": "^2.0.0",
"karma-jasmine": "^1.0.2",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^1.8.0",
"webpack": "^1.13.3",
"webpack-dev-server": "^1.16.2",
"webpack-init": "^0.1.2",
"vue": "^2.1.10",
"vue-router": "^2.1.0",
"vue-server-renderer": "^2.1.10",
"vuex": "^2.1.0",
"vuex-router-sync": "^4.0.2",
"mysql":"^2.13.0",
"axios":"^0.15.3",
"passport":"^0.3.2",
"passport-local":"*",
"connect-flash":"*",
"express-session":"*"
},
"dependencies": {
"babel-preset-stage-1": "^6.16.0",
"body-parser": "^1.15.2"
}
}