-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 2.06 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
56
57
58
59
{
"name": "canvas-effects",
"version": "0.1.1",
"description": "canvas effects",
"main": "index.js",
"scripts": {
"start": "cross-env NODE_ENV=development webpack --config webpack/webpack.dev.config.js --display-modules --display-reasons --display-error-details --watch --color",
"build": "cross-env NODE_ENV=production webpack --config webpack/webpack.build.config.js --progress --display-modules --display-reasons --display-error-details --optimize-minimize --color",
"build:watch": "cross-env NODE_ENV=production webpack --config webpack/webpack.build.config.js --progress --display-modules --display-reasons --display-error-details --optimize-minimize --color --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cycdpoCodeLab/canvas-effects.git"
},
"keywords": [
"h5",
"canvas"
],
"author": "cycjimmy <[email protected]> (https://github.com/cycjimmy)",
"license": "MIT",
"dependencies": {
"@cycjimmy/sass-lib": "^0.0.3",
"awesome-js-funcs": "^0.1.6",
"three": "^0.107.0"
},
"devDependencies": {
"@babel/core": "^7.5.5",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/preset-env": "^7.5.5",
"autoprefixer": "^9.6.1",
"babel-loader": "^8.0.6",
"browser-sync": "^2.26.7",
"browser-sync-webpack-plugin": "^2.2.2",
"clean-webpack-plugin": "^3.0.0",
"cross-env": "^5.2.0",
"css-loader": "^3.2.0",
"cssnano": "^4.1.10",
"del": "^5.0.0",
"expose-loader": "^0.7.5",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"file-loader": "^4.2.0",
"html-webpack-plugin": "^3.2.0",
"image-webpack-loader": "^5.0.0",
"node-sass": "^4.12.0",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"postcss-loader": "^3.0.0",
"pug": "^2.0.4",
"pug-loader": "^2.4.0",
"sass-loader": "^7.3.1",
"style-loader": "^1.0.0",
"uglify-js": "^3.6.0",
"uglifyjs-webpack-plugin": "^2.2.0",
"url-loader": "^2.1.0",
"webpack": "^4.39.2",
"webpack-cli": "^3.3.7",
"webpack-merge": "^4.2.1",
"worker-loader": "^2.0.0"
}
}