-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
91 lines (91 loc) · 2.65 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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
{
"homepage": "http://naomi-rc.github.io",
"name": "naomi-rc.github.io",
"version": "1.3.0",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.1.1",
"@fortawesome/free-solid-svg-icons": "^6.1.1",
"@fortawesome/react-fontawesome": "^0.1.18",
"classnames": "2.2.6",
"moment": "^2.29.4",
"node-sass": "5.0.0",
"nouislider": "14.6.4",
"react": "17.0.2",
"react-addons-css-transition-group": "^15.6.2",
"react-datetime": "3.0.4",
"react-dom": "17.0.2",
"react-images": "^1.2.0-beta.7",
"react-router": "5.2.0",
"react-router-dom": "5.2.0",
"react-scripts": "4.0.3",
"react-simple-modal-slideshow": "^1.0.1",
"react-typical": "^0.1.3",
"reactstrap": "8.9.0"
},
"scripts": {
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"install:clean": "rm -rf node_modules/ && rm -rf package-lock.json && npm install && npm start",
"compile-sass": "node-sass src/assets/scss/paper-kit.scss src/assets/css/paper-kit.css",
"minify-sass": "node-sass src/assets/scss/paper-kit.scss src/assets/css/paper-kit.min.css --output-style compressed",
"map-sass": "node-sass src/assets/scss/paper-kit.scss src/assets/css/paper-kit.css --source-map true"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"optionalDependencies": {
"jquery": "3.6.0",
"typescript": "4.2.3"
},
"devDependencies": {
"bootstrap": "4.6.0",
"gh-pages": "^3.2.3",
"gulp": "4.0.2",
"gulp-append-prepend": "1.0.8"
},
"description": "Paper Kit React is a free Bootstrap 4, React, React Hooks and Reactstrap UI Kit with pale colors, beautiful typography and thoughtful drawings. We've created it having paper and drawings in mind.",
"main": "src/assets/scss/paper-kit.scss",
"repository": {
"type": "git",
"url": "git+https://github.com/creativetimofficial/paper-kit-react.git"
},
"keywords": [
"react",
"reactstrap",
"reactjs",
"paper-kit",
"paper-kit-react",
"paper-kit-2",
"paper-kit2",
"paper-design",
"hook",
"hooks",
"react-hook",
"react-hooks",
"template",
"theme",
"react-template",
"react-theme"
],
"author": "Creative Tim",
"license": "MIT",
"bugs": {
"url": "https://github.com/creativetimofficial/paper-kit-react/issues"
}
}