-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 1.04 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
{
"name": "oatmilk",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"source": "src/index.ts",
"scripts": {
"pre:publish": "git add . && git commit && yarn build && npm version",
"build": "rimraf dist/ && microbundle --jsx React.createElement",
"test": "soulpicks-react-scripts test"
},
"dependencies": {
"url-pattern": "^1.0.3"
},
"devDependencies": {
"@soulpicks/react-scripts": "^3.0.0",
"@testing-library/jest-dom": "^4.1.0",
"@testing-library/react": "^8.0.4",
"@types/jest": "^24.0.12",
"@types/react": "^16.8.23",
"@types/react-dom": "^16.8.4",
"microbundle": "^0.11.0",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"rimraf": "^2.6.3"
},
"peerDependencies": {
"react": "^16.8.6"
},
"version": "3.2.1",
"description": "Routing library for React",
"repository": "https://github.com/bitttttten/oatmilk",
"author": "bitttttten",
"license": "MIT",
"private": false
}