This repository has been archived by the owner on Jul 10, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
77 lines (77 loc) · 1.82 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"name": "saffroncodejs",
"version": "2.2.0",
"description": "Package of optimised react components and javascript functions for developers ♫♪",
"main": "./lib/SaffronCode.js",
"types": "./lib/SaffronCode.d.ts",
"directories": {
"doc": "doc"
},
"scripts": {
"build": "rmdir lib /s /q && tsc",
"buildLinux": "rm -rf lib /s /q && tsc",
"copy-files": "cp ./src/ ./dist/",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SaffronCode/SaffronCodeJS.git"
},
"peerDependencies": {
"prop-types": "^15.6.0",
"react": "^16.0.0",
"react-dom": "^16.0.0"
},
"devDependencies": {
"babel-core": "^6.21.0",
"babel-loader": "^7.1.4",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.16.0",
"babel-preset-stage-0": "^6.24.1",
"path": "^0.12.7",
"prop-types": "^15.7.2",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"webpack": "^4.44.2",
"webpack-cli": "^2.0.14"
},
"keywords": [
"react",
"javascript",
"reactjs",
"preloader",
"animation",
"saffroncode",
"arabic",
"persian",
"rtl",
"regex",
"string",
"ReactRouter",
"framework",
"EventDispatcher",
"ActionScript",
"ReactItemSlider",
"ReactSlider",
"ReactTagInput"
],
"author": "SaffronCode Co <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/SaffronCode/SaffronCodeJS/issues"
},
"homepage": "https://github.com/SaffronCode/SaffronCodeJS#readme",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.32",
"@fortawesome/free-solid-svg-icons": "^5.15.1",
"@fortawesome/react-fontawesome": "^0.1.14",
"@types/react": "^16.14.2",
"@types/react-dom": "^16.9.10",
"axios": "^0.21.1",
"npm": "^6.14.10",
"rmdir": "^1.2.0",
"tsc": "^1.20150623.0",
"typescript": "^3.9.9",
"user": "0.0.0"
}
}