forked from qls0ulp/heybuddy
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
42 lines (42 loc) · 1.25 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
{
"name": "heybuddy-extension",
"version": "1.0.0",
"description": "Hey Buddy Chrome Extension",
"scripts": {
"build-chrome": "cross-env NODE_ENV=production node utils/build.js",
"build-all": "node build-all.js",
"start": "cross-env NODE_ENV=development node utils/webserver.js"
},
"devDependencies": {
"@material/typography": "^4.0.0",
"@mdi/js": "^5.3.45",
"@smui/card": "^1.0.0-beta.21",
"@smui/textfield": "^1.0.0-beta.21",
"archiver": "^4.0.1",
"artyom.js": "^1.0.6",
"axios": "^0.19.2",
"babel-eslint": "^10.1.0",
"cheerio": "^1.0.0-rc.3",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^5.1.0",
"cross-env": "^6.0.3",
"css-loader": "^3.5.3",
"eslint": "^6.8.0",
"eslint-friendly-formatter": "^4.0.1",
"eslint-plugin-svelte3": "^2.7.3",
"file-loader": "3.0.1",
"fs-extra": "^7.0.1",
"html-loader": "0.5.5",
"html-webpack-plugin": "3.2.0",
"mini-css-extract-plugin": "^0.9.0",
"node-sass": "^4.14.0",
"prettier": "^2.0.5",
"sass-loader": "^8.0.0",
"style-loader": "^0.23.1",
"svelte": "^3.21.0",
"svelte-loader": "^2.13.6",
"webpack": "^4.43.0",
"webpack-dev-server": "3.10.1",
"write-file-webpack-plugin": "4.5.0"
}
}