-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
39 lines (39 loc) · 1.14 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
{
"name": "poetry-editor-migration",
"version": "0.1.0",
"private": true,
"dependencies": {
"draft-js": "^0.10.5",
"draft-js-custom-styles": "^2.0.4",
"draft-js-export-html": "^1.2.0",
"draft-js-plugins-editor": "^2.0.8",
"glamor": "^2.20.40",
"glamorous": "^4.13.0",
"lodash": "^4.17.10",
"lodash.camelcase": "^4.3.0",
"lodash.debounce": "^4.0.8",
"react": "^16.4.0",
"react-color": "^2.14.1",
"react-dom": "^16.4.0",
"react-loadable": "^5.4.0",
"react-media": "^1.8.0",
"react-scripts": "1.1.4",
"react-select": "^2.0.0-beta.6",
"rheostat": "^2.2.0",
"unstated": "^2.1.1",
"unstated-debug": "^0.2.0"
},
"devDependencies": {
"copy-paste": "^1.3.0",
"extract-loader": "^2.0.1",
"shelljs": "^0.8.2"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build && rm build/static/**/*.map",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"deploy": "rm -rf build && npm run build && cd build && now --name poetry-editor && npm run removeweirdno",
"removeweirdno": "./gscripts/nowalias.js"
}
}