-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 1.89 KB
/
package.json
File metadata and controls
65 lines (65 loc) · 1.89 KB
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
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "Describeflow",
"version": "1.0.0",
"description": "Describeflow",
"scripts": {
"dev": "node node_modules/webpack-dev-server/bin/webpack-dev-server.js --config config/webpack.config.js --open",
"build": "npm run test && node node_modules/webpack/bin/webpack.js -p --config config/webpack.config.js",
"test": "ava --tap | tap-spec test/unit/specs"
},
"ava": {
"babel": "inherit",
"require": [
"./test/helpers/setup.js",
"babel-register"
]
},
"dependencies": {
"autoprefixer": "^7.1.1",
"ava": "^0.19.1",
"babel-core": "^6.24.1",
"babel-loader": "^7.0.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"babel-runtime": "^6.23.0",
"browser-env": "^2.0.31",
"copy-webpack-plugin": "^4.0.1",
"css-loader": "^0.26.1",
"codemirror": "^5.25.2",
"eslint": "^3.7.1",
"eslint-config-standard": "^6.1.0",
"eslint-friendly-formatter": "^2.0.5",
"eslint-loader": "^1.5.0",
"eslint-plugin-html": "^1.3.0",
"eslint-plugin-promise": "^2.0.1",
"eslint-plugin-standard": "^2.0.1",
"extract-text-webpack-plugin": "^2.1.0",
"file-loader": "^0.11.1",
"firebase": "^4.0.0",
"html-webpack-plugin": "^2.28.0",
"image-webpack-loader": "^3.3.1",
"lodash": "^4.17.4",
"json-loader": "^0.5.4",
"node-sass": "^4.3.0",
"marked": "^0.3.6",
"postcss-loader": "^2.0.5",
"postcss-scss": "^1.0.0",
"sass-loader": "^4.1.1",
"tap-spec": "^4.1.1",
"url-loader": "^0.5.8",
"vue": "^2.1.3",
"vue-loader": "^9.4.0",
"vue-node": "^1.1.0",
"vue-range-slider": "^0.2.4",
"vue-router": "^2.5.3",
"vue-style-loader": "^1.0.0",
"vuelidate": "^0.5.0",
"webpack": "^2.5.1",
"webpack-dev-server": "^2.4.5"
},
"author": "pdrazewski",
"license": "MIT",
"devDependencies": {
"babel-plugin-transform-runtime": "^6.23.0"
}
}