-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 978 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 978 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
{
"name": "timeline",
"version": "1.0.0",
"description": "",
"scripts": {
"start": "parcel src/index.html --no-source-maps",
"build": "parcel build src/index.html --no-source-maps",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"babel-core": "^6.14.0",
"babel-eslint": "^10.0.1",
"babel-loader": "7.1.2",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.7.0",
"babel-preset-es2015": "^6.14.0",
"babel-register": "^6.14.0",
"babelify": "^7.3.0",
"eslint": "^4.18.2",
"eslint-config-prettier": "^2.9.0",
"eslint-plugin-cypress": "^2.2.1",
"eslint-plugin-prefer-object-spread": "^1.2.1",
"eslint-plugin-prettier": "^2.6.1",
"parcel-bundler": "^1.12.3",
"parcel-plugin-inliner": "^1.0.10",
"prettier": "^1.13.6",
"sass": "^1.22.10"
},
"author": "",
"license": "ISC"
}