forked from punitjajodia/nirmaan
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.74 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
{
"name": "programiz-editor",
"version": "0.1.0",
"main": "lib/Nirmaan.js",
"peerDependencies": {
"react": "^16.12.0",
"react-dom": "^16.12.0"
},
"devDependencies": {
"@babel/cli": "^7.7.7",
"@babel/core": "^7.7.7",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/preset-env": "^7.7.7",
"@babel/preset-react": "^7.7.4",
"gh-pages": "^2.1.1",
"install-peers-cli": "^2.2.0"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.15",
"@fortawesome/free-solid-svg-icons": "^5.7.2",
"@fortawesome/react-fontawesome": "^0.1.4",
"html-minifier": "^4.0.0",
"immutable": "^4.0.0-rc.12",
"js-beautify": "^1.10.0",
"pretty": "^2.0.0",
"react-icons-kit": "^1.2.1",
"react-popup": "^0.10.0",
"react-scripts": "3.3.0",
"reactjs-popup": "^1.3.2",
"slate": "^0.44.10",
"slate-deep-table": "^0.8.0",
"slate-edit-table": "^0.18.0",
"slate-html-serializer": "^0.7.34",
"slate-plain-serializer": "^0.7.11",
"slate-react": "^0.21.16",
"slate-schema-violations": "^0.1.39",
"slate-soft-break": "^0.9.0",
"styled-components": "^4.1.3",
"uglify-js": "^3.5.6"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"predeploy": "yarn build",
"deploy": "gh-pages -d build",
"netlify": "yarn build && netlify deploy --prod",
"prepare": "babel src --out-dir lib --copy-files",
"install-peers": "install-peers"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"homepage": "http://punitjajodia.github.io/nirmaan"
}