-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.57 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
49
50
51
52
53
{
"name": "gsr-next-mobile",
"version": "5.1.0-beta.1",
"description": "New generation of GITADORA SKILL RECORDER",
"main": "src/index.js",
"scripts": {
"prebuild": "rimraf ./dist",
"build": "webpack --config build/webpack.prod.js",
"dev": "node build/server.js"
},
"author": "Jikkai Xiao <sonne@asaki.me>",
"license": "GPL-3.0",
"dependencies": {
"axios": "^0.15.3",
"mint-ui": "^2.1.0",
"svelte-flat": "^0.1.5",
"typo.css": "^2.1.2",
"vue": "latest",
"vue-router": "latest",
"vue-scroller": "^2.2.0"
},
"devDependencies": {
"babel-core": "^6.21.0",
"babel-loader": "^6.2.10",
"babel-plugin-component": "^0.8.0",
"babel-plugin-svelteflat": "^0.2.0",
"babel-preset-es2015": "^6.18.0",
"babel-preset-stage-0": "^6.16.0",
"css-loader": "^0.26.1",
"eslint": "^3.12.2",
"eslint-config-standard": "^6.2.1",
"eslint-friendly-formatter": "^2.0.7",
"eslint-loader": "^1.6.1",
"eslint-plugin-html": "^1.7.0",
"eslint-plugin-promise": "^3.4.0",
"eslint-plugin-standard": "^2.0.1",
"express": "^4.14.0",
"extract-text-webpack-plugin": "^2.0.0-beta.4",
"file-loader": "^0.9.0",
"html-webpack-plugin": "^2.26.0",
"http-proxy": "^1.16.2",
"postcss-cssnext": "^2.9.0",
"postcss-loader": "^1.2.1",
"progress-bar-webpack-plugin": "^1.9.2",
"rimraf": "^2.5.4",
"style-loader": "^0.13.1",
"vue-loader": "latest",
"vue-template-compiler": "latest",
"webpack": "^2.2.0-rc.3",
"webpack-dev-middleware": "^1.9.0",
"webpack-hot-middleware": "^2.15.0"
}
}