-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.49 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.49 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
45
46
47
48
49
50
{
"name": "fybug_projects",
"version": "0.0.2",
"description": "fybug`s projects",
"private": true,
"scripts": {
"start": "webpack-dev-server --hot -w --config webpack.dev.js",
"bulic": "webpack --optimize-minimize --define process.env.NODE_ENV=\"production\" --config webpack.prod.js"
},
"author": "fybug",
"license": "Apache2",
"devDependencies": {
"@babel/core": "^7.12.3",
"@babel/plugin-proposal-class-properties": "^7.12.1",
"@babel/preset-env": "^7.12.1",
"@babel/preset-react": "^7.12.1",
"autoprefixer": "^9.8.6",
"babel-loader": "^8.2.2",
"clean-webpack-plugin": "^2.0.2",
"css-loader": "^2.1.1",
"cssnano": "^4.1.10",
"file-loader": "3.0.1",
"foundation-sites": "^6.6.3",
"globby": "^10.0.2",
"html-webpack-plugin": "^4.5.0",
"html-withimg-loader": "^0.1.16",
"image-webpack-loader": "^4.6.0",
"jquery": "^3.5.1",
"lodash": "^4.17.20",
"marked": "^1.2.5",
"mini-css-extract-plugin": "^0.9.0",
"motion-ui": "^2.0.3",
"postcss-apply": "^0.12.0",
"postcss-import": "^12.0.1",
"postcss-loader": "^3.0.0",
"postcss-nested": "^4.2.3",
"script-ext-html-webpack-plugin": "^2.1.5",
"ts-loader": "^7.0.5",
"typescript": "^3.9.7",
"url-loader": "^1.1.2",
"webpack": "^4.44.2",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.0",
"webpack-merge": "^4.2.2",
"what-input": "^5.2.10"
},
"main": "postcss.config.js",
"keywords": [],
"dependencies": {}
}