-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
139 lines (139 loc) · 4.71 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
{
"name": "dots.js",
"version": "0.0.7",
"description": "Dots is an easy to use front end library",
"main": "dist/dots.js",
"style": "dist/dots.css",
"types": "dist/@types/dots.d.ts",
"homepage": "https://github.com/pedro-gomes-92/dots",
"browserslist": [
"> 1%",
"last 2 versions",
"IE 10",
"maintained node versions"
],
"scripts": {
"prepare": "npx install-peers-cli",
"lint": "npm run lint:js && npm run lint:css",
"lint:css": "npx stylelint \"**/*.scss\" --color",
"lint:js": "npx eslint . --ext .jsx,.js,.ts,.tsx --color",
"pretest": "npm run lint",
"test": "npx cross-env NODE_ENV=test npx jest --coverage --verbose",
"test:watch": "npx cross-env NODE_ENV=test npx jest --watchAll",
"prebuild:hook": "npm run clean",
"clean": "npm run clean:build && npm run clean:docs",
"clean:build": "npx rimraf ./dist",
"clean:docs": "npx rimraf ./docs/assets",
"build": "npx webpack --config ./internals/webpack/webpack.build.js",
"build:prod": "npx cross-env NODE_ENV=prod npm run build",
"build:dev": "npx cross-env NODE_ENV=dev npm run build -- --colors --progress",
"build:types": "npx tsc",
"postbuild:hook": "npm run build:types && npm run pack",
"pack": "node ./internals/npm/pack.js --src . --target ./dist",
"start": "npx webpack-dev-server --config ./internals/webpack/webpack.serve.js --colors --progress",
"start:docs": "npx docsify serve ./docs",
"version:branch": "node ./internals/npm/version.js --branch",
"version:commit": "node ./internals/npm/version.js --commit",
"version:minor": "npm version minor --yes -m 'Updated to %s'",
"version:major": "npm version major --yes -m 'Updated to %s'",
"version:patch": "npm version patch --yes -m 'Updated to %s'",
"prepublishOnly": "npm run build:prod",
"publish": "npm publish ./dist/dots.tar.gz --access public",
"publish:dev": "npm run prepublishOnly && npm run publish"
},
"repository": {
"type": "git",
"url": "git@github.com:pedro-gomes-92/dots.git"
},
"publishConfig": {
"access": "public"
},
"keywords": [
"frontend",
"css",
"bulma",
"scss",
"typescript",
"react"
],
"author": "Pedro Gomes",
"license": "MIT",
"devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.5.0",
"@babel/plugin-proposal-object-rest-spread": "^7.6.2",
"@babel/plugin-transform-modules-commonjs": "^7.6.0",
"@babel/plugin-transform-runtime": "^7.5.0",
"@babel/preset-env": "^7.5.0",
"@babel/preset-react": "^7.0.0",
"@babel/preset-typescript": "^7.3.3",
"@testing-library/react": "^9.3.0",
"@types/classnames": "^2.2.9",
"@types/jest": "^24.0.19",
"@types/prop-types": "^15.7.1",
"@types/react": "^16.8.23",
"@types/react-test-renderer": "^16.9.1",
"@typescript-eslint/eslint-plugin": "^1.11.0",
"@typescript-eslint/parser": "^1.11.0",
"auto-parse": "^1.8.0",
"babel-loader": "^8.0.6",
"babel-plugin-typescript-to-proptypes": "^0.17.1",
"cross-env": "^5.2.0",
"css-loader": "^3.0.0",
"cssnano": "^4.1.10",
"eslint": "^5.16.0",
"eslint-config-prettier": "^6.0.0",
"eslint-plugin-prettier": "^3.1.0",
"eslint-plugin-react": "^7.14.2",
"eslint-plugin-react-hooks": "^1.7.0",
"file-loader": "^4.0.0",
"friendly-errors-webpack-plugin": "^1.7.0",
"install-peers-cli": "^2.2.0",
"jest": "^24.9.0",
"jest-cli": "^24.9.0",
"jest-dom": "^4.0.0",
"jest-junit": "^10.0.0",
"mime-types": "^2.1.24",
"mini-css-extract-plugin": "^0.7.0",
"mockdate": "^2.0.5",
"node-sass": "^4.13.1",
"optimize-css-assets-webpack-plugin": "^5.0.1",
"postcss-loader": "^3.0.0",
"prettier": "^1.18.2",
"react-test-renderer": "^16.10.2",
"rimraf": "^2.6.3",
"sass-loader": "^7.1.0",
"source-map-loader": "^0.2.4",
"stylelint": "^10.1.0",
"stylelint-config-recommended-scss": "^3.3.0",
"stylelint-scss": "^3.8.0",
"tar-pack": "^3.4.1",
"ts-jest": "^24.1.0",
"typescript": "^3.6.3",
"webpack": "^4.40.2",
"webpack-cli": "^3.3.9",
"webpack-dev-server": "^3.7.2",
"webpack-merge": "^4.2.2"
},
"dependencies": {
"@babel/runtime": "^7.5.2",
"@babel/runtime-corejs3": "^7.5.3",
"@types/lodash": "^4.14.136",
"bulma": "^0.7.5",
"bulma-calendar": "^6.0.7",
"bulma-divider": "^0.2.0",
"chartist": "^0.10.1",
"classnames": "^2.2.6",
"core-js": "^3.1.4",
"docsify-cli": "^4.4.0",
"dotenv-flow": "^2.0.0",
"eva-icons": "^1.1.1",
"lodash": "^4.17.14",
"postcss-preset-env": "^6.6.0",
"prop-types": "^15.7.2",
"react-chartist": "^0.13.3"
},
"peerDependencies": {
"react": ">= 16.8.0 < 17",
"react-dom": ">= 16.8.0 < 17"
}
}