-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 952 Bytes
/
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
{
"name": "yourlabs",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --mode production",
"watch": "webpack --watch --mode development"
},
"author": "",
"license": "ISC",
"dependencies": {
"@babel/core": "^7.8.7",
"@beyonk/google-fonts-webpack-plugin": "^1.2.3",
"babel-loader": "^8.0.6",
"babel-plugin-prismjs": "^2.0.1",
"clean-css": "^4.2.3",
"css-loader": "^2.1.1",
"css-reset-and-normalize": "^2.1.0",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"file-loader": "^5.1.0",
"html-webpack-plugin": "^3.2.0",
"instantclick": "^3.1.0-2",
"loading-attribute-polyfill": "^1.5.4",
"node-sass": "^4.13.1",
"prismjs": "^1.19.0",
"rfs": "^9.0.2",
"sass-loader": "^7.3.1",
"style-loader": "^0.23.1",
"webpack": "^4.42.0",
"webpack-cli": "^3.3.11"
}
}