-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.62 KB
/
Copy pathpackage.json
File metadata and controls
60 lines (60 loc) · 1.62 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
55
56
57
58
59
60
{
"name": "www",
"version": "1.0.0",
"description": "The main website for Code Sweets.",
"main": "bin/index.js",
"scripts": {
"build": "./build.sh"
},
"repository": {
"type": "git",
"url": "https://github.com/codesweets/www.git"
},
"config": {
"unsafe-perm": true
},
"author": "Trevor Sundberg",
"license": "MIT",
"dependencies": {
"@codesweets/core": "^1.0.49",
"@types/bootstrap": "^4.3.0",
"@types/codemirror": "0.0.76",
"@types/jquery": "^3.3.30",
"@types/json-schema": "^7.0.3",
"@types/node": "^12.0.8",
"@types/react": "^16.8.21",
"@types/react-bootstrap": "^0.32.18",
"@types/react-dom": "^16.8.4",
"@types/react-jsonschema-form": "^1.6.2",
"@types/react-select": "^3.0.2",
"bootstrap": "^3.4.1",
"codemirror": "^5.48.0",
"file-type": "^12.2.0",
"is-svg": "^4.2.0",
"json-schema": "^0.2.3",
"react": "^16.8.6",
"react-bootstrap": "^0.32.4",
"react-codemirror2": "^6.0.0",
"react-dom": "^16.8.6",
"react-jsonschema-form": "^1.7.0",
"react-select": "^3.0.4",
"react-treebeard": "^3.2.4",
"workbox-webpack-plugin": "^4.3.1"
},
"devDependencies": {
"@types/webpack": "^4.4.32",
"@typescript-eslint/eslint-plugin": "^1.9.0",
"@typescript-eslint/parser": "^1.9.0",
"codesweets": "^1.0.46",
"css-loader": "^3.2.0",
"eslint": "^5.16.0",
"eslint-plugin-react": "^7.13.0",
"html-webpack-plugin": "^3.2.0",
"source-map-loader": "^0.2.4",
"style-loader": "^1.0.0",
"ts-loader": "^6.0.2",
"typescript": "^3.4.5",
"webpack": "^4.33.0",
"webpack-cli": "^3.3.3"
}
}