-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 886 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 886 Bytes
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": "date-time-generator",
"version": "0.1.0",
"homepage": "http://dateformat.io",
"scripts": {
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"test": "react-app-rewired test --env=jsdom",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
},
"author": "Jon Stuebe",
"license": "MIT",
"dependencies": {
"bluebird": "^3.5.1",
"classnames": "^2.2.5",
"css-loader": "^0.28.7",
"gh-pages": "^1.1.0",
"lodash": "^4.17.4",
"moment": "^2.20.0",
"node-sass": "^4.7.2",
"react": "^16.2.0",
"react-bootstrap": "^0.31.5",
"react-copy-to-clipboard": "^5.0.1",
"react-dom": "^16.2.0",
"react-mousetrap": "^0.2.0",
"react-polyfills": "^0.0.1",
"sass-loader": "^6.0.6"
},
"devDependencies": {
"react-app-rewired": "^1.4.0",
"react-scripts": "^1.0.14"
}
}