-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 911 Bytes
/
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
{
"name": "facemask",
"version": "0.0.0-alpha.2",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"license": "MIT",
"scripts": {
"build": "tsc",
"test": "yarn run jest --config=jest.config.json"
},
"files": [
"dist/**/*"
],
"peerDependencies": {
"facepaint": "^1.2.1"
},
"devDependencies": {
"@types/jest": "^22.2.2",
"@types/react": "^16.3.5",
"enzyme": "^3.3.0",
"enzyme-adapter-react-16": "^1.1.1",
"enzyme-to-json": "^3.3.3",
"facepaint": "^1.2.1",
"jest": "^22.4.3",
"jest-enzyme": "^6.0.0",
"jest-styled-components": "^5.0.1",
"polished": "^1.9.2",
"prettier": "^1.11.1",
"react": "^16.3.1",
"react-dom": "^16.3.1",
"styled-components": "^3.2.5",
"ts-jest": "^22.4.2",
"tslint": "^5.9.1",
"tslint-microsoft-contrib": "^5.0.3",
"tslint-react": "^3.5.1",
"typescript": "^2.8.1"
}
}