-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.52 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "workflow",
"version": "1.0.0",
"description": "spark frontend workflow",
"main": "src/index.js",
"scripts": {
"start:dev:server": "webpack-dev-server",
"start:prod": "webpack --mode production",
"test": "jest test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/spark-d/frontend-workflow.git"
},
"keywords": [
"frontent",
"workflow",
"spark"
],
"author": "Vladimir Shnayder",
"license": "ISC",
"bugs": {
"url": "https://github.com/spark-d/frontend-workflow/issues"
},
"homepage": "https://github.com/spark-d/frontend-workflow#readme",
"devDependencies": {
"@babel/core": "^7.4.5",
"@babel/preset-env": "^7.4.5",
"@babel/register": "^7.4.4",
"babel-loader": "^8.0.6",
"copy-webpack-plugin": "^5.0.3",
"css-loader": "^2.1.1",
"file-loader": "^3.0.1",
"html-srcsets-loader": "^0.5.1",
"html-webpack-plugin": "^4.0.0-beta.14",
"image-webpack-loader": "^5.0.0",
"mini-css-extract-plugin": "^0.7.0",
"normalize.css": "^8.0.1",
"optimize-css-assets-webpack-plugin": "^5.0.1",
"postcss-apply": "^0.12.0",
"postcss-loader": "^3.0.0",
"postcss-preset-env": "^6.6.0",
"uglifyjs-webpack-plugin": "^2.1.3",
"webpack": "^4.32.2",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.11.0"
},
"dependencies": {
"dayjs": "^1.8.14",
"html-webpack-inline-i18n-plugin": "^1.0.0",
"postcss-import": "^12.0.1"
},
"browserslist": [
"last 2 version",
"> 1%",
"IE 10"
]
}