-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
38 lines (38 loc) · 1.03 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
{
"name": "xwind-root",
"version": "1.0.0",
"repository": {
"type": "git",
"url": "https://github.com/Arthie/xwind.git"
},
"author": "Arthie",
"license": "MIT",
"private": true,
"workspaces": [
"packages/*"
],
"scripts": {
"prettier": "prettier ./ --write",
"test": "jest --config ./config/jest.config.js --watch",
"test-debug": "node --inspect-brk ./node_modules/jest/bin/jest.js --config ./config/jest.config.js --watch"
},
"devDependencies": {
"@babel/core": "^7.12.10",
"@tailwindcss/aspect-ratio": "^0.2.0",
"@tailwindcss/forms": "^0.2.1",
"@tailwindcss/typography": "^0.4.0",
"@types/babel-plugin-macros": "^2.8.4",
"@types/jest": "^26.0.20",
"@types/lodash": "^4.14.168",
"@types/node": "^14.14.22",
"@types/prettier": "2.1.6",
"@types/webpack": "^4.41.26",
"babel-plugin-tester": "^10.0.0",
"jest": "^26.6.3",
"postcss": "^8.2.4",
"prettier": "^2.2.1",
"tailwindcss": "^2.0.2",
"ts-jest": "^26.5.0",
"typescript": "4.1.3"
}
}