-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·43 lines (43 loc) · 998 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
39
40
41
42
43
{
"name": "@javiani/onijs",
"version": "0.0.17",
"description": "Oni is an agnostic and simple State Managment micro-library for Javascript Applications",
"types": "types.d.ts",
"files": [
"types.d.ts",
"index.js",
"react"
],
"scripts": {
"start": "webpack --watch --mode=development",
"build": "webpack --mode=production",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/Javiani/Oni"
},
"keywords": [
"Oni",
"State Management",
"Javascript Architecture",
"Micro-Library"
],
"author": "javiani",
"license": "MIT",
"homepage": "https://github.com/Javiani/Oni",
"devDependencies": {
"@babel/core": "^7.2.2",
"@babel/preset-env": "^7.2.3",
"@babel/preset-react": "^7.18.6",
"babel-loader": "^8.0.5",
"babel-preset-env": "^1.7.0",
"ts-loader": "^9.3.1",
"typescript": "^4.5.4",
"webpack": "^5.59.1",
"webpack-cli": "^3.2.1"
},
"peerDependencies": {
"react": "^18.0.0"
}
}