-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.27 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
{
"name": "ghadyaal",
"version": "0.2.4",
"description": "art clock based on @paulrickard's 8-bit line numerals",
"repository": {
"type": "git",
"url": "https://github.com/isoughtajam/ghadyaal"
},
"main": "build/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack --watch",
"build": "webpack -p"
},
"author": "Gautam Joshi",
"babel": {
"presets": [
"env"
],
"plugins": [
"transform-object-rest-spread",
"transform-react-jsx",
"transform-class-properties"
]
},
"keywords": [
"clock"
],
"license": "ISC",
"dependencies": {
"css-loader": "^3.2.0",
"file-loader": "^1.1.6",
"moment": "^2.20.1",
"prop-types": "^15.6.0",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"style-loader": "^0.19.1",
"webpack": "^3.10.0"
},
"devDependencies": {
"@babel/cli": "7.6.4",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-transform-react-jsx": "^6.24.1",
"babel-preset-env": "^1.6.1",
"braces": "^2.3.1",
"eslint-plugin-class-property": "^1.1.0",
"js-yaml": "^3.13.1"
}
}