-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.26 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
{
"name": "strix",
"version": "1.0.1",
"scripts": {
"dev": "webpack-dev-server",
"build": "webpack --optimize-minimize"
},
"private": true,
"repository": "https://github.com/cookpad/strix",
"author": "Masayoshi Mizutani <[email protected]>",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.6.4",
"babel": "^6.23.0",
"babel-loader": "^8.0.6",
"babel-polyfill": "^6.26.0",
"css-loader": "^6.10.0",
"lodash": "^4.17.21",
"sass": "^1.70.0",
"sass-loader": "^8.0.0",
"vue": "^3.4.15",
"vue-loader": "^17.4.2",
"webpack": "^5.1.2",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1"
},
"dependencies": {
"@coreui/coreui": "^4.3.2",
"@coreui/vue": "^4.10.2",
"@coreui/vue-chartjs": "^2.2.0",
"@popperjs/core": "^2.9.2",
"chart.js": "^3.9.1",
"postcss":"^8.1.0",
"axios": "^1.6.0",
"crypto-js": "^4.2.0",
"escape-html": "^1.0.3",
"querystring": "^0.2.0",
"sanitize-html": "^2.3.2",
"strftime": "^0.10.0",
"vue-router": "^4.2.5",
"vue-loader": "^17.4.2",
"vue-style-loader": "^4.1.3"
}
}