-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.57 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
{
"name": "campus-cms",
"version": "0.1.0",
"private": true,
"scripts": {
"start": "next dev -p 3001",
"build": "next build",
"export": "next export",
"clean": "rimraf lib .next out dist"
},
"dependencies": {
"@craftjs/core": "^0.1.0-beta.20",
"@craftjs/layers": "^0.1.0-beta.20",
"@craftjs/utils": "^0.1.0-beta.20",
"@material-ui/core": "^4.5.2",
"@material-ui/icons": "^4.5.1",
"@material-ui/styles": "^4.5.2",
"add": "^2.0.6",
"autoprefixer": "latest",
"classnames": "^2.2.6",
"copy-to-clipboard": "^3.3.1",
"cssnano": "^4.1.10",
"debounce": "^1.2.0",
"draft-js": "^0.11.7",
"draftjs-to-html": "^0.9.1",
"gray-matter": "^4.0.3",
"lzutf8": "^0.5.8",
"next": "^10.2.0",
"postcss": "latest",
"raw-loader": "^4.0.2",
"re-resizable": "^6.1.0",
"react": "17.0.2",
"react-color": "^2.17.3",
"react-contenteditable": "^3.3.2",
"react-dom": "17.0.2",
"react-draft-wysiwyg": "^1.14.7",
"react-loading": "^2.0.3",
"react-rnd": "^10.1.1",
"react-youtube": "^7.9.0",
"styled-components": "^4.4.1"
},
"devDependencies": {
"@babel/core": "^7.7.5",
"@fullhuman/postcss-purgecss": "^1.3.0",
"@types/classnames": "^2.2.9",
"@types/node": "^12.12.5",
"@types/react-color": "^3.0.1",
"@types/styled-components": "^4.1.20",
"babel-plugin-inline-react-svg": "^1.1.0",
"cross-env": "^6.0.3",
"postcss-import": "^12.0.1",
"postcss-preset-env": "^6.7.0",
"prettier": "^2.4.1",
"tailwindcss": "latest",
"typescript": "^3.7.5"
}
}