-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
68 lines (68 loc) · 2.2 KB
/
package.json
File metadata and controls
68 lines (68 loc) · 2.2 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "hinkelmann-friga",
"license": "GPL-3.0-or-later",
"repository": "https://github.com/hinkelmann/friga.git",
"scripts": {
"lint:js": "eslint . --cache",
"flow": "flow",
"test": "jest",
"styleguide": "styleguidist server",
"styleguide:build": "styleguidist build",
"build": "webpack --mode production",
"watch": "webpack --mode development --watch"
},
"devDependencies": {
"@babel/core": "^7.5.5",
"@babel/eslint-parser": "^7.5.5",
"@babel/plugin-proposal-class-properties": "^7.16.5",
"@babel/plugin-proposal-decorators": "^7.4.4",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.14.2",
"@babel/plugin-proposal-optional-chaining": "^7.18.9",
"@babel/plugin-transform-flow-strip-types": "^7.4.4",
"@symfony/webpack-encore": "^3.1.0",
"autoprefixer": "^10.4.7",
"babel-jest": "^26.3.0",
"babel-loader": "^8.0.6",
"clean-webpack-plugin": "^4.0.0",
"core-js": "^3.18.0",
"css-loader": "^5.2.4",
"dependency-cruiser": "^11.12.0",
"empty": "^0.10.1",
"enzyme": "^3.3.0",
"enzyme-to-json": "^3.3.1",
"eslint": "^8.20.0",
"eslint-plugin-babel": "^5.3.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-testing-library": "^5.5.1",
"file-loader": "^6.0.0",
"flow-bin": "^0.142.0",
"glob": "^8.0.3",
"identity-obj-proxy": "^3.0.0",
"mini-css-extract-plugin": "^1.5.0",
"moment-timezone": "^0.5.14",
"optimize-css-assets-webpack-plugin": "^4.0.0",
"postcss": "^8.4.14",
"postcss-calc": "^8.2.4",
"postcss-hexrgba": "^2.1.0",
"postcss-import": "^14.1.0",
"postcss-loader": "^4.0.0",
"postcss-nested": "^5.0.6",
"postcss-simple-vars": "^6.0.3",
"raw-loader": "^4.0.0",
"regenerator-runtime": "^0.13.3",
"style-loader": "^2.0.0",
"stylelint": "^14.9.1",
"stylelint-config-standard-scss": "^5.0.0",
"url-search-params-polyfill": "^8.0.0",
"vue": "^3.2.45",
"vue-loader": "^17.0.1",
"vue-template-compiler": "^2.7.14",
"webpack-clean-obsolete-chunks": "^0.4.0",
"webpack-cli": "^4.7.0",
"webpack-manifest-plugin": "^4.0.2",
"webpack-notifier": "^1.15.0"
},
"dependencies": {
"typescript": "^4.9.4"
}
}