-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.39 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.39 KB
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
{
"name": "react-codeigniter",
"version": "0.2.0-dev",
"description": "React CodeIgniter Appstarter",
"main": "\"\"",
"engines": {
"node": "14.x"
},
"directories": {
"test": "tests"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prebuild": "echo 'reserved'",
"build": "snowpack build",
"dev": "snowpack dev"
},
"repository": {
"type": "git",
"url": "git+https://github.com/baharsah/reactigniter.git"
},
"author": "Baharsah",
"license": "MIT",
"bugs": {
"url": "https://github.com/baharsah/reactigniter/issues"
},
"homepage": "https://github.com/baharsah/reactigniter#readme",
"dependencies": {
"cross-env": "^7.0.3",
"del": "^7.0.0",
"del-cli": "^5.0.0",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.4.2",
"semantic-ui-react": "^2.1.3",
"snowpack": "^3.8.8"
},
"devDependencies": {
"@babel/core": "^7.19.6",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/preset-env": "^7.19.4",
"@babel/preset-react": "^7.18.6",
"@snowpack/plugin-postcss": "^1.4.3",
"autoprefixer": "^10.4.13",
"babel-loader": "^8.2.5",
"css-loader": "^6.7.1",
"pm2": "^5.2.2",
"postcss": "^8.4.18",
"postcss-cli": "^10.0.0",
"style-loader": "^3.3.1"
}
}