-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.63 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
54
55
{
"name": "web-audio-with-vuejs",
"version": "0.1.0",
"description": "Web Audio API",
"scripts": {
"start": "webpack-dev-server --mode development",
"build:dev": "webpack --mode development --config webpack.config.js",
"build:prod": "webpack --mode production --config webpack.config.js",
"eslint": "eslint --ext .js ./src",
"eslint:fix": "eslint --ext .js --fix ./src",
"test": "echo 'test is nothing yet.'"
},
"repository": {
"type": "git",
"url": "[email protected]:nekonenene/web-audio-with-vuejs.git"
},
"author": "nekonenene",
"license": "MIT",
"devDependencies": {
"apply-loader": "^2.0.0",
"autoprefixer": "^9.4.7",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-preset-env": "^1.7.0",
"copy-webpack-plugin": "^4.6.0",
"css-loader": "^1.0.1",
"cssnano": "^4.1.8",
"eslint": "^4.19.1",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-vue": "^4.7.1",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"globule": "^1.2.1",
"node-sass": "^4.11.0",
"postcss": "^7.0.14",
"postcss-loader": "^2.1.6",
"pug": "^2.0.3",
"pug-loader": "^2.4.0",
"pug-plain-loader": "^1.0.0",
"sass-loader": "^7.1.0",
"style-loader": "^0.22.1",
"uglifyjs-webpack-plugin": "^1.3.0",
"vue-loader": "^15.6.2",
"vue-template-compiler": "^2.6.3",
"webpack": "^4.29.3",
"webpack-cli": "^3.2.3",
"webpack-dev-server": "^3.1.14"
},
"dependencies": {
"bootstrap": "^4.2.1",
"bootstrap-material-design": "^4.1.1",
"vue": "^2.6.3",
"vue-slider-component": "^2.8.6"
}
}