-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
40 lines (40 loc) · 1.03 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
{
"name": "shinyFramework7",
"version": "1.0.0",
"description": "",
"main": "index.js",
"directories": {
"man": "man"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"none": "webpack --config webpack.dev.js --mode=none",
"development": "webpack --config webpack.dev.js",
"production": "webpack --config webpack.prod.js",
"watch": "webpack --config webpack.config.js -d --watch"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.15.0",
"@babel/preset-env": "^7.15.0",
"@babel/preset-react": "^7.14.5",
"babel": "^6.23.0",
"babel-loader": "^8.2.2",
"css-loader": "^6.2.0",
"framework7-loader": "^3.0.2",
"html-loader": "^2.1.2",
"jsdoc": "^3.6.7",
"jsdoc-webpack-plugin": "^0.3.0",
"style-loader": "^3.2.1",
"webpack": "^5.51.1",
"webpack-cli": "^4.8.0",
"webpack-merge": "^5.8.0"
},
"dependencies": {
"echarts": "^5.1.2",
"echarts-gl": "^2.0.8",
"framework7": "^6.3.0"
}
}