-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.59 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
{
"name": "@araclx/humantic",
"version": "0.0.1-Alpha",
"description": "Bare no-code repository considered as a template, which includes code-related things such as linters, documentation, and other shit that you setup in every new repository.",
"repository": "https://github.com/aralcx/aeropods.git",
"author": "Jakub Olan <[email protected]>",
"homepage": "https://github.com/araclx/aeropods",
"bugs": {
"url": "https://github.com/aralcx/aeropods/issues"
},
"private": true,
"dependencies": {
"@testing-library/jest-dom": "5.11.2",
"@testing-library/react": "10.4.8",
"@testing-library/user-event": "12.1.0",
"node-sass": "4.14.1",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-scripts": "3.4.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"watch-scss": "node-sass -o src/styles/css src/styles/scss -w --output-style expanded --indent-type space",
"build-css": "node-sass -o src/styles/css src/styles/scss --output-style expanded --indent-type space"
},
"devDependencies": {
"@araclx/husky": "latest",
"@araclx/prettier-config": "latest",
"@araclx/semantic-release": "latest",
"husky": "4.2.5",
"lerna": "3.22.1",
"prettier": "2.0.5"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"main": "index.js",
"license": "MIT"
}