-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 867 Bytes
/
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
{
"name": "dutils",
"version": "0.1.0",
"private": true,
"homepage": "https://de314.github.io/dutils",
"dependencies": {
"classnames": "^2.2.5",
"json-lint": "0.1.0",
"lodash": "^4.17.10",
"moment": "^2.22.2",
"react": "^16.1.1",
"react-ace": "5.5.0",
"react-color": "^2.14.1",
"react-copy-to-clipboard": "^5.0.1",
"react-dom": "^16.1.1",
"react-redux": "5.0.6",
"react-redux-toastr": "7.1.6",
"react-router-dom": "^4.2.2",
"react-scripts": "^1.1.4",
"recompose": "^0.26.0",
"redux": "3.7.2",
"redux-localstorage": "0.4.1",
"uuid": "^3.1.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"deploy": "npm run build && gh-pages -d build"
},
"devDependencies": {
"gh-pages": "^1.2.0"
}
}