-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 1019 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
35
36
37
38
39
40
41
{
"name": "tc-14",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"babel-preset-es2015": "^6.18.0",
"babel-preset-es2016": "^6.16.0",
"babelify": "^7.3.0",
"browserify": "^13.1.1",
"cson": "^4.0.0",
"mkpath": "^1.0.0",
"postcss": "^5.2.5",
"postcss-cssnext": "^2.8.0",
"postcss-js": "^0.1.3",
"pug": "^2.0.0-beta6",
"svg2ttf": "^4.0.2",
"svgicons2svgfont": "^5.0.0",
"ttf2eot": "^2.0.0",
"ttf2woff": "^2.0.1",
"ttf2woff2": "^2.0.3"
},
"devDependencies": {
"browser-sync": "^2.17.5",
"del": "^2.2.2",
"eslint": "^3.8.1",
"eslint-config-airbnb": "^12.0.0",
"eslint-plugin-import": "^2.0.1",
"eslint-plugin-jsx-a11y": "^2.2.3",
"eslint-plugin-react": "^6.4.1",
"gulp": "github:gulpjs/gulp#4.0",
"jasmine": "^2.5.2",
"jasmine-spec-reporter": "^2.7.0"
},
"scripts": {
"start": "gulp preview",
"test": "node jasmine-runner.js"
},
"author": "",
"license": "ISC"
}