-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
44 lines (44 loc) · 1.38 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
{
"name": "former-kit-skin-pagarme",
"version": "0.8.0",
"description": "A skin for former-kit based on Pagar.me's brand",
"main": "dist/index.js",
"repository": "https://github.com/pagarme/former-kit-skin-pagarme.git",
"author": "Pagar.me Pagamentos S.A.",
"license": "CC-BY-4.0",
"private": false,
"scripts": {
"build:copy": "cpx -v $WATCH 'src/styles/**' dist/styles",
"build:compile": "env NODE_ENV=production babel $WATCH src -d dist --ignore test,spec.js,test.js",
"build": "run-p build:copy build:compile",
"start": "env WATCH=-w run-p build:copy build:compile",
"lint": "eslint 'src/**/*.js'; stylelint 'src/**/*.css'"
},
"dependencies": {
"emblematic-icons": "0.1.1",
"react-dates": "12.7.1"
},
"devDependencies": {
"babel-cli": "6.26.0",
"babel-plugin-transform-es2015-modules-commonjs": "6.26.0",
"babel-preset-react-app": "3.1.1",
"babel-runtime": "6.26.0",
"cpx": "1.5.0",
"eslint": "4.16.0",
"eslint-config-pagarme-react": "1.2.0",
"eslint-plugin-import": "2.8.0",
"eslint-plugin-jsx-a11y": "5.1.1",
"eslint-plugin-react": "7.6.1",
"npm-run-all": "4.1.2",
"prop-types": "15.6.0",
"react": "16.2.0",
"react-dom": "16.2.0",
"stylelint": "8.4.0",
"stylelint-config-pagarme-react": "1.2.0"
},
"peerDependencies": {
"prop-types": "*",
"react": "*",
"react-dom": "*"
}
}