-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.48 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.48 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
{
"name": "codesanook-theme",
"version": "1.0.0",
"description": "Free open source theme for Orchard CMS",
"scripts": {
"dev": "webpack --mode=development",
"build": "webpack --mode=production",
"watch": "webpack --mode=development --watch"
},
"author": {
"name": "Codesanook Team"
},
"license": "MIT",
"devDependencies": {
"@babel/core": "7.4.4",
"@babel/plugin-proposal-class-properties": "7.4.4",
"@babel/plugin-proposal-object-rest-spread": "7.4.4",
"@babel/preset-env": "7.4.4",
"@babel/preset-react": "7.0.0",
"@babel/preset-typescript": "7.3.3",
"@types/react": "^16.8.19",
"@types/react-dom": "^16.8.4",
"autoprefixer": "^9.6.0",
"babel-loader": "8.0.6",
"css-loader": "^2.1.1",
"file-loader": "^4.0.0",
"fork-ts-checker-webpack-plugin": "1.3.3",
"mini-css-extract-plugin": "^0.7.0",
"node-sass": "^4.13.0",
"postcss-loader": "^3.0.0",
"precss": "^4.0.0",
"resolve-url-loader": "^3.1.0",
"sass-loader": "^7.1.0",
"typescript": "^3.5.2",
"webpack": "4.31.0",
"webpack-cli": "3.3.2"
},
"dependencies": {
"bootstrap": "^4.3.1",
"font-awesome": "^4.7.0",
"jquery": "^3.4.1",
"moment": "^2.24.0",
"popper.js": "^1.15.0",
"react": "16.8.6",
"react-dom": "16.8.6",
"react-icons": "^3.7.0"
}
}