-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 1021 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 1021 Bytes
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
{
"name": "meritoo-common-frontend",
"version": "0.1.15",
"description": "Common & useful resources related to frontend",
"author": "Meritoo <github@meritoo.pl>",
"license": "MIT",
"homepage": "https://github.com/meritoo/common-frontend",
"bugs": "https://github.com/meritoo/common-frontend/issues",
"repository": {
"url": "https://github.com/meritoo/common-frontend",
"type": "git"
},
"devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/preset-env": "^7.8.6",
"@babel/preset-flow": "^7.8.3",
"@babel/preset-react": "^7.8.3",
"babel-core": "^6.26.3",
"babel-plugin-styled-components": "^1.10.7",
"jest": "^25.1.0"
},
"scripts": {
"test": "jest --coverageDirectory=reports/jest/code_coverage",
"test-watch": "jest --watchAll --coverageDirectory=reports/jest/code_coverage"
},
"main": "src/js/utilities/index.js",
"sass": "src/scss/main.scss"
}