-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.23 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.23 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
{
"name": "ianime",
"version": "2.2.0",
"description": "IAnime (Project 202005200959)",
"main": "src/index.js",
"scripts": {
"build": "webpack --mode production --config webpack.config.pro.js",
"dev": "webpack-dev-server --mode development --devtool inline-source-map --hot --config webpack.config.dev.js"
},
"author": "Imesh Chamara <imesh1chamara@gmail.com> (https://ic-tech.now.sh/)",
"license": "ISC",
"devDependencies": {
"autoprefixer": "^9.7.5",
"clean-webpack-plugin": "^3.0.0",
"concurrently": "^5.1.0",
"copy-webpack-plugin": "^5.1.1",
"css-loader": "^3.4.2",
"file-loader": "^6.0.0",
"html-webpack-plugin": "^4.0.4",
"ic-app": "^1.2.1",
"mini-css-extract-plugin": "^0.9.0",
"node-sass": "^4.13.1",
"nodemon": "^2.0.2",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"postcss-loader": "^3.0.0",
"sass-loader": "^8.0.2",
"style-loader": "^1.1.3",
"terser-webpack-plugin": "^3.0.1",
"webpack": "^4.42.1",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.10.3",
"webpack-merge": "^4.2.2"
},
"engines": {
"node": "12.x"
},
"browserslist": [
"> 1%",
"last 2 versions"
],
"dependencies": {
"chart.js": "^2.9.3"
}
}